diff --git a/eng/mgmt/mgmtmetadata/recoveryservicessiterecovery_resource-manager.txt b/eng/mgmt/mgmtmetadata/recoveryservicessiterecovery_resource-manager.txt index fdc7967d44835..7694516f36b13 100644 --- a/eng/mgmt/mgmtmetadata/recoveryservicessiterecovery_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/recoveryservicessiterecovery_resource-manager.txt @@ -3,12 +3,13 @@ AutoRest installed successfully. Commencing code generation Generating CSharp code Executing AutoRest command -cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/recoveryservicessiterecovery/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\azure-sdk-for-net\azure-sdk-for-net\sdk -2021-01-18 06:01:58 UTC +cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/recoveryservicessiterecovery/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\repos\azure-sdk-for-net\sdk +Autorest CSharp Version: 2.3.82 +2021-04-21 12:02:45 UTC Azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: 1ef3366ecad286d371dd5e0043fff645aec41128 +Commit: 64e122e05a8ff184be8a6d185edfab4e9c3c237e AutoRest information Requested version: v2 Bootstrapper version: autorest@2.0.4413 diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/AzSdk.RP.props b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/AzSdk.RP.props index c5f827dd4f074..7799327de8d15 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/AzSdk.RP.props +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/AzSdk.RP.props @@ -1,7 +1,7 @@  - RecoveryServices_2018-07-10; + RecoveryServices_2021-02-10; $(PackageTags);$(CommonTags);$(AzureApiTag); \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery.sln b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery.sln index 5829b9a5a418e..7a1719f491143 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery.sln +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery.sln @@ -1,7 +1,6 @@ - Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.3 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31025.109 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Tests", "tests\Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Tests.csproj", "{27EFA488-E3C5-4D97-BBF3-138AF1326F93}" EndProject @@ -45,4 +44,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection -EndGlobal \ No newline at end of file + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {12863686-6C65-4667-B62A-B01D134D3A21} + EndGlobalSection +EndGlobal diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IRecoveryPointsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IRecoveryPointsOperations.cs index 0a7be56ab7159..be42896c0d229 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IRecoveryPointsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IRecoveryPointsOperations.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery public partial interface IRecoveryPointsOperations { /// - /// Get recovery points for a replication protected item. + /// Gets the list of recovery points for a replication protected item. /// /// /// Lists the available recovery points for a replication protected @@ -37,7 +37,7 @@ public partial interface IRecoveryPointsOperations /// The protection container name. /// /// - /// The replication protected item's name. + /// The replication protected item name. /// /// /// The headers that will be added to request. @@ -56,7 +56,7 @@ public partial interface IRecoveryPointsOperations /// Task>> ListByReplicationProtectedItemsWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get a recovery point. + /// Gets a recovery point. /// /// /// Get the details of specified recovery point. @@ -68,7 +68,7 @@ public partial interface IRecoveryPointsOperations /// The protection container name. /// /// - /// The replication protected item's name. + /// The replication protected item name. /// /// /// The recovery point name. @@ -90,7 +90,7 @@ public partial interface IRecoveryPointsOperations /// Task> GetWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, string recoveryPointName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Get recovery points for a replication protected item. + /// Gets the list of recovery points for a replication protected item. /// /// /// Lists the available recovery points for a replication protected diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationFabricsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationFabricsOperations.cs index 3e2da59755524..93e7890c23c0a 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationFabricsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationFabricsOperations.cs @@ -12,6 +12,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery { using Microsoft.Rest; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; using System.Collections; using System.Collections.Generic; @@ -24,7 +25,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery public partial interface IReplicationFabricsOperations { /// - /// Gets the list of ASR fabrics + /// Gets the list of ASR fabrics. /// /// /// Gets a list of the Azure Site Recovery fabrics in the vault. @@ -54,6 +55,9 @@ public partial interface IReplicationFabricsOperations /// /// Fabric name. /// + /// + /// OData parameters to apply to the operation. + /// /// /// The headers that will be added to request. /// @@ -69,13 +73,13 @@ public partial interface IReplicationFabricsOperations /// /// Thrown when a required parameter is null /// - Task> GetWithHttpMessagesAsync(string fabricName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetWithHttpMessagesAsync(string fabricName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Creates an Azure Site Recovery fabric. /// /// /// The operation to create an Azure Site Recovery fabric (for e.g. - /// Hyper-V site) + /// Hyper-V site). /// /// /// Name of the ASR fabric. @@ -204,7 +208,7 @@ public partial interface IReplicationFabricsOperations /// The operation to delete or remove an Azure Site Recovery fabric. /// /// - /// ASR fabric to delete + /// ASR fabric to delete. /// /// /// The headers that will be added to request. @@ -252,7 +256,7 @@ public partial interface IReplicationFabricsOperations /// /// /// The operation to create an Azure Site Recovery fabric (for e.g. - /// Hyper-V site) + /// Hyper-V site). /// /// /// Name of the ASR fabric. @@ -381,7 +385,7 @@ public partial interface IReplicationFabricsOperations /// The operation to delete or remove an Azure Site Recovery fabric. /// /// - /// ASR fabric to delete + /// ASR fabric to delete. /// /// /// The headers that will be added to request. @@ -425,7 +429,7 @@ public partial interface IReplicationFabricsOperations /// Task> BeginRenewCertificateWithHttpMessagesAsync(string fabricName, RenewCertificateInput renewCertificate, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets the list of ASR fabrics + /// Gets the list of ASR fabrics. /// /// /// Gets a list of the Azure Site Recovery fabrics in the vault. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationJobsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationJobsOperations.cs index cf37e77d059e1..ba0c3ad024734 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationJobsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationJobsOperations.cs @@ -56,7 +56,7 @@ public partial interface IReplicationJobsOperations /// Get the details of an Azure Site Recovery job. /// /// - /// Job identifier + /// Job identifier. /// /// /// The headers that will be added to request. @@ -128,7 +128,7 @@ public partial interface IReplicationJobsOperations /// Resumes the specified job. /// /// - /// The operation to resume an Azure Site Recovery job + /// The operation to resume an Azure Site Recovery job. /// /// /// Job identifier. @@ -232,7 +232,7 @@ public partial interface IReplicationJobsOperations /// Resumes the specified job. /// /// - /// The operation to resume an Azure Site Recovery job + /// The operation to resume an Azure Site Recovery job. /// /// /// Job identifier. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationLogicalNetworksOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationLogicalNetworksOperations.cs index 66550876136b9..b3e43325a4966 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationLogicalNetworksOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationLogicalNetworksOperations.cs @@ -27,7 +27,7 @@ public partial interface IReplicationLogicalNetworksOperations /// Gets the list of logical networks under a fabric. /// /// - /// Lists all the logical networks of the Azure Site Recovery fabric + /// Lists all the logical networks of the Azure Site Recovery fabric. /// /// /// Server Id. @@ -81,7 +81,7 @@ public partial interface IReplicationLogicalNetworksOperations /// Gets the list of logical networks under a fabric. /// /// - /// Lists all the logical networks of the Azure Site Recovery fabric + /// Lists all the logical networks of the Azure Site Recovery fabric. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationMigrationItemsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationMigrationItemsOperations.cs index 1b15d0a8367a6..5a6bb86e7d909 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationMigrationItemsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationMigrationItemsOperations.cs @@ -36,6 +36,15 @@ public partial interface IReplicationMigrationItemsOperations /// /// Protection container name. /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// The pagination token. + /// + /// + /// The page size. + /// /// /// The headers that will be added to request. /// @@ -51,7 +60,7 @@ public partial interface IReplicationMigrationItemsOperations /// /// Thrown when a required parameter is null /// - Task>> ListByReplicationProtectionContainersWithHttpMessagesAsync(string fabricName, string protectionContainerName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListByReplicationProtectionContainersWithHttpMessagesAsync(string fabricName, string protectionContainerName, ODataQuery odataQuery = default(ODataQuery), string skipToken = default(string), string takeToken = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets the details of a migration item. /// @@ -326,6 +335,9 @@ public partial interface IReplicationMigrationItemsOperations /// /// The pagination token. /// + /// + /// The page size. + /// /// /// The headers that will be added to request. /// @@ -341,7 +353,7 @@ public partial interface IReplicationMigrationItemsOperations /// /// Thrown when a required parameter is null /// - Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), string skipToken = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), string skipToken = default(string), string takeToken = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Enables migration. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationNetworkMappingsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationNetworkMappingsOperations.cs index 47f696e21ce9c..a3fbae4e2caac 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationNetworkMappingsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationNetworkMappingsOperations.cs @@ -55,7 +55,7 @@ public partial interface IReplicationNetworkMappingsOperations /// Gets network mapping by name. /// /// - /// Gets the details of an ASR network mapping + /// Gets the details of an ASR network mapping. /// /// /// Primary fabric name. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationNetworksOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationNetworksOperations.cs index fbe4773a1bbed..4d3b1d05978d9 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationNetworksOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationNetworksOperations.cs @@ -30,7 +30,7 @@ public partial interface IReplicationNetworksOperations /// Lists the networks available for a fabric. /// /// - /// Fabric name + /// Fabric name. /// /// /// The headers that will be added to request. @@ -80,7 +80,7 @@ public partial interface IReplicationNetworksOperations /// Gets the list of networks. View-only API. /// /// - /// Lists the networks available in a vault + /// Lists the networks available in a vault. /// /// /// The headers that will be added to request. @@ -127,7 +127,7 @@ public partial interface IReplicationNetworksOperations /// Gets the list of networks. View-only API. /// /// - /// Lists the networks available in a vault + /// Lists the networks available in a vault. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationPoliciesOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationPoliciesOperations.cs index 7433ff25f6f2e..a434a03034da9 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationPoliciesOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationPoliciesOperations.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery public partial interface IReplicationPoliciesOperations { /// - /// Gets the list of replication policies + /// Gets the list of replication policies. /// /// /// Lists the replication policies for a vault. @@ -74,13 +74,13 @@ public partial interface IReplicationPoliciesOperations /// Creates the policy. /// /// - /// The operation to create a replication policy + /// The operation to create a replication policy. /// /// - /// Replication policy name + /// Replication policy name. /// /// - /// Create policy input + /// Create policy input. /// /// /// The headers that will be added to request. @@ -130,7 +130,7 @@ public partial interface IReplicationPoliciesOperations /// Policy Id. /// /// - /// Update Policy Input + /// Update Policy Input. /// /// /// The headers that will be added to request. @@ -152,13 +152,13 @@ public partial interface IReplicationPoliciesOperations /// Creates the policy. /// /// - /// The operation to create a replication policy + /// The operation to create a replication policy. /// /// - /// Replication policy name + /// Replication policy name. /// /// - /// Create policy input + /// Create policy input. /// /// /// The headers that will be added to request. @@ -208,7 +208,7 @@ public partial interface IReplicationPoliciesOperations /// Policy Id. /// /// - /// Update Policy Input + /// Update Policy Input. /// /// /// The headers that will be added to request. @@ -227,7 +227,7 @@ public partial interface IReplicationPoliciesOperations /// Task> BeginUpdateWithHttpMessagesAsync(string policyName, UpdatePolicyInput input, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets the list of replication policies + /// Gets the list of replication policies. /// /// /// Lists the replication policies for a vault. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectableItemsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectableItemsOperations.cs index 6afea5879b22c..c3d1f02a92573 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectableItemsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectableItemsOperations.cs @@ -39,6 +39,12 @@ public partial interface IReplicationProtectableItemsOperations /// /// OData parameters to apply to the operation. /// + /// + /// take OData query parameter. + /// + /// + /// skipToken OData query parameter. + /// /// /// The headers that will be added to request. /// @@ -54,7 +60,7 @@ public partial interface IReplicationProtectableItemsOperations /// /// Thrown when a required parameter is null /// - Task>> ListByReplicationProtectionContainersWithHttpMessagesAsync(string fabricName, string protectionContainerName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListByReplicationProtectionContainersWithHttpMessagesAsync(string fabricName, string protectionContainerName, ODataQuery odataQuery = default(ODataQuery), string take = default(string), string skipToken = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets the details of a protectable item. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectedItemsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectedItemsOperations.cs index cae8f52a553e9..40238e79fe92d 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectedItemsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectedItemsOperations.cs @@ -151,7 +151,7 @@ public partial interface IReplicationProtectedItemsOperations /// Task PurgeWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Updates protection. + /// Updates the replication protected item settings. /// /// /// The operation to update the recovery settings of an ASR replication @@ -233,7 +233,7 @@ public partial interface IReplicationProtectedItemsOperations /// The protection container name. /// /// - /// The replicated protected item's name. + /// The replicated protected item name. /// /// /// The ApplyRecoveryPointInput. @@ -255,7 +255,38 @@ public partial interface IReplicationProtectedItemsOperations /// Task> ApplyRecoveryPointWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, ApplyRecoveryPointInput applyRecoveryPointInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Execute commit failover + /// Execute cancel failover. + /// + /// + /// Operation to cancel the failover of the replication protected item. + /// + /// + /// Unique fabric name. + /// + /// + /// Protection container name. + /// + /// + /// Replication protected item name. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> FailoverCancelWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Execute commit failover. /// /// /// Operation to commit the failover of the replication protected item. @@ -286,7 +317,7 @@ public partial interface IReplicationProtectedItemsOperations /// Task> FailoverCommitWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Execute planned failover + /// Execute planned failover. /// /// /// Operation to initiate a planned failover of the replication @@ -302,7 +333,7 @@ public partial interface IReplicationProtectedItemsOperations /// Replication protected item name. /// /// - /// Disable protection input. + /// Planned failover input. /// /// /// The headers that will be added to request. @@ -419,7 +450,7 @@ public partial interface IReplicationProtectedItemsOperations /// Task> RepairReplicationWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Execute Reverse Replication\Reprotect + /// Execute Reverse Replication\Reprotect. /// /// /// Operation to reprotect or reverse replicate a failed over @@ -434,8 +465,8 @@ public partial interface IReplicationProtectedItemsOperations /// /// Replication protected item name. /// - /// - /// Disable protection input. + /// + /// Reverse replication input. /// /// /// The headers that will be added to request. @@ -452,7 +483,7 @@ public partial interface IReplicationProtectedItemsOperations /// /// Thrown when a required parameter is null /// - Task> ReprotectWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, ReverseReplicationInput rrInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ReprotectWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, ReverseReplicationInput reprotectInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Resolve health errors. /// @@ -489,7 +520,7 @@ public partial interface IReplicationProtectedItemsOperations /// Task> ResolveHealthErrorsWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, ResolveHealthInput resolveHealthInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Execute test failover + /// Execute test failover. /// /// /// Operation to perform a test failover of the replication protected @@ -504,7 +535,7 @@ public partial interface IReplicationProtectedItemsOperations /// /// Replication protected item name. /// - /// + /// /// Test failover input. /// /// @@ -522,7 +553,7 @@ public partial interface IReplicationProtectedItemsOperations /// /// Thrown when a required parameter is null /// - Task> TestFailoverWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverInput failoverInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> TestFailoverWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverInput testfailoverInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Execute test failover cleanup. /// @@ -559,7 +590,7 @@ public partial interface IReplicationProtectedItemsOperations /// Task> TestFailoverCleanupWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverCleanupInput cleanupInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Execute unplanned failover + /// Execute unplanned failover. /// /// /// Operation to initiate a failover of the replication protected item. @@ -574,7 +605,7 @@ public partial interface IReplicationProtectedItemsOperations /// Replication protected item name. /// /// - /// Disable protection input. + /// Failover input. /// /// /// The headers that will be added to request. @@ -639,7 +670,7 @@ public partial interface IReplicationProtectedItemsOperations /// /// /// The pagination token. Possible values: "FabricId" or - /// "FabricId_CloudId" or null + /// "FabricId_CloudId" or null. /// /// /// The headers that will be added to request. @@ -724,7 +755,7 @@ public partial interface IReplicationProtectedItemsOperations /// Task BeginPurgeWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Updates protection. + /// Updates the replication protected item settings. /// /// /// The operation to update the recovery settings of an ASR replication @@ -806,7 +837,7 @@ public partial interface IReplicationProtectedItemsOperations /// The protection container name. /// /// - /// The replicated protected item's name. + /// The replicated protected item name. /// /// /// The ApplyRecoveryPointInput. @@ -828,7 +859,38 @@ public partial interface IReplicationProtectedItemsOperations /// Task> BeginApplyRecoveryPointWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, ApplyRecoveryPointInput applyRecoveryPointInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Execute commit failover + /// Execute cancel failover. + /// + /// + /// Operation to cancel the failover of the replication protected item. + /// + /// + /// Unique fabric name. + /// + /// + /// Protection container name. + /// + /// + /// Replication protected item name. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> BeginFailoverCancelWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Execute commit failover. /// /// /// Operation to commit the failover of the replication protected item. @@ -859,7 +921,7 @@ public partial interface IReplicationProtectedItemsOperations /// Task> BeginFailoverCommitWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Execute planned failover + /// Execute planned failover. /// /// /// Operation to initiate a planned failover of the replication @@ -875,7 +937,7 @@ public partial interface IReplicationProtectedItemsOperations /// Replication protected item name. /// /// - /// Disable protection input. + /// Planned failover input. /// /// /// The headers that will be added to request. @@ -992,7 +1054,7 @@ public partial interface IReplicationProtectedItemsOperations /// Task> BeginRepairReplicationWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Execute Reverse Replication\Reprotect + /// Execute Reverse Replication\Reprotect. /// /// /// Operation to reprotect or reverse replicate a failed over @@ -1007,8 +1069,8 @@ public partial interface IReplicationProtectedItemsOperations /// /// Replication protected item name. /// - /// - /// Disable protection input. + /// + /// Reverse replication input. /// /// /// The headers that will be added to request. @@ -1025,7 +1087,7 @@ public partial interface IReplicationProtectedItemsOperations /// /// Thrown when a required parameter is null /// - Task> BeginReprotectWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, ReverseReplicationInput rrInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> BeginReprotectWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, ReverseReplicationInput reprotectInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Resolve health errors. /// @@ -1062,7 +1124,7 @@ public partial interface IReplicationProtectedItemsOperations /// Task> BeginResolveHealthErrorsWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, ResolveHealthInput resolveHealthInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Execute test failover + /// Execute test failover. /// /// /// Operation to perform a test failover of the replication protected @@ -1077,7 +1139,7 @@ public partial interface IReplicationProtectedItemsOperations /// /// Replication protected item name. /// - /// + /// /// Test failover input. /// /// @@ -1095,7 +1157,7 @@ public partial interface IReplicationProtectedItemsOperations /// /// Thrown when a required parameter is null /// - Task> BeginTestFailoverWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverInput failoverInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> BeginTestFailoverWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverInput testfailoverInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Execute test failover cleanup. /// @@ -1132,7 +1194,7 @@ public partial interface IReplicationProtectedItemsOperations /// Task> BeginTestFailoverCleanupWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverCleanupInput cleanupInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Execute unplanned failover + /// Execute unplanned failover. /// /// /// Operation to initiate a failover of the replication protected item. @@ -1147,7 +1209,7 @@ public partial interface IReplicationProtectedItemsOperations /// Replication protected item name. /// /// - /// Disable protection input. + /// Failover input. /// /// /// The headers that will be added to request. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectionContainerMappingsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectionContainerMappingsOperations.cs index bd9b10550cae6..e3953baf00ec9 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectionContainerMappingsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectionContainerMappingsOperations.cs @@ -53,7 +53,7 @@ public partial interface IReplicationProtectionContainerMappingsOperations /// Task>> ListByReplicationProtectionContainersWithHttpMessagesAsync(string fabricName, string protectionContainerName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets a protection container mapping/ + /// Gets a protection container mapping. /// /// /// Gets the details of a protection container mapping. @@ -121,7 +121,8 @@ public partial interface IReplicationProtectionContainerMappingsOperations /// Purge protection container mapping. /// /// - /// The operation to purge(force delete) a protection container mapping + /// The operation to purge(force delete) a protection container + /// mapping. /// /// /// Fabric name. @@ -270,7 +271,8 @@ public partial interface IReplicationProtectionContainerMappingsOperations /// Purge protection container mapping. /// /// - /// The operation to purge(force delete) a protection container mapping + /// The operation to purge(force delete) a protection container + /// mapping. /// /// /// Fabric name. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectionContainersOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectionContainersOperations.cs index c41da22e4dd00..d1161aedf3097 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectionContainersOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectionContainersOperations.cs @@ -112,7 +112,7 @@ public partial interface IReplicationProtectionContainersOperations /// /// /// The operation to a add a protectable item to a protection - /// container(Add physical server.) + /// container(Add physical server). /// /// /// The name of the fabric. @@ -255,7 +255,7 @@ public partial interface IReplicationProtectionContainersOperations /// /// /// The operation to a add a protectable item to a protection - /// container(Add physical server.) + /// container(Add physical server). /// /// /// The name of the fabric. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectionIntentsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectionIntentsOperations.cs new file mode 100644 index 0000000000000..9ba188e1d9745 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationProtectionIntentsOperations.cs @@ -0,0 +1,135 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// ReplicationProtectionIntentsOperations operations. + /// + public partial interface IReplicationProtectionIntentsOperations + { + /// + /// Gets the list of replication protection intent objects. + /// + /// + /// Gets the list of ASR replication protection intent objects in the + /// vault. + /// + /// + /// The pagination token. + /// + /// + /// The page size. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListWithHttpMessagesAsync(string skipToken = default(string), string takeToken = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets the details of a Replication protection intent item. + /// + /// + /// Gets the details of an ASR replication protection intent. + /// + /// + /// Replication protection intent name. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string intentObjectName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Create protection intent Resource. + /// + /// + /// The operation to create an ASR replication protection intent item. + /// + /// + /// A name for the replication protection item. + /// + /// + /// Create Protection Intent Input. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> CreateWithHttpMessagesAsync(string intentObjectName, CreateProtectionIntentInput input, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets the list of replication protection intent objects. + /// + /// + /// Gets the list of ASR replication protection intent objects in the + /// vault. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationRecoveryPlansOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationRecoveryPlansOperations.cs index a6f740db6a3b2..b8efc1feaad1c 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationRecoveryPlansOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationRecoveryPlansOperations.cs @@ -130,7 +130,7 @@ public partial interface IReplicationRecoveryPlansOperations /// Recovery plan name. /// /// - /// Update recovery plan input + /// Update recovery plan input. /// /// /// The headers that will be added to request. @@ -149,10 +149,35 @@ public partial interface IReplicationRecoveryPlansOperations /// Task> UpdateWithHttpMessagesAsync(string recoveryPlanName, UpdateRecoveryPlanInput input, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Execute cancel failover of the recovery plan. + /// + /// + /// The operation to cancel the failover of a recovery plan. + /// + /// + /// Recovery plan name. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> FailoverCancelWithHttpMessagesAsync(string recoveryPlanName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Execute commit failover of the recovery plan. /// /// - /// The operation to commit the fail over of a recovery plan. + /// The operation to commit the failover of a recovery plan. /// /// /// Recovery plan name. @@ -236,7 +261,7 @@ public partial interface IReplicationRecoveryPlansOperations /// Recovery plan name. /// /// - /// Failover input. + /// Recovery plan test failover input. /// /// /// The headers that will be added to request. @@ -264,7 +289,7 @@ public partial interface IReplicationRecoveryPlansOperations /// Recovery plan name. /// /// - /// Test failover cleanup input. + /// Recovery plan test failover cleanup input. /// /// /// The headers that will be added to request. @@ -286,13 +311,13 @@ public partial interface IReplicationRecoveryPlansOperations /// Execute unplanned failover of the recovery plan. /// /// - /// The operation to start the failover of a recovery plan. + /// The operation to start the unplanned failover of a recovery plan. /// /// /// Recovery plan name. /// /// - /// Failover input. + /// Recovery plan unplanned failover input. /// /// /// The headers that will be added to request. @@ -370,7 +395,7 @@ public partial interface IReplicationRecoveryPlansOperations /// Recovery plan name. /// /// - /// Update recovery plan input + /// Update recovery plan input. /// /// /// The headers that will be added to request. @@ -389,10 +414,35 @@ public partial interface IReplicationRecoveryPlansOperations /// Task> BeginUpdateWithHttpMessagesAsync(string recoveryPlanName, UpdateRecoveryPlanInput input, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Execute cancel failover of the recovery plan. + /// + /// + /// The operation to cancel the failover of a recovery plan. + /// + /// + /// Recovery plan name. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> BeginFailoverCancelWithHttpMessagesAsync(string recoveryPlanName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Execute commit failover of the recovery plan. /// /// - /// The operation to commit the fail over of a recovery plan. + /// The operation to commit the failover of a recovery plan. /// /// /// Recovery plan name. @@ -476,7 +526,7 @@ public partial interface IReplicationRecoveryPlansOperations /// Recovery plan name. /// /// - /// Failover input. + /// Recovery plan test failover input. /// /// /// The headers that will be added to request. @@ -504,7 +554,7 @@ public partial interface IReplicationRecoveryPlansOperations /// Recovery plan name. /// /// - /// Test failover cleanup input. + /// Recovery plan test failover cleanup input. /// /// /// The headers that will be added to request. @@ -526,13 +576,13 @@ public partial interface IReplicationRecoveryPlansOperations /// Execute unplanned failover of the recovery plan. /// /// - /// The operation to start the failover of a recovery plan. + /// The operation to start the unplanned failover of a recovery plan. /// /// /// Recovery plan name. /// /// - /// Failover input. + /// Recovery plan unplanned failover input. /// /// /// The headers that will be added to request. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationRecoveryServicesProvidersOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationRecoveryServicesProvidersOperations.cs index 4b5a376d3b211..414b076e4b5ed 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationRecoveryServicesProvidersOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationRecoveryServicesProvidersOperations.cs @@ -32,7 +32,7 @@ public partial interface IReplicationRecoveryServicesProvidersOperations /// fabric. /// /// - /// Fabric name + /// Fabric name. /// /// /// The headers that will be added to request. @@ -60,7 +60,7 @@ public partial interface IReplicationRecoveryServicesProvidersOperations /// Fabric name. /// /// - /// Recovery services provider name + /// Recovery services provider name. /// /// /// The headers that will be added to request. @@ -110,7 +110,7 @@ public partial interface IReplicationRecoveryServicesProvidersOperations /// Task> CreateWithHttpMessagesAsync(string fabricName, string providerName, AddRecoveryServicesProviderInput addProviderInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Purges recovery service provider from fabric + /// Purges recovery service provider from fabric. /// /// /// The operation to purge(force delete) a recovery services provider @@ -173,7 +173,7 @@ public partial interface IReplicationRecoveryServicesProvidersOperations /// /// /// The operation to removes/delete(unregister) a recovery services - /// provider from the vault + /// provider from the vault. /// /// /// Fabric name. @@ -199,7 +199,7 @@ public partial interface IReplicationRecoveryServicesProvidersOperations /// vault. This is a view only api. /// /// - /// Lists the registered recovery services providers in the vault + /// Lists the registered recovery services providers in the vault. /// /// /// The headers that will be added to request. @@ -249,7 +249,7 @@ public partial interface IReplicationRecoveryServicesProvidersOperations /// Task> BeginCreateWithHttpMessagesAsync(string fabricName, string providerName, AddRecoveryServicesProviderInput addProviderInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Purges recovery service provider from fabric + /// Purges recovery service provider from fabric. /// /// /// The operation to purge(force delete) a recovery services provider @@ -312,7 +312,7 @@ public partial interface IReplicationRecoveryServicesProvidersOperations /// /// /// The operation to removes/delete(unregister) a recovery services - /// provider from the vault + /// provider from the vault. /// /// /// Fabric name. @@ -365,7 +365,7 @@ public partial interface IReplicationRecoveryServicesProvidersOperations /// vault. This is a view only api. /// /// - /// Lists the registered recovery services providers in the vault + /// Lists the registered recovery services providers in the vault. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationVaultSettingOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationVaultSettingOperations.cs index 5312e4f78158d..b7609aec84dbf 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationVaultSettingOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationVaultSettingOperations.cs @@ -102,6 +102,35 @@ public partial interface IReplicationVaultSettingOperations /// Task> CreateWithHttpMessagesAsync(string vaultSettingName, VaultSettingCreationInput input, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Updates vault setting. A vault setting object is a singleton per + /// vault and it is always present by default. + /// + /// + /// The operation to configure vault setting. + /// + /// + /// Vault setting name. + /// + /// + /// Vault setting creation input. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> BeginCreateWithHttpMessagesAsync(string vaultSettingName, VaultSettingCreationInput input, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Gets the list of vault setting. /// /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationvCentersOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationvCentersOperations.cs index d9552f54967f3..1c473d5a06323 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationvCentersOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/IReplicationvCentersOperations.cs @@ -53,13 +53,13 @@ public partial interface IReplicationvCentersOperations /// /// /// Gets the details of a registered vCenter server(Add vCenter - /// server.) + /// server). /// /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// The headers that will be added to request. @@ -76,7 +76,7 @@ public partial interface IReplicationvCentersOperations /// /// Thrown when a required parameter is null /// - Task> GetWithHttpMessagesAsync(string fabricName, string vCenterName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetWithHttpMessagesAsync(string fabricName, string vcenterName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Add vCenter. /// @@ -86,8 +86,8 @@ public partial interface IReplicationvCentersOperations /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// The input to the add vCenter operation. @@ -107,9 +107,9 @@ public partial interface IReplicationvCentersOperations /// /// Thrown when a required parameter is null /// - Task> CreateWithHttpMessagesAsync(string fabricName, string vCenterName, AddVCenterRequest addVCenterRequest, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> CreateWithHttpMessagesAsync(string fabricName, string vcenterName, AddVCenterRequest addVCenterRequest, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Remove vCenter operation. + /// Remove vcenter operation. /// /// /// The operation to remove(unregister) a registered vCenter server @@ -118,8 +118,8 @@ public partial interface IReplicationvCentersOperations /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// The headers that will be added to request. @@ -133,7 +133,7 @@ public partial interface IReplicationvCentersOperations /// /// Thrown when a required parameter is null /// - Task DeleteWithHttpMessagesAsync(string fabricName, string vCenterName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task DeleteWithHttpMessagesAsync(string fabricName, string vcenterName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Update vCenter operation. /// @@ -143,8 +143,8 @@ public partial interface IReplicationvCentersOperations /// /// Fabric name. /// - /// - /// vCenter name + /// + /// vcenter name. /// /// /// The input to the update vCenter operation. @@ -164,7 +164,7 @@ public partial interface IReplicationvCentersOperations /// /// Thrown when a required parameter is null /// - Task> UpdateWithHttpMessagesAsync(string fabricName, string vCenterName, UpdateVCenterRequest updateVCenterRequest, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string fabricName, string vcenterName, UpdateVCenterRequest updateVCenterRequest, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets the list of vCenter registered under the vault. /// @@ -196,8 +196,8 @@ public partial interface IReplicationvCentersOperations /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// The input to the add vCenter operation. @@ -217,9 +217,9 @@ public partial interface IReplicationvCentersOperations /// /// Thrown when a required parameter is null /// - Task> BeginCreateWithHttpMessagesAsync(string fabricName, string vCenterName, AddVCenterRequest addVCenterRequest, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> BeginCreateWithHttpMessagesAsync(string fabricName, string vcenterName, AddVCenterRequest addVCenterRequest, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Remove vCenter operation. + /// Remove vcenter operation. /// /// /// The operation to remove(unregister) a registered vCenter server @@ -228,8 +228,8 @@ public partial interface IReplicationvCentersOperations /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// The headers that will be added to request. @@ -243,7 +243,7 @@ public partial interface IReplicationvCentersOperations /// /// Thrown when a required parameter is null /// - Task BeginDeleteWithHttpMessagesAsync(string fabricName, string vCenterName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task BeginDeleteWithHttpMessagesAsync(string fabricName, string vcenterName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Update vCenter operation. /// @@ -253,8 +253,8 @@ public partial interface IReplicationvCentersOperations /// /// Fabric name. /// - /// - /// vCenter name + /// + /// vcenter name. /// /// /// The input to the update vCenter operation. @@ -274,7 +274,7 @@ public partial interface IReplicationvCentersOperations /// /// Thrown when a required parameter is null /// - Task> BeginUpdateWithHttpMessagesAsync(string fabricName, string vCenterName, UpdateVCenterRequest updateVCenterRequest, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> BeginUpdateWithHttpMessagesAsync(string fabricName, string vcenterName, UpdateVCenterRequest updateVCenterRequest, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets the list of vCenter registered under a fabric. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ISiteRecoveryManagementClient.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ISiteRecoveryManagementClient.cs index 25b5858aade89..edfade7bbef0b 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ISiteRecoveryManagementClient.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ISiteRecoveryManagementClient.cs @@ -189,6 +189,11 @@ public partial interface ISiteRecoveryManagementClient : System.IDisposable /// IReplicationPoliciesOperations ReplicationPolicies { get; } + /// + /// Gets the IReplicationProtectionIntentsOperations. + /// + IReplicationProtectionIntentsOperations ReplicationProtectionIntents { get; } + /// /// Gets the IReplicationRecoveryPlansOperations. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ISupportedOperatingSystemsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ISupportedOperatingSystemsOperations.cs index d785646ce58a4..65506bd98c714 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ISupportedOperatingSystemsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ISupportedOperatingSystemsOperations.cs @@ -24,8 +24,11 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery public partial interface ISupportedOperatingSystemsOperations { /// - /// Gets the data of supported OSes by SRS. + /// Gets the data of supported operating systems by SRS. /// + /// + /// The instance type. + /// /// /// The headers that will be added to request. /// @@ -41,6 +44,6 @@ public partial interface ISupportedOperatingSystemsOperations /// /// Thrown when a required parameter is null /// - Task> GetWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetWithHttpMessagesAsync(string instanceType = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/MigrationRecoveryPointsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/MigrationRecoveryPointsOperations.cs index 6af1fea3048d9..9a3b242620dd7 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/MigrationRecoveryPointsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/MigrationRecoveryPointsOperations.cs @@ -128,7 +128,7 @@ internal MigrationRecoveryPointsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}/migrationRecoveryPoints").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}/migrationRecoveryPoints").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -351,7 +351,7 @@ internal MigrationRecoveryPointsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}/migrationRecoveryPoints/{migrationRecoveryPointName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}/migrationRecoveryPoints/{migrationRecoveryPointName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACreateProtectionIntentInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACreateProtectionIntentInput.cs new file mode 100644 index 0000000000000..1d4407d6687b0 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACreateProtectionIntentInput.cs @@ -0,0 +1,277 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// A2A create protection intent input. + /// + [Newtonsoft.Json.JsonObject("A2A")] + public partial class A2ACreateProtectionIntentInput : CreateProtectionIntentProviderSpecificDetails + { + /// + /// Initializes a new instance of the A2ACreateProtectionIntentInput + /// class. + /// + public A2ACreateProtectionIntentInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the A2ACreateProtectionIntentInput + /// class. + /// + /// The fabric specific object Id of the + /// virtual machine. + /// The primary location for the virtual + /// machine. + /// The recovery location for the + /// virtual machine. + /// The recovery subscription Id + /// of the virtual machine. + /// The recovery availability + /// type of the virtual machine. Possible values include: 'Single', + /// 'AvailabilitySet', 'AvailabilityZone' + /// The recovery resource group + /// Id. Valid for V2 scenarios. + /// The protection profile + /// custom inputs. + /// The primary + /// staging storage account input. + /// The recovery + /// availability set input. + /// The recovery + /// virtual network input. + /// The + /// recovery proximity placement group custom input. + /// A value indicating whether + /// the auto protection is enabled. Possible values include: + /// 'Disabled', 'Enabled' + /// The list of vm disk inputs. + /// The list of vm managed disk + /// inputs. + /// The multi vm group name. + /// The multi vm group id. + /// The boot diagnostic + /// storage account. + /// The recovery disk encryption + /// information (for two pass flows). + /// The recovery availability + /// zone. + public A2ACreateProtectionIntentInput(string fabricObjectId, string primaryLocation, string recoveryLocation, string recoverySubscriptionId, string recoveryAvailabilityType, string recoveryResourceGroupId, ProtectionProfileCustomDetails protectionProfileCustomInput = default(ProtectionProfileCustomDetails), StorageAccountCustomDetails primaryStagingStorageAccountCustomInput = default(StorageAccountCustomDetails), RecoveryAvailabilitySetCustomDetails recoveryAvailabilitySetCustomInput = default(RecoveryAvailabilitySetCustomDetails), RecoveryVirtualNetworkCustomDetails recoveryVirtualNetworkCustomInput = default(RecoveryVirtualNetworkCustomDetails), RecoveryProximityPlacementGroupCustomDetails recoveryProximityPlacementGroupCustomInput = default(RecoveryProximityPlacementGroupCustomDetails), string autoProtectionOfDataDisk = default(string), IList vmDisks = default(IList), IList vmManagedDisks = default(IList), string multiVmGroupName = default(string), string multiVmGroupId = default(string), StorageAccountCustomDetails recoveryBootDiagStorageAccount = default(StorageAccountCustomDetails), DiskEncryptionInfo diskEncryptionInfo = default(DiskEncryptionInfo), string recoveryAvailabilityZone = default(string)) + { + FabricObjectId = fabricObjectId; + PrimaryLocation = primaryLocation; + RecoveryLocation = recoveryLocation; + RecoverySubscriptionId = recoverySubscriptionId; + RecoveryAvailabilityType = recoveryAvailabilityType; + ProtectionProfileCustomInput = protectionProfileCustomInput; + RecoveryResourceGroupId = recoveryResourceGroupId; + PrimaryStagingStorageAccountCustomInput = primaryStagingStorageAccountCustomInput; + RecoveryAvailabilitySetCustomInput = recoveryAvailabilitySetCustomInput; + RecoveryVirtualNetworkCustomInput = recoveryVirtualNetworkCustomInput; + RecoveryProximityPlacementGroupCustomInput = recoveryProximityPlacementGroupCustomInput; + AutoProtectionOfDataDisk = autoProtectionOfDataDisk; + VmDisks = vmDisks; + VmManagedDisks = vmManagedDisks; + MultiVmGroupName = multiVmGroupName; + MultiVmGroupId = multiVmGroupId; + RecoveryBootDiagStorageAccount = recoveryBootDiagStorageAccount; + DiskEncryptionInfo = diskEncryptionInfo; + RecoveryAvailabilityZone = recoveryAvailabilityZone; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the fabric specific object Id of the virtual machine. + /// + [JsonProperty(PropertyName = "fabricObjectId")] + public string FabricObjectId { get; set; } + + /// + /// Gets or sets the primary location for the virtual machine. + /// + [JsonProperty(PropertyName = "primaryLocation")] + public string PrimaryLocation { get; set; } + + /// + /// Gets or sets the recovery location for the virtual machine. + /// + [JsonProperty(PropertyName = "recoveryLocation")] + public string RecoveryLocation { get; set; } + + /// + /// Gets or sets the recovery subscription Id of the virtual machine. + /// + [JsonProperty(PropertyName = "recoverySubscriptionId")] + public string RecoverySubscriptionId { get; set; } + + /// + /// Gets or sets the recovery availability type of the virtual machine. + /// Possible values include: 'Single', 'AvailabilitySet', + /// 'AvailabilityZone' + /// + [JsonProperty(PropertyName = "recoveryAvailabilityType")] + public string RecoveryAvailabilityType { get; set; } + + /// + /// Gets or sets the protection profile custom inputs. + /// + [JsonProperty(PropertyName = "protectionProfileCustomInput")] + public ProtectionProfileCustomDetails ProtectionProfileCustomInput { get; set; } + + /// + /// Gets or sets the recovery resource group Id. Valid for V2 + /// scenarios. + /// + [JsonProperty(PropertyName = "recoveryResourceGroupId")] + public string RecoveryResourceGroupId { get; set; } + + /// + /// Gets or sets the primary staging storage account input. + /// + [JsonProperty(PropertyName = "primaryStagingStorageAccountCustomInput")] + public StorageAccountCustomDetails PrimaryStagingStorageAccountCustomInput { get; set; } + + /// + /// Gets or sets the recovery availability set input. + /// + [JsonProperty(PropertyName = "recoveryAvailabilitySetCustomInput")] + public RecoveryAvailabilitySetCustomDetails RecoveryAvailabilitySetCustomInput { get; set; } + + /// + /// Gets or sets the recovery virtual network input. + /// + [JsonProperty(PropertyName = "recoveryVirtualNetworkCustomInput")] + public RecoveryVirtualNetworkCustomDetails RecoveryVirtualNetworkCustomInput { get; set; } + + /// + /// Gets or sets the recovery proximity placement group custom input. + /// + [JsonProperty(PropertyName = "recoveryProximityPlacementGroupCustomInput")] + public RecoveryProximityPlacementGroupCustomDetails RecoveryProximityPlacementGroupCustomInput { get; set; } + + /// + /// Gets or sets a value indicating whether the auto protection is + /// enabled. Possible values include: 'Disabled', 'Enabled' + /// + [JsonProperty(PropertyName = "autoProtectionOfDataDisk")] + public string AutoProtectionOfDataDisk { get; set; } + + /// + /// Gets or sets the list of vm disk inputs. + /// + [JsonProperty(PropertyName = "vmDisks")] + public IList VmDisks { get; set; } + + /// + /// Gets or sets the list of vm managed disk inputs. + /// + [JsonProperty(PropertyName = "vmManagedDisks")] + public IList VmManagedDisks { get; set; } + + /// + /// Gets or sets the multi vm group name. + /// + [JsonProperty(PropertyName = "multiVmGroupName")] + public string MultiVmGroupName { get; set; } + + /// + /// Gets or sets the multi vm group id. + /// + [JsonProperty(PropertyName = "multiVmGroupId")] + public string MultiVmGroupId { get; set; } + + /// + /// Gets or sets the boot diagnostic storage account. + /// + [JsonProperty(PropertyName = "recoveryBootDiagStorageAccount")] + public StorageAccountCustomDetails RecoveryBootDiagStorageAccount { get; set; } + + /// + /// Gets or sets the recovery disk encryption information (for two pass + /// flows). + /// + [JsonProperty(PropertyName = "diskEncryptionInfo")] + public DiskEncryptionInfo DiskEncryptionInfo { get; set; } + + /// + /// Gets or sets the recovery availability zone. + /// + [JsonProperty(PropertyName = "recoveryAvailabilityZone")] + public string RecoveryAvailabilityZone { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (FabricObjectId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "FabricObjectId"); + } + if (PrimaryLocation == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "PrimaryLocation"); + } + if (RecoveryLocation == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RecoveryLocation"); + } + if (RecoverySubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RecoverySubscriptionId"); + } + if (RecoveryAvailabilityType == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RecoveryAvailabilityType"); + } + if (RecoveryResourceGroupId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RecoveryResourceGroupId"); + } + if (VmDisks != null) + { + foreach (var element in VmDisks) + { + if (element != null) + { + element.Validate(); + } + } + } + if (VmManagedDisks != null) + { + foreach (var element1 in VmManagedDisks) + { + if (element1 != null) + { + element1.Validate(); + } + } + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACrossClusterMigrationApplyRecoveryPointInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACrossClusterMigrationApplyRecoveryPointInput.cs new file mode 100644 index 0000000000000..4fb0b5ba88440 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACrossClusterMigrationApplyRecoveryPointInput.cs @@ -0,0 +1,38 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// ApplyRecoveryPoint input specific to A2ACrossClusterMigration provider. + /// + [Newtonsoft.Json.JsonObject("A2ACrossClusterMigration")] + public partial class A2ACrossClusterMigrationApplyRecoveryPointInput : ApplyRecoveryPointProviderSpecificInput + { + /// + /// Initializes a new instance of the + /// A2ACrossClusterMigrationApplyRecoveryPointInput class. + /// + public A2ACrossClusterMigrationApplyRecoveryPointInput() + { + CustomInit(); + } + + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACrossClusterMigrationContainerCreationInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACrossClusterMigrationContainerCreationInput.cs new file mode 100644 index 0000000000000..a89c59d5a4bda --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACrossClusterMigrationContainerCreationInput.cs @@ -0,0 +1,38 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// A2ACrossClusterMigration cloud creation input. + /// + [Newtonsoft.Json.JsonObject("A2ACrossClusterMigration")] + public partial class A2ACrossClusterMigrationContainerCreationInput : ReplicationProviderSpecificContainerCreationInput + { + /// + /// Initializes a new instance of the + /// A2ACrossClusterMigrationContainerCreationInput class. + /// + public A2ACrossClusterMigrationContainerCreationInput() + { + CustomInit(); + } + + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACrossClusterMigrationEnableProtectionInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACrossClusterMigrationEnableProtectionInput.cs new file mode 100644 index 0000000000000..fb608a110a9e9 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACrossClusterMigrationEnableProtectionInput.cs @@ -0,0 +1,64 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// A2A Cross-Cluster Migration enable protection input. + /// + [Newtonsoft.Json.JsonObject("A2ACrossClusterMigration")] + public partial class A2ACrossClusterMigrationEnableProtectionInput : EnableProtectionProviderSpecificInput + { + /// + /// Initializes a new instance of the + /// A2ACrossClusterMigrationEnableProtectionInput class. + /// + public A2ACrossClusterMigrationEnableProtectionInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// A2ACrossClusterMigrationEnableProtectionInput class. + /// + /// The fabric specific object Id of the + /// virtual machine. + /// The recovery container + /// Id. + public A2ACrossClusterMigrationEnableProtectionInput(string fabricObjectId = default(string), string recoveryContainerId = default(string)) + { + FabricObjectId = fabricObjectId; + RecoveryContainerId = recoveryContainerId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the fabric specific object Id of the virtual machine. + /// + [JsonProperty(PropertyName = "fabricObjectId")] + public string FabricObjectId { get; set; } + + /// + /// Gets or sets the recovery container Id. + /// + [JsonProperty(PropertyName = "recoveryContainerId")] + public string RecoveryContainerId { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACrossClusterMigrationPolicyCreationInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACrossClusterMigrationPolicyCreationInput.cs new file mode 100644 index 0000000000000..911c7a212b930 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACrossClusterMigrationPolicyCreationInput.cs @@ -0,0 +1,38 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// A2A Cross-Cluster Migration Policy creation input. + /// + [Newtonsoft.Json.JsonObject("A2ACrossClusterMigration")] + public partial class A2ACrossClusterMigrationPolicyCreationInput : PolicyProviderSpecificInput + { + /// + /// Initializes a new instance of the + /// A2ACrossClusterMigrationPolicyCreationInput class. + /// + public A2ACrossClusterMigrationPolicyCreationInput() + { + CustomInit(); + } + + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACrossClusterMigrationReplicationDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACrossClusterMigrationReplicationDetails.cs new file mode 100644 index 0000000000000..d05d6117f7ba2 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ACrossClusterMigrationReplicationDetails.cs @@ -0,0 +1,108 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// A2A provider specific settings. + /// + [Newtonsoft.Json.JsonObject("A2ACrossClusterMigration")] + public partial class A2ACrossClusterMigrationReplicationDetails : ReplicationProviderSpecificSettings + { + /// + /// Initializes a new instance of the + /// A2ACrossClusterMigrationReplicationDetails class. + /// + public A2ACrossClusterMigrationReplicationDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// A2ACrossClusterMigrationReplicationDetails class. + /// + /// The fabric specific object Id of the + /// virtual machine. + /// Primary fabric + /// location. + /// The type of operating system. + /// The protection state for the + /// vm. + /// The protection state + /// description for the vm. + /// An id associated with the PE that + /// survives actions like switch protection which change the backing + /// PE/CPE objects internally.The lifecycle id gets carried forward to + /// have a link/continuity in being able to have an Id that denotes the + /// "same" protected item even though other internal Ids/ARM Id might + /// be changing. + public A2ACrossClusterMigrationReplicationDetails(string fabricObjectId = default(string), string primaryFabricLocation = default(string), string osType = default(string), string vmProtectionState = default(string), string vmProtectionStateDescription = default(string), string lifecycleId = default(string)) + { + FabricObjectId = fabricObjectId; + PrimaryFabricLocation = primaryFabricLocation; + OsType = osType; + VmProtectionState = vmProtectionState; + VmProtectionStateDescription = vmProtectionStateDescription; + LifecycleId = lifecycleId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the fabric specific object Id of the virtual machine. + /// + [JsonProperty(PropertyName = "fabricObjectId")] + public string FabricObjectId { get; set; } + + /// + /// Gets or sets primary fabric location. + /// + [JsonProperty(PropertyName = "primaryFabricLocation")] + public string PrimaryFabricLocation { get; set; } + + /// + /// Gets or sets the type of operating system. + /// + [JsonProperty(PropertyName = "osType")] + public string OsType { get; set; } + + /// + /// Gets or sets the protection state for the vm. + /// + [JsonProperty(PropertyName = "vmProtectionState")] + public string VmProtectionState { get; set; } + + /// + /// Gets or sets the protection state description for the vm. + /// + [JsonProperty(PropertyName = "vmProtectionStateDescription")] + public string VmProtectionStateDescription { get; set; } + + /// + /// Gets or sets an id associated with the PE that survives actions + /// like switch protection which change the backing PE/CPE objects + /// internally.The lifecycle id gets carried forward to have a + /// link/continuity in being able to have an Id that denotes the "same" + /// protected item even though other internal Ids/ARM Id might be + /// changing. + /// + [JsonProperty(PropertyName = "lifecycleId")] + public string LifecycleId { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AEnableProtectionInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AEnableProtectionInput.cs index 05570464ebc89..2e4eabe9f7450 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AEnableProtectionInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AEnableProtectionInput.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; @@ -48,16 +49,19 @@ public A2AEnableProtectionInput() /// The list of vm managed disk /// details. /// The multi vm group name. + /// The multi vm group id. /// The boot diagnostic /// storage account. /// The recovery disk encryption - /// information. + /// information (for two pass flows). /// The recovery availability /// zone. /// The recovery Azure virtual /// network ARM id. /// The recovery subnet name. - public A2AEnableProtectionInput(string fabricObjectId = default(string), string recoveryContainerId = default(string), string recoveryResourceGroupId = default(string), string recoveryCloudServiceId = default(string), string recoveryAvailabilitySetId = default(string), string recoveryProximityPlacementGroupId = default(string), IList vmDisks = default(IList), IList vmManagedDisks = default(IList), string multiVmGroupName = default(string), string recoveryBootDiagStorageAccountId = default(string), DiskEncryptionInfo diskEncryptionInfo = default(DiskEncryptionInfo), string recoveryAvailabilityZone = default(string), string recoveryAzureNetworkId = default(string), string recoverySubnetName = default(string)) + /// The virtual machine + /// scale set Id. + public A2AEnableProtectionInput(string fabricObjectId, string recoveryContainerId = default(string), string recoveryResourceGroupId = default(string), string recoveryCloudServiceId = default(string), string recoveryAvailabilitySetId = default(string), string recoveryProximityPlacementGroupId = default(string), IList vmDisks = default(IList), IList vmManagedDisks = default(IList), string multiVmGroupName = default(string), string multiVmGroupId = default(string), string recoveryBootDiagStorageAccountId = default(string), DiskEncryptionInfo diskEncryptionInfo = default(DiskEncryptionInfo), string recoveryAvailabilityZone = default(string), string recoveryAzureNetworkId = default(string), string recoverySubnetName = default(string), string recoveryVirtualMachineScaleSetId = default(string)) { FabricObjectId = fabricObjectId; RecoveryContainerId = recoveryContainerId; @@ -68,11 +72,13 @@ public A2AEnableProtectionInput() VmDisks = vmDisks; VmManagedDisks = vmManagedDisks; MultiVmGroupName = multiVmGroupName; + MultiVmGroupId = multiVmGroupId; RecoveryBootDiagStorageAccountId = recoveryBootDiagStorageAccountId; DiskEncryptionInfo = diskEncryptionInfo; RecoveryAvailabilityZone = recoveryAvailabilityZone; RecoveryAzureNetworkId = recoveryAzureNetworkId; RecoverySubnetName = recoverySubnetName; + RecoveryVirtualMachineScaleSetId = recoveryVirtualMachineScaleSetId; CustomInit(); } @@ -136,6 +142,12 @@ public A2AEnableProtectionInput() [JsonProperty(PropertyName = "multiVmGroupName")] public string MultiVmGroupName { get; set; } + /// + /// Gets or sets the multi vm group id. + /// + [JsonProperty(PropertyName = "multiVmGroupId")] + public string MultiVmGroupId { get; set; } + /// /// Gets or sets the boot diagnostic storage account. /// @@ -143,7 +155,8 @@ public A2AEnableProtectionInput() public string RecoveryBootDiagStorageAccountId { get; set; } /// - /// Gets or sets the recovery disk encryption information. + /// Gets or sets the recovery disk encryption information (for two pass + /// flows). /// [JsonProperty(PropertyName = "diskEncryptionInfo")] public DiskEncryptionInfo DiskEncryptionInfo { get; set; } @@ -166,5 +179,44 @@ public A2AEnableProtectionInput() [JsonProperty(PropertyName = "recoverySubnetName")] public string RecoverySubnetName { get; set; } + /// + /// Gets or sets the virtual machine scale set Id. + /// + [JsonProperty(PropertyName = "recoveryVirtualMachineScaleSetId")] + public string RecoveryVirtualMachineScaleSetId { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (FabricObjectId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "FabricObjectId"); + } + if (VmDisks != null) + { + foreach (var element in VmDisks) + { + if (element != null) + { + element.Validate(); + } + } + } + if (VmManagedDisks != null) + { + foreach (var element1 in VmManagedDisks) + { + if (element1 != null) + { + element1.Validate(); + } + } + } + } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AProtectedDiskDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AProtectedDiskDetails.cs index ba81eb50cad4e..22b27bfa76d41 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AProtectedDiskDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AProtectedDiskDetails.cs @@ -69,7 +69,11 @@ public A2AProtectedDiskDetails() /// The key URL / identifier (KEK). /// The KeyVault resource id for key /// (KEK). - public A2AProtectedDiskDetails(string diskUri = default(string), string recoveryAzureStorageAccountId = default(string), string primaryDiskAzureStorageAccountId = default(string), string recoveryDiskUri = default(string), string diskName = default(string), long? diskCapacityInBytes = default(long?), string primaryStagingAzureStorageAccountId = default(string), string diskType = default(string), bool? resyncRequired = default(bool?), int? monitoringPercentageCompletion = default(int?), string monitoringJobType = default(string), double? dataPendingInStagingStorageAccountInMB = default(double?), double? dataPendingAtSourceAgentInMB = default(double?), string diskState = default(string), IList allowedDiskLevelOperation = default(IList), bool? isDiskEncrypted = default(bool?), string secretIdentifier = default(string), string dekKeyVaultArmId = default(string), bool? isDiskKeyEncrypted = default(bool?), string keyIdentifier = default(string), string kekKeyVaultArmId = default(string)) + /// The failover name for the managed + /// disk. + /// The test failover name for the managed + /// disk. + public A2AProtectedDiskDetails(string diskUri = default(string), string recoveryAzureStorageAccountId = default(string), string primaryDiskAzureStorageAccountId = default(string), string recoveryDiskUri = default(string), string diskName = default(string), long? diskCapacityInBytes = default(long?), string primaryStagingAzureStorageAccountId = default(string), string diskType = default(string), bool? resyncRequired = default(bool?), int? monitoringPercentageCompletion = default(int?), string monitoringJobType = default(string), double? dataPendingInStagingStorageAccountInMB = default(double?), double? dataPendingAtSourceAgentInMB = default(double?), string diskState = default(string), IList allowedDiskLevelOperation = default(IList), bool? isDiskEncrypted = default(bool?), string secretIdentifier = default(string), string dekKeyVaultArmId = default(string), bool? isDiskKeyEncrypted = default(bool?), string keyIdentifier = default(string), string kekKeyVaultArmId = default(string), string failoverDiskName = default(string), string tfoDiskName = default(string)) { DiskUri = diskUri; RecoveryAzureStorageAccountId = recoveryAzureStorageAccountId; @@ -92,6 +96,8 @@ public A2AProtectedDiskDetails() IsDiskKeyEncrypted = isDiskKeyEncrypted; KeyIdentifier = keyIdentifier; KekKeyVaultArmId = kekKeyVaultArmId; + FailoverDiskName = failoverDiskName; + TfoDiskName = tfoDiskName; CustomInit(); } @@ -232,5 +238,17 @@ public A2AProtectedDiskDetails() [JsonProperty(PropertyName = "kekKeyVaultArmId")] public string KekKeyVaultArmId { get; set; } + /// + /// Gets or sets the failover name for the managed disk. + /// + [JsonProperty(PropertyName = "failoverDiskName")] + public string FailoverDiskName { get; set; } + + /// + /// Gets or sets the test failover name for the managed disk. + /// + [JsonProperty(PropertyName = "tfoDiskName")] + public string TfoDiskName { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AProtectedManagedDiskDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AProtectedManagedDiskDetails.cs index b774d7a56957d..c2825bfc962d8 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AProtectedManagedDiskDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AProtectedManagedDiskDetails.cs @@ -40,6 +40,8 @@ public A2AProtectedManagedDiskDetails() /// Id. /// Recovery replica disk Arm /// Id. + /// Recovery original target + /// disk Arm Id. /// The replica disk type. /// Its an optional value and will be same as source disk type if not /// user provided. @@ -48,6 +50,8 @@ public A2AProtectedManagedDiskDetails() /// disk type if not user provided. /// The recovery disk /// encryption set Id. + /// The primary disk + /// encryption set Id. /// The disk name. /// The disk capacity in /// bytes. @@ -84,15 +88,17 @@ public A2AProtectedManagedDiskDetails() /// disk. /// The test failover name for the managed /// disk. - public A2AProtectedManagedDiskDetails(string diskId = default(string), string recoveryResourceGroupId = default(string), string recoveryTargetDiskId = default(string), string recoveryReplicaDiskId = default(string), string recoveryReplicaDiskAccountType = default(string), string recoveryTargetDiskAccountType = default(string), string recoveryDiskEncryptionSetId = default(string), string diskName = default(string), long? diskCapacityInBytes = default(long?), string primaryStagingAzureStorageAccountId = default(string), string diskType = default(string), bool? resyncRequired = default(bool?), int? monitoringPercentageCompletion = default(int?), string monitoringJobType = default(string), double? dataPendingInStagingStorageAccountInMB = default(double?), double? dataPendingAtSourceAgentInMB = default(double?), string diskState = default(string), IList allowedDiskLevelOperation = default(IList), bool? isDiskEncrypted = default(bool?), string secretIdentifier = default(string), string dekKeyVaultArmId = default(string), bool? isDiskKeyEncrypted = default(bool?), string keyIdentifier = default(string), string kekKeyVaultArmId = default(string), string failoverDiskName = default(string), string tfoDiskName = default(string)) + public A2AProtectedManagedDiskDetails(string diskId = default(string), string recoveryResourceGroupId = default(string), string recoveryTargetDiskId = default(string), string recoveryReplicaDiskId = default(string), string recoveryOrignalTargetDiskId = default(string), string recoveryReplicaDiskAccountType = default(string), string recoveryTargetDiskAccountType = default(string), string recoveryDiskEncryptionSetId = default(string), string primaryDiskEncryptionSetId = default(string), string diskName = default(string), long? diskCapacityInBytes = default(long?), string primaryStagingAzureStorageAccountId = default(string), string diskType = default(string), bool? resyncRequired = default(bool?), int? monitoringPercentageCompletion = default(int?), string monitoringJobType = default(string), double? dataPendingInStagingStorageAccountInMB = default(double?), double? dataPendingAtSourceAgentInMB = default(double?), string diskState = default(string), IList allowedDiskLevelOperation = default(IList), bool? isDiskEncrypted = default(bool?), string secretIdentifier = default(string), string dekKeyVaultArmId = default(string), bool? isDiskKeyEncrypted = default(bool?), string keyIdentifier = default(string), string kekKeyVaultArmId = default(string), string failoverDiskName = default(string), string tfoDiskName = default(string)) { DiskId = diskId; RecoveryResourceGroupId = recoveryResourceGroupId; RecoveryTargetDiskId = recoveryTargetDiskId; RecoveryReplicaDiskId = recoveryReplicaDiskId; + RecoveryOrignalTargetDiskId = recoveryOrignalTargetDiskId; RecoveryReplicaDiskAccountType = recoveryReplicaDiskAccountType; RecoveryTargetDiskAccountType = recoveryTargetDiskAccountType; RecoveryDiskEncryptionSetId = recoveryDiskEncryptionSetId; + PrimaryDiskEncryptionSetId = primaryDiskEncryptionSetId; DiskName = diskName; DiskCapacityInBytes = diskCapacityInBytes; PrimaryStagingAzureStorageAccountId = primaryStagingAzureStorageAccountId; @@ -144,6 +150,12 @@ public A2AProtectedManagedDiskDetails() [JsonProperty(PropertyName = "recoveryReplicaDiskId")] public string RecoveryReplicaDiskId { get; set; } + /// + /// Gets or sets recovery original target disk Arm Id. + /// + [JsonProperty(PropertyName = "recoveryOrignalTargetDiskId")] + public string RecoveryOrignalTargetDiskId { get; set; } + /// /// Gets or sets the replica disk type. Its an optional value and will /// be same as source disk type if not user provided. @@ -164,6 +176,12 @@ public A2AProtectedManagedDiskDetails() [JsonProperty(PropertyName = "recoveryDiskEncryptionSetId")] public string RecoveryDiskEncryptionSetId { get; set; } + /// + /// Gets or sets the primary disk encryption set Id. + /// + [JsonProperty(PropertyName = "primaryDiskEncryptionSetId")] + public string PrimaryDiskEncryptionSetId { get; set; } + /// /// Gets or sets the disk name. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AProtectionIntentDiskInputDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AProtectionIntentDiskInputDetails.cs new file mode 100644 index 0000000000000..7a654e3f18036 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AProtectionIntentDiskInputDetails.cs @@ -0,0 +1,85 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Azure VM unmanaged disk input details. + /// + public partial class A2AProtectionIntentDiskInputDetails + { + /// + /// Initializes a new instance of the + /// A2AProtectionIntentDiskInputDetails class. + /// + public A2AProtectionIntentDiskInputDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// A2AProtectionIntentDiskInputDetails class. + /// + /// The disk Uri. + /// The recovery + /// VHD storage account input. + /// The primary + /// staging storage account input. + public A2AProtectionIntentDiskInputDetails(string diskUri, StorageAccountCustomDetails recoveryAzureStorageAccountCustomInput = default(StorageAccountCustomDetails), StorageAccountCustomDetails primaryStagingStorageAccountCustomInput = default(StorageAccountCustomDetails)) + { + DiskUri = diskUri; + RecoveryAzureStorageAccountCustomInput = recoveryAzureStorageAccountCustomInput; + PrimaryStagingStorageAccountCustomInput = primaryStagingStorageAccountCustomInput; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the disk Uri. + /// + [JsonProperty(PropertyName = "diskUri")] + public string DiskUri { get; set; } + + /// + /// Gets or sets the recovery VHD storage account input. + /// + [JsonProperty(PropertyName = "recoveryAzureStorageAccountCustomInput")] + public StorageAccountCustomDetails RecoveryAzureStorageAccountCustomInput { get; set; } + + /// + /// Gets or sets the primary staging storage account input. + /// + [JsonProperty(PropertyName = "primaryStagingStorageAccountCustomInput")] + public StorageAccountCustomDetails PrimaryStagingStorageAccountCustomInput { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (DiskUri == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "DiskUri"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AProtectionIntentManagedDiskInputDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AProtectionIntentManagedDiskInputDetails.cs new file mode 100644 index 0000000000000..6bcaad0890934 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AProtectionIntentManagedDiskInputDetails.cs @@ -0,0 +1,126 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Azure VM managed disk input details. + /// + public partial class A2AProtectionIntentManagedDiskInputDetails + { + /// + /// Initializes a new instance of the + /// A2AProtectionIntentManagedDiskInputDetails class. + /// + public A2AProtectionIntentManagedDiskInputDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// A2AProtectionIntentManagedDiskInputDetails class. + /// + /// The disk Id. + /// The primary + /// staging storage account input. + /// The recovery + /// resource group input. + /// The replica disk type. + /// Its an optional value and will be same as source disk type if not + /// user provided. + /// The target disk type + /// after failover. Its an optional value and will be same as source + /// disk type if not user provided. + /// The recovery disk + /// encryption set Id. + /// The recovery disk encryption + /// information (for one / single pass flows). + public A2AProtectionIntentManagedDiskInputDetails(string diskId, StorageAccountCustomDetails primaryStagingStorageAccountCustomInput = default(StorageAccountCustomDetails), RecoveryResourceGroupCustomDetails recoveryResourceGroupCustomInput = default(RecoveryResourceGroupCustomDetails), string recoveryReplicaDiskAccountType = default(string), string recoveryTargetDiskAccountType = default(string), string recoveryDiskEncryptionSetId = default(string), DiskEncryptionInfo diskEncryptionInfo = default(DiskEncryptionInfo)) + { + DiskId = diskId; + PrimaryStagingStorageAccountCustomInput = primaryStagingStorageAccountCustomInput; + RecoveryResourceGroupCustomInput = recoveryResourceGroupCustomInput; + RecoveryReplicaDiskAccountType = recoveryReplicaDiskAccountType; + RecoveryTargetDiskAccountType = recoveryTargetDiskAccountType; + RecoveryDiskEncryptionSetId = recoveryDiskEncryptionSetId; + DiskEncryptionInfo = diskEncryptionInfo; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the disk Id. + /// + [JsonProperty(PropertyName = "diskId")] + public string DiskId { get; set; } + + /// + /// Gets or sets the primary staging storage account input. + /// + [JsonProperty(PropertyName = "primaryStagingStorageAccountCustomInput")] + public StorageAccountCustomDetails PrimaryStagingStorageAccountCustomInput { get; set; } + + /// + /// Gets or sets the recovery resource group input. + /// + [JsonProperty(PropertyName = "recoveryResourceGroupCustomInput")] + public RecoveryResourceGroupCustomDetails RecoveryResourceGroupCustomInput { get; set; } + + /// + /// Gets or sets the replica disk type. Its an optional value and will + /// be same as source disk type if not user provided. + /// + [JsonProperty(PropertyName = "recoveryReplicaDiskAccountType")] + public string RecoveryReplicaDiskAccountType { get; set; } + + /// + /// Gets or sets the target disk type after failover. Its an optional + /// value and will be same as source disk type if not user provided. + /// + [JsonProperty(PropertyName = "recoveryTargetDiskAccountType")] + public string RecoveryTargetDiskAccountType { get; set; } + + /// + /// Gets or sets the recovery disk encryption set Id. + /// + [JsonProperty(PropertyName = "recoveryDiskEncryptionSetId")] + public string RecoveryDiskEncryptionSetId { get; set; } + + /// + /// Gets or sets the recovery disk encryption information (for one / + /// single pass flows). + /// + [JsonProperty(PropertyName = "diskEncryptionInfo")] + public DiskEncryptionInfo DiskEncryptionInfo { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (DiskId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "DiskId"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ARecoveryAvailabilityType.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ARecoveryAvailabilityType.cs new file mode 100644 index 0000000000000..56e7dcf84c888 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ARecoveryAvailabilityType.cs @@ -0,0 +1,23 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + + /// + /// Defines values for A2ARecoveryAvailabilityType. + /// + public static class A2ARecoveryAvailabilityType + { + public const string Single = "Single"; + public const string AvailabilitySet = "AvailabilitySet"; + public const string AvailabilityZone = "AvailabilityZone"; + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AReplicationDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AReplicationDetails.cs index 84b86fb23e4dc..00cbb73d00d4a 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AReplicationDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AReplicationDetails.cs @@ -34,14 +34,14 @@ public A2AReplicationDetails() /// /// The fabric specific object Id of the /// virtual machine. - /// The initial primary - /// fabric location. - /// The initial recovery - /// fabric location. /// The initial primary availability /// zone. + /// The initial primary + /// fabric location. /// The initial recovery availability /// zone. + /// The initial recovery + /// fabric location. /// The multi vm group Id. /// The multi vm group name. /// Whether Multi VM group is @@ -86,8 +86,13 @@ public A2AReplicationDetails() /// The last heartbeat received from the /// source server. /// The agent version. + /// Agent expiry date. /// A value indicating /// whether replication agent update is required. + /// Agent certificate expiry + /// date. + /// A value + /// indicating whether agent certificate update is required. /// The recovery fabric object /// Id. /// The protection state for the @@ -105,21 +110,30 @@ public A2AReplicationDetails() /// The last RPO value in seconds. /// The time (in UTC) when the last /// RPO value was calculated by Protection Service. + /// The primary availability + /// zone. /// The recovery availability /// zone. /// The encryption type of the VM. /// Possible values include: 'NotEncrypted', 'OnePassEncrypted', /// 'TwoPassEncrypted' - /// The test failover VM name. + /// The test failover vm name. + /// The recovery azure + /// generation. /// The recovery /// proximity placement group Id. - public A2AReplicationDetails(string fabricObjectId = default(string), string initialPrimaryFabricLocation = default(string), string initialRecoveryFabricLocation = default(string), string initialPrimaryZone = default(string), string initialRecoveryZone = default(string), string multiVmGroupId = default(string), string multiVmGroupName = default(string), string multiVmGroupCreateOption = default(string), string managementId = default(string), IList protectedDisks = default(IList), IList unprotectedDisks = default(IList), IList protectedManagedDisks = default(IList), string recoveryBootDiagStorageAccountId = default(string), string primaryFabricLocation = default(string), string recoveryFabricLocation = default(string), string osType = default(string), string recoveryAzureVMSize = default(string), string recoveryAzureVMName = default(string), string recoveryAzureResourceGroupId = default(string), string recoveryCloudService = default(string), string recoveryAvailabilitySet = default(string), string selectedRecoveryAzureNetworkId = default(string), string selectedTfoAzureNetworkId = default(string), IList vmNics = default(IList), AzureToAzureVmSyncedConfigDetails vmSyncedConfigDetails = default(AzureToAzureVmSyncedConfigDetails), int? monitoringPercentageCompletion = default(int?), string monitoringJobType = default(string), System.DateTime? lastHeartbeat = default(System.DateTime?), string agentVersion = default(string), bool? isReplicationAgentUpdateRequired = default(bool?), string recoveryFabricObjectId = default(string), string vmProtectionState = default(string), string vmProtectionStateDescription = default(string), string lifecycleId = default(string), string testFailoverRecoveryFabricObjectId = default(string), long? rpoInSeconds = default(long?), System.DateTime? lastRpoCalculatedTime = default(System.DateTime?), string recoveryAvailabilityZone = default(string), string vmEncryptionType = default(string), string tfoAzureVMName = default(string), string recoveryProximityPlacementGroupId = default(string)) + /// A value indicating whether + /// the auto protection is enabled. Possible values include: + /// 'Disabled', 'Enabled' + /// The recovery virtual + /// machine scale set id. + public A2AReplicationDetails(string fabricObjectId = default(string), string initialPrimaryZone = default(string), string initialPrimaryFabricLocation = default(string), string initialRecoveryZone = default(string), string initialRecoveryFabricLocation = default(string), string multiVmGroupId = default(string), string multiVmGroupName = default(string), string multiVmGroupCreateOption = default(string), string managementId = default(string), IList protectedDisks = default(IList), IList unprotectedDisks = default(IList), IList protectedManagedDisks = default(IList), string recoveryBootDiagStorageAccountId = default(string), string primaryFabricLocation = default(string), string recoveryFabricLocation = default(string), string osType = default(string), string recoveryAzureVMSize = default(string), string recoveryAzureVMName = default(string), string recoveryAzureResourceGroupId = default(string), string recoveryCloudService = default(string), string recoveryAvailabilitySet = default(string), string selectedRecoveryAzureNetworkId = default(string), string selectedTfoAzureNetworkId = default(string), IList vmNics = default(IList), AzureToAzureVmSyncedConfigDetails vmSyncedConfigDetails = default(AzureToAzureVmSyncedConfigDetails), int? monitoringPercentageCompletion = default(int?), string monitoringJobType = default(string), System.DateTime? lastHeartbeat = default(System.DateTime?), string agentVersion = default(string), System.DateTime? agentExpiryDate = default(System.DateTime?), bool? isReplicationAgentUpdateRequired = default(bool?), System.DateTime? agentCertificateExpiryDate = default(System.DateTime?), bool? isReplicationAgentCertificateUpdateRequired = default(bool?), string recoveryFabricObjectId = default(string), string vmProtectionState = default(string), string vmProtectionStateDescription = default(string), string lifecycleId = default(string), string testFailoverRecoveryFabricObjectId = default(string), long? rpoInSeconds = default(long?), System.DateTime? lastRpoCalculatedTime = default(System.DateTime?), string primaryAvailabilityZone = default(string), string recoveryAvailabilityZone = default(string), string vmEncryptionType = default(string), string tfoAzureVMName = default(string), string recoveryAzureGeneration = default(string), string recoveryProximityPlacementGroupId = default(string), string autoProtectionOfDataDisk = default(string), string recoveryVirtualMachineScaleSetId = default(string)) { FabricObjectId = fabricObjectId; - InitialPrimaryFabricLocation = initialPrimaryFabricLocation; - InitialRecoveryFabricLocation = initialRecoveryFabricLocation; InitialPrimaryZone = initialPrimaryZone; + InitialPrimaryFabricLocation = initialPrimaryFabricLocation; InitialRecoveryZone = initialRecoveryZone; + InitialRecoveryFabricLocation = initialRecoveryFabricLocation; MultiVmGroupId = multiVmGroupId; MultiVmGroupName = multiVmGroupName; MultiVmGroupCreateOption = multiVmGroupCreateOption; @@ -144,7 +158,10 @@ public A2AReplicationDetails() MonitoringJobType = monitoringJobType; LastHeartbeat = lastHeartbeat; AgentVersion = agentVersion; + AgentExpiryDate = agentExpiryDate; IsReplicationAgentUpdateRequired = isReplicationAgentUpdateRequired; + AgentCertificateExpiryDate = agentCertificateExpiryDate; + IsReplicationAgentCertificateUpdateRequired = isReplicationAgentCertificateUpdateRequired; RecoveryFabricObjectId = recoveryFabricObjectId; VmProtectionState = vmProtectionState; VmProtectionStateDescription = vmProtectionStateDescription; @@ -152,10 +169,14 @@ public A2AReplicationDetails() TestFailoverRecoveryFabricObjectId = testFailoverRecoveryFabricObjectId; RpoInSeconds = rpoInSeconds; LastRpoCalculatedTime = lastRpoCalculatedTime; + PrimaryAvailabilityZone = primaryAvailabilityZone; RecoveryAvailabilityZone = recoveryAvailabilityZone; VmEncryptionType = vmEncryptionType; TfoAzureVMName = tfoAzureVMName; + RecoveryAzureGeneration = recoveryAzureGeneration; RecoveryProximityPlacementGroupId = recoveryProximityPlacementGroupId; + AutoProtectionOfDataDisk = autoProtectionOfDataDisk; + RecoveryVirtualMachineScaleSetId = recoveryVirtualMachineScaleSetId; CustomInit(); } @@ -170,30 +191,30 @@ public A2AReplicationDetails() [JsonProperty(PropertyName = "fabricObjectId")] public string FabricObjectId { get; set; } - /// - /// Gets the initial primary fabric location. - /// - [JsonProperty(PropertyName = "initialPrimaryFabricLocation")] - public string InitialPrimaryFabricLocation { get; private set; } - - /// - /// Gets the initial recovery fabric location. - /// - [JsonProperty(PropertyName = "initialRecoveryFabricLocation")] - public string InitialRecoveryFabricLocation { get; private set; } - /// /// Gets the initial primary availability zone. /// [JsonProperty(PropertyName = "initialPrimaryZone")] public string InitialPrimaryZone { get; private set; } + /// + /// Gets the initial primary fabric location. + /// + [JsonProperty(PropertyName = "initialPrimaryFabricLocation")] + public string InitialPrimaryFabricLocation { get; private set; } + /// /// Gets the initial recovery availability zone. /// [JsonProperty(PropertyName = "initialRecoveryZone")] public string InitialRecoveryZone { get; private set; } + /// + /// Gets the initial recovery fabric location. + /// + [JsonProperty(PropertyName = "initialRecoveryFabricLocation")] + public string InitialRecoveryFabricLocation { get; private set; } + /// /// Gets or sets the multi vm group Id. /// @@ -341,6 +362,12 @@ public A2AReplicationDetails() [JsonProperty(PropertyName = "agentVersion")] public string AgentVersion { get; set; } + /// + /// Gets or sets agent expiry date. + /// + [JsonProperty(PropertyName = "agentExpiryDate")] + public System.DateTime? AgentExpiryDate { get; set; } + /// /// Gets or sets a value indicating whether replication agent update is /// required. @@ -348,6 +375,19 @@ public A2AReplicationDetails() [JsonProperty(PropertyName = "isReplicationAgentUpdateRequired")] public bool? IsReplicationAgentUpdateRequired { get; set; } + /// + /// Gets agent certificate expiry date. + /// + [JsonProperty(PropertyName = "agentCertificateExpiryDate")] + public System.DateTime? AgentCertificateExpiryDate { get; private set; } + + /// + /// Gets or sets a value indicating whether agent certificate update is + /// required. + /// + [JsonProperty(PropertyName = "isReplicationAgentCertificateUpdateRequired")] + public bool? IsReplicationAgentCertificateUpdateRequired { get; set; } + /// /// Gets or sets the recovery fabric object Id. /// @@ -396,6 +436,12 @@ public A2AReplicationDetails() [JsonProperty(PropertyName = "lastRpoCalculatedTime")] public System.DateTime? LastRpoCalculatedTime { get; set; } + /// + /// Gets or sets the primary availability zone. + /// + [JsonProperty(PropertyName = "primaryAvailabilityZone")] + public string PrimaryAvailabilityZone { get; set; } + /// /// Gets or sets the recovery availability zone. /// @@ -410,16 +456,35 @@ public A2AReplicationDetails() public string VmEncryptionType { get; private set; } /// - /// Gets or sets the test failover VM name. + /// Gets or sets the test failover vm name. /// [JsonProperty(PropertyName = "tfoAzureVMName")] public string TfoAzureVMName { get; set; } + /// + /// Gets the recovery azure generation. + /// + [JsonProperty(PropertyName = "recoveryAzureGeneration")] + public string RecoveryAzureGeneration { get; private set; } + /// /// Gets or sets the recovery proximity placement group Id. /// [JsonProperty(PropertyName = "recoveryProximityPlacementGroupId")] public string RecoveryProximityPlacementGroupId { get; set; } + /// + /// Gets or sets a value indicating whether the auto protection is + /// enabled. Possible values include: 'Disabled', 'Enabled' + /// + [JsonProperty(PropertyName = "autoProtectionOfDataDisk")] + public string AutoProtectionOfDataDisk { get; set; } + + /// + /// Gets or sets the recovery virtual machine scale set id. + /// + [JsonProperty(PropertyName = "recoveryVirtualMachineScaleSetId")] + public string RecoveryVirtualMachineScaleSetId { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AReplicationIntentDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AReplicationIntentDetails.cs new file mode 100644 index 0000000000000..acec692bd0de9 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AReplicationIntentDetails.cs @@ -0,0 +1,253 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// A2A provider specific settings. + /// + [Newtonsoft.Json.JsonObject("A2A")] + public partial class A2AReplicationIntentDetails : ReplicationProtectionIntentProviderSpecificSettings + { + /// + /// Initializes a new instance of the A2AReplicationIntentDetails + /// class. + /// + public A2AReplicationIntentDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the A2AReplicationIntentDetails + /// class. + /// + /// The recovery availability + /// type of the virtual machine. + /// The fabric specific object Id of the + /// virtual machine. + /// The primary location for the virtual + /// machine. + /// The recovery location for the + /// virtual machine. + /// The recovery subscription Id + /// of the virtual machine. + /// The list of vm disk details. + /// The list of vm managed disk + /// details. + /// The recovery resource group + /// id. + /// The protection profile custom + /// details. + /// The primary staging + /// storage account details. + /// The recovery availability set + /// details. + /// The recovery virtual network + /// details. + /// The recovery + /// proximity placement group custom details. + /// A value indicating whether + /// the auto protection is enabled. Possible values include: + /// 'Disabled', 'Enabled' + /// The multi vm group name. + /// The multi vm group id. + /// The boot diagnostic + /// storage account. + /// The recovery disk encryption + /// information (for two pass flows). + /// The recovery availability + /// zone. + public A2AReplicationIntentDetails(string recoveryAvailabilityType, string fabricObjectId = default(string), string primaryLocation = default(string), string recoveryLocation = default(string), string recoverySubscriptionId = default(string), IList vmDisks = default(IList), IList vmManagedDisks = default(IList), string recoveryResourceGroupId = default(string), ProtectionProfileCustomDetails protectionProfile = default(ProtectionProfileCustomDetails), StorageAccountCustomDetails primaryStagingStorageAccount = default(StorageAccountCustomDetails), RecoveryAvailabilitySetCustomDetails recoveryAvailabilitySet = default(RecoveryAvailabilitySetCustomDetails), RecoveryVirtualNetworkCustomDetails recoveryVirtualNetwork = default(RecoveryVirtualNetworkCustomDetails), RecoveryProximityPlacementGroupCustomDetails recoveryProximityPlacementGroup = default(RecoveryProximityPlacementGroupCustomDetails), string autoProtectionOfDataDisk = default(string), string multiVmGroupName = default(string), string multiVmGroupId = default(string), StorageAccountCustomDetails recoveryBootDiagStorageAccount = default(StorageAccountCustomDetails), DiskEncryptionInfo diskEncryptionInfo = default(DiskEncryptionInfo), string recoveryAvailabilityZone = default(string)) + { + FabricObjectId = fabricObjectId; + PrimaryLocation = primaryLocation; + RecoveryLocation = recoveryLocation; + RecoverySubscriptionId = recoverySubscriptionId; + VmDisks = vmDisks; + VmManagedDisks = vmManagedDisks; + RecoveryResourceGroupId = recoveryResourceGroupId; + ProtectionProfile = protectionProfile; + PrimaryStagingStorageAccount = primaryStagingStorageAccount; + RecoveryAvailabilitySet = recoveryAvailabilitySet; + RecoveryVirtualNetwork = recoveryVirtualNetwork; + RecoveryProximityPlacementGroup = recoveryProximityPlacementGroup; + AutoProtectionOfDataDisk = autoProtectionOfDataDisk; + MultiVmGroupName = multiVmGroupName; + MultiVmGroupId = multiVmGroupId; + RecoveryBootDiagStorageAccount = recoveryBootDiagStorageAccount; + DiskEncryptionInfo = diskEncryptionInfo; + RecoveryAvailabilityZone = recoveryAvailabilityZone; + RecoveryAvailabilityType = recoveryAvailabilityType; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the fabric specific object Id of the virtual machine. + /// + [JsonProperty(PropertyName = "fabricObjectId")] + public string FabricObjectId { get; set; } + + /// + /// Gets or sets the primary location for the virtual machine. + /// + [JsonProperty(PropertyName = "primaryLocation")] + public string PrimaryLocation { get; set; } + + /// + /// Gets or sets the recovery location for the virtual machine. + /// + [JsonProperty(PropertyName = "recoveryLocation")] + public string RecoveryLocation { get; set; } + + /// + /// Gets or sets the recovery subscription Id of the virtual machine. + /// + [JsonProperty(PropertyName = "recoverySubscriptionId")] + public string RecoverySubscriptionId { get; set; } + + /// + /// Gets or sets the list of vm disk details. + /// + [JsonProperty(PropertyName = "vmDisks")] + public IList VmDisks { get; set; } + + /// + /// Gets or sets the list of vm managed disk details. + /// + [JsonProperty(PropertyName = "vmManagedDisks")] + public IList VmManagedDisks { get; set; } + + /// + /// Gets or sets the recovery resource group id. + /// + [JsonProperty(PropertyName = "recoveryResourceGroupId")] + public string RecoveryResourceGroupId { get; set; } + + /// + /// Gets or sets the protection profile custom details. + /// + [JsonProperty(PropertyName = "protectionProfile")] + public ProtectionProfileCustomDetails ProtectionProfile { get; set; } + + /// + /// Gets or sets the primary staging storage account details. + /// + [JsonProperty(PropertyName = "primaryStagingStorageAccount")] + public StorageAccountCustomDetails PrimaryStagingStorageAccount { get; set; } + + /// + /// Gets or sets the recovery availability set details. + /// + [JsonProperty(PropertyName = "recoveryAvailabilitySet")] + public RecoveryAvailabilitySetCustomDetails RecoveryAvailabilitySet { get; set; } + + /// + /// Gets or sets the recovery virtual network details. + /// + [JsonProperty(PropertyName = "recoveryVirtualNetwork")] + public RecoveryVirtualNetworkCustomDetails RecoveryVirtualNetwork { get; set; } + + /// + /// Gets or sets the recovery proximity placement group custom details. + /// + [JsonProperty(PropertyName = "recoveryProximityPlacementGroup")] + public RecoveryProximityPlacementGroupCustomDetails RecoveryProximityPlacementGroup { get; set; } + + /// + /// Gets or sets a value indicating whether the auto protection is + /// enabled. Possible values include: 'Disabled', 'Enabled' + /// + [JsonProperty(PropertyName = "autoProtectionOfDataDisk")] + public string AutoProtectionOfDataDisk { get; set; } + + /// + /// Gets or sets the multi vm group name. + /// + [JsonProperty(PropertyName = "multiVmGroupName")] + public string MultiVmGroupName { get; set; } + + /// + /// Gets or sets the multi vm group id. + /// + [JsonProperty(PropertyName = "multiVmGroupId")] + public string MultiVmGroupId { get; set; } + + /// + /// Gets or sets the boot diagnostic storage account. + /// + [JsonProperty(PropertyName = "recoveryBootDiagStorageAccount")] + public StorageAccountCustomDetails RecoveryBootDiagStorageAccount { get; set; } + + /// + /// Gets or sets the recovery disk encryption information (for two pass + /// flows). + /// + [JsonProperty(PropertyName = "diskEncryptionInfo")] + public DiskEncryptionInfo DiskEncryptionInfo { get; set; } + + /// + /// Gets or sets the recovery availability zone. + /// + [JsonProperty(PropertyName = "recoveryAvailabilityZone")] + public string RecoveryAvailabilityZone { get; set; } + + /// + /// Gets or sets the recovery availability type of the virtual machine. + /// + [JsonProperty(PropertyName = "recoveryAvailabilityType")] + public string RecoveryAvailabilityType { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (RecoveryAvailabilityType == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RecoveryAvailabilityType"); + } + if (VmDisks != null) + { + foreach (var element in VmDisks) + { + if (element != null) + { + element.Validate(); + } + } + } + if (VmManagedDisks != null) + { + foreach (var element1 in VmManagedDisks) + { + if (element1 != null) + { + element1.Validate(); + } + } + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ASwitchProtectionInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ASwitchProtectionInput.cs index 12342f4c29be1..7ba42f8e95e9c 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ASwitchProtectionInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ASwitchProtectionInput.cs @@ -43,14 +43,18 @@ public A2ASwitchProtectionInput() /// Valid for V1 scenarios. /// The recovery availability /// set. - /// The recovery - /// proximity placement group Id. /// The Policy Id. /// The boot diagnostic /// storage account. + /// The recovery availability + /// zone. + /// The recovery + /// proximity placement group Id. + /// The virtual machine + /// scale set id. /// The recovery disk encryption /// information. - public A2ASwitchProtectionInput(string recoveryContainerId = default(string), IList vmDisks = default(IList), IList vmManagedDisks = default(IList), string recoveryResourceGroupId = default(string), string recoveryCloudServiceId = default(string), string recoveryAvailabilitySetId = default(string), string recoveryProximityPlacementGroupId = default(string), string policyId = default(string), string recoveryBootDiagStorageAccountId = default(string), DiskEncryptionInfo diskEncryptionInfo = default(DiskEncryptionInfo)) + public A2ASwitchProtectionInput(string recoveryContainerId = default(string), IList vmDisks = default(IList), IList vmManagedDisks = default(IList), string recoveryResourceGroupId = default(string), string recoveryCloudServiceId = default(string), string recoveryAvailabilitySetId = default(string), string policyId = default(string), string recoveryBootDiagStorageAccountId = default(string), string recoveryAvailabilityZone = default(string), string recoveryProximityPlacementGroupId = default(string), string recoveryVirtualMachineScaleSetId = default(string), DiskEncryptionInfo diskEncryptionInfo = default(DiskEncryptionInfo)) { RecoveryContainerId = recoveryContainerId; VmDisks = vmDisks; @@ -58,9 +62,11 @@ public A2ASwitchProtectionInput() RecoveryResourceGroupId = recoveryResourceGroupId; RecoveryCloudServiceId = recoveryCloudServiceId; RecoveryAvailabilitySetId = recoveryAvailabilitySetId; - RecoveryProximityPlacementGroupId = recoveryProximityPlacementGroupId; PolicyId = policyId; RecoveryBootDiagStorageAccountId = recoveryBootDiagStorageAccountId; + RecoveryAvailabilityZone = recoveryAvailabilityZone; + RecoveryProximityPlacementGroupId = recoveryProximityPlacementGroupId; + RecoveryVirtualMachineScaleSetId = recoveryVirtualMachineScaleSetId; DiskEncryptionInfo = diskEncryptionInfo; CustomInit(); } @@ -107,12 +113,6 @@ public A2ASwitchProtectionInput() [JsonProperty(PropertyName = "recoveryAvailabilitySetId")] public string RecoveryAvailabilitySetId { get; set; } - /// - /// Gets or sets the recovery proximity placement group Id. - /// - [JsonProperty(PropertyName = "recoveryProximityPlacementGroupId")] - public string RecoveryProximityPlacementGroupId { get; set; } - /// /// Gets or sets the Policy Id. /// @@ -125,6 +125,24 @@ public A2ASwitchProtectionInput() [JsonProperty(PropertyName = "recoveryBootDiagStorageAccountId")] public string RecoveryBootDiagStorageAccountId { get; set; } + /// + /// Gets or sets the recovery availability zone. + /// + [JsonProperty(PropertyName = "recoveryAvailabilityZone")] + public string RecoveryAvailabilityZone { get; set; } + + /// + /// Gets or sets the recovery proximity placement group Id. + /// + [JsonProperty(PropertyName = "recoveryProximityPlacementGroupId")] + public string RecoveryProximityPlacementGroupId { get; set; } + + /// + /// Gets or sets the virtual machine scale set id. + /// + [JsonProperty(PropertyName = "recoveryVirtualMachineScaleSetId")] + public string RecoveryVirtualMachineScaleSetId { get; set; } + /// /// Gets or sets the recovery disk encryption information. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ATestFailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ATestFailoverInput.cs new file mode 100644 index 0000000000000..c162d5c6c7dba --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2ATestFailoverInput.cs @@ -0,0 +1,66 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// A2A provider specific input for test failover. + /// + [Newtonsoft.Json.JsonObject("A2A")] + public partial class A2ATestFailoverInput : TestFailoverProviderSpecificInput + { + /// + /// Initializes a new instance of the A2ATestFailoverInput class. + /// + public A2ATestFailoverInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the A2ATestFailoverInput class. + /// + /// The recovery point id to be passed to + /// test failover to a particular recovery point. In case of latest + /// recovery point, null should be passed. + /// A value indicating whether + /// to use recovery cloud service for TFO or not. + public A2ATestFailoverInput(string recoveryPointId = default(string), string cloudServiceCreationOption = default(string)) + { + RecoveryPointId = recoveryPointId; + CloudServiceCreationOption = cloudServiceCreationOption; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the recovery point id to be passed to test failover to + /// a particular recovery point. In case of latest recovery point, null + /// should be passed. + /// + [JsonProperty(PropertyName = "recoveryPointId")] + public string RecoveryPointId { get; set; } + + /// + /// Gets or sets a value indicating whether to use recovery cloud + /// service for TFO or not. + /// + [JsonProperty(PropertyName = "cloudServiceCreationOption")] + public string CloudServiceCreationOption { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AFailoverProviderInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AUnplannedFailoverInput.cs similarity index 76% rename from sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AFailoverProviderInput.cs rename to sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AUnplannedFailoverInput.cs index 1e9ed33b28e9f..a08da451d8668 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AFailoverProviderInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AUnplannedFailoverInput.cs @@ -14,28 +14,28 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// A2A provider specific input for failover. + /// A2A provider specific input for unplanned failover. /// [Newtonsoft.Json.JsonObject("A2A")] - public partial class A2AFailoverProviderInput : ProviderSpecificFailoverInput + public partial class A2AUnplannedFailoverInput : UnplannedFailoverProviderSpecificInput { /// - /// Initializes a new instance of the A2AFailoverProviderInput class. + /// Initializes a new instance of the A2AUnplannedFailoverInput class. /// - public A2AFailoverProviderInput() + public A2AUnplannedFailoverInput() { CustomInit(); } /// - /// Initializes a new instance of the A2AFailoverProviderInput class. + /// Initializes a new instance of the A2AUnplannedFailoverInput class. /// /// The recovery point id to be passed to /// failover to a particular recovery point. In case of latest recovery /// point, null should be passed. /// A value indicating whether - /// to use recovery cloud service for TFO or not. - public A2AFailoverProviderInput(string recoveryPointId = default(string), string cloudServiceCreationOption = default(string)) + /// to use recovery cloud service for failover or not. + public A2AUnplannedFailoverInput(string recoveryPointId = default(string), string cloudServiceCreationOption = default(string)) { RecoveryPointId = recoveryPointId; CloudServiceCreationOption = cloudServiceCreationOption; @@ -57,7 +57,7 @@ public A2AFailoverProviderInput() /// /// Gets or sets a value indicating whether to use recovery cloud - /// service for TFO or not. + /// service for failover or not. /// [JsonProperty(PropertyName = "cloudServiceCreationOption")] public string CloudServiceCreationOption { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AUnprotectedDiskDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AUnprotectedDiskDetails.cs index 2619ca0075e71..62057a1099778 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AUnprotectedDiskDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AUnprotectedDiskDetails.cs @@ -31,9 +31,13 @@ public A2AUnprotectedDiskDetails() /// /// The source lun Id for the data /// disk. - public A2AUnprotectedDiskDetails(int? diskLunId = default(int?)) + /// A value indicating whether + /// the disk auto protection is enabled. Possible values include: + /// 'Disabled', 'Enabled' + public A2AUnprotectedDiskDetails(int? diskLunId = default(int?), string diskAutoProtectionStatus = default(string)) { DiskLunId = diskLunId; + DiskAutoProtectionStatus = diskAutoProtectionStatus; CustomInit(); } @@ -48,5 +52,12 @@ public A2AUnprotectedDiskDetails() [JsonProperty(PropertyName = "diskLunId")] public int? DiskLunId { get; set; } + /// + /// Gets or sets a value indicating whether the disk auto protection is + /// enabled. Possible values include: 'Disabled', 'Enabled' + /// + [JsonProperty(PropertyName = "diskAutoProtectionStatus")] + public string DiskAutoProtectionStatus { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AUpdateReplicationProtectedItemInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AUpdateReplicationProtectedItemInput.cs index 4045a71afb7e9..cc5ef32cffaae 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AUpdateReplicationProtectedItemInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AUpdateReplicationProtectedItemInput.cs @@ -44,19 +44,22 @@ public A2AUpdateReplicationProtectedItemInput() /// storage account. /// The recovery os disk encryption /// information. + /// The user given name for Test Failover + /// VM. /// The recovery /// proximity placement group Id. - /// The user given name for test failover - /// VM. - public A2AUpdateReplicationProtectedItemInput(string recoveryCloudServiceId = default(string), string recoveryResourceGroupId = default(string), IList managedDiskUpdateDetails = default(IList), string recoveryBootDiagStorageAccountId = default(string), DiskEncryptionInfo diskEncryptionInfo = default(DiskEncryptionInfo), string recoveryProximityPlacementGroupId = default(string), string tfoAzureVMName = default(string)) + /// The recovery virtual + /// machine scale set Id. + public A2AUpdateReplicationProtectedItemInput(string recoveryCloudServiceId = default(string), string recoveryResourceGroupId = default(string), IList managedDiskUpdateDetails = default(IList), string recoveryBootDiagStorageAccountId = default(string), DiskEncryptionInfo diskEncryptionInfo = default(DiskEncryptionInfo), string tfoAzureVMName = default(string), string recoveryProximityPlacementGroupId = default(string), string recoveryVirtualMachineScaleSetId = default(string)) { RecoveryCloudServiceId = recoveryCloudServiceId; RecoveryResourceGroupId = recoveryResourceGroupId; ManagedDiskUpdateDetails = managedDiskUpdateDetails; RecoveryBootDiagStorageAccountId = recoveryBootDiagStorageAccountId; DiskEncryptionInfo = diskEncryptionInfo; - RecoveryProximityPlacementGroupId = recoveryProximityPlacementGroupId; TfoAzureVMName = tfoAzureVMName; + RecoveryProximityPlacementGroupId = recoveryProximityPlacementGroupId; + RecoveryVirtualMachineScaleSetId = recoveryVirtualMachineScaleSetId; CustomInit(); } @@ -95,6 +98,12 @@ public A2AUpdateReplicationProtectedItemInput() [JsonProperty(PropertyName = "diskEncryptionInfo")] public DiskEncryptionInfo DiskEncryptionInfo { get; set; } + /// + /// Gets or sets the user given name for Test Failover VM. + /// + [JsonProperty(PropertyName = "tfoAzureVMName")] + public string TfoAzureVMName { get; set; } + /// /// Gets or sets the recovery proximity placement group Id. /// @@ -102,10 +111,10 @@ public A2AUpdateReplicationProtectedItemInput() public string RecoveryProximityPlacementGroupId { get; set; } /// - /// Gets or sets the user given name for test failover VM. + /// Gets or sets the recovery virtual machine scale set Id. /// - [JsonProperty(PropertyName = "tfoAzureVMName")] - public string TfoAzureVMName { get; set; } + [JsonProperty(PropertyName = "recoveryVirtualMachineScaleSetId")] + public string RecoveryVirtualMachineScaleSetId { get; set; } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AVmDiskInputDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AVmDiskInputDetails.cs index c3cda59a247b0..2eba97ba3c0ec 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AVmDiskInputDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AVmDiskInputDetails.cs @@ -10,11 +10,12 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; /// - /// Azure VM disk input details. + /// A2A disk input details. /// public partial class A2AVmDiskInputDetails { @@ -34,7 +35,7 @@ public A2AVmDiskInputDetails() /// storage account Id. /// The primary /// staging storage account Id. - public A2AVmDiskInputDetails(string diskUri = default(string), string recoveryAzureStorageAccountId = default(string), string primaryStagingAzureStorageAccountId = default(string)) + public A2AVmDiskInputDetails(string diskUri, string recoveryAzureStorageAccountId, string primaryStagingAzureStorageAccountId) { DiskUri = diskUri; RecoveryAzureStorageAccountId = recoveryAzureStorageAccountId; @@ -65,5 +66,26 @@ public A2AVmDiskInputDetails() [JsonProperty(PropertyName = "primaryStagingAzureStorageAccountId")] public string PrimaryStagingAzureStorageAccountId { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (DiskUri == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "DiskUri"); + } + if (RecoveryAzureStorageAccountId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RecoveryAzureStorageAccountId"); + } + if (PrimaryStagingAzureStorageAccountId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "PrimaryStagingAzureStorageAccountId"); + } + } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AVmManagedDiskInputDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AVmManagedDiskInputDetails.cs index e6006fabbafc9..1348e6c180553 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AVmManagedDiskInputDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AVmManagedDiskInputDetails.cs @@ -10,11 +10,12 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; /// - /// Azure VM managed disk input details. + /// A2A managed disk input details. /// public partial class A2AVmManagedDiskInputDetails { @@ -46,7 +47,7 @@ public A2AVmManagedDiskInputDetails() /// encryption set Id. /// The recovery disk encryption /// information (for one / single pass flows). - public A2AVmManagedDiskInputDetails(string diskId = default(string), string primaryStagingAzureStorageAccountId = default(string), string recoveryResourceGroupId = default(string), string recoveryReplicaDiskAccountType = default(string), string recoveryTargetDiskAccountType = default(string), string recoveryDiskEncryptionSetId = default(string), DiskEncryptionInfo diskEncryptionInfo = default(DiskEncryptionInfo)) + public A2AVmManagedDiskInputDetails(string diskId, string primaryStagingAzureStorageAccountId, string recoveryResourceGroupId, string recoveryReplicaDiskAccountType = default(string), string recoveryTargetDiskAccountType = default(string), string recoveryDiskEncryptionSetId = default(string), DiskEncryptionInfo diskEncryptionInfo = default(DiskEncryptionInfo)) { DiskId = diskId; PrimaryStagingAzureStorageAccountId = primaryStagingAzureStorageAccountId; @@ -108,5 +109,26 @@ public A2AVmManagedDiskInputDetails() [JsonProperty(PropertyName = "diskEncryptionInfo")] public DiskEncryptionInfo DiskEncryptionInfo { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (DiskId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "DiskId"); + } + if (PrimaryStagingAzureStorageAccountId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "PrimaryStagingAzureStorageAccountId"); + } + if (RecoveryResourceGroupId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RecoveryResourceGroupId"); + } + } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AVmManagedDiskUpdateDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AVmManagedDiskUpdateDetails.cs index fa03585d2cfd5..918a8de29bb5a 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AVmManagedDiskUpdateDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AVmManagedDiskUpdateDetails.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Azure VM managed disk update input details. + /// A2A Vm managed disk update details. /// public partial class A2AVmManagedDiskUpdateDetails { @@ -36,8 +36,8 @@ public A2AVmManagedDiskUpdateDetails() /// before failover. /// The replica disk type /// before failover. - /// The recovery disk encryption - /// information (for one / single pass flows). + /// The recovery os disk encryption + /// information. /// The target disk name for unplanned /// failover operation. /// The target disk name for test failover @@ -77,8 +77,7 @@ public A2AVmManagedDiskUpdateDetails() public string RecoveryReplicaDiskAccountType { get; set; } /// - /// Gets or sets the recovery disk encryption information (for one / - /// single pass flows). + /// Gets or sets the recovery os disk encryption information. /// [JsonProperty(PropertyName = "diskEncryptionInfo")] public DiskEncryptionInfo DiskEncryptionInfo { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AZoneDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AZoneDetails.cs new file mode 100644 index 0000000000000..b4bc38b6a84ae --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/A2AZoneDetails.cs @@ -0,0 +1,59 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Zone details data. + /// + public partial class A2AZoneDetails + { + /// + /// Initializes a new instance of the A2AZoneDetails class. + /// + public A2AZoneDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the A2AZoneDetails class. + /// + /// Source zone info. + /// The target zone info. + public A2AZoneDetails(string source = default(string), string target = default(string)) + { + Source = source; + Target = target; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets source zone info. + /// + [JsonProperty(PropertyName = "source")] + public string Source { get; set; } + + /// + /// Gets or sets the target zone info. + /// + [JsonProperty(PropertyName = "target")] + public string Target { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AddDisksInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AddDisksInput.cs index 4e6224bb5085b..a0e278f9ee47f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AddDisksInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AddDisksInput.cs @@ -47,5 +47,18 @@ public AddDisksInput() [JsonProperty(PropertyName = "properties")] public AddDisksInputProperties Properties { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Properties != null) + { + Properties.Validate(); + } + } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AddDisksInputProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AddDisksInputProperties.cs index 65a8fcffe6e20..d9baff412a2fa 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AddDisksInputProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AddDisksInputProperties.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -34,7 +35,7 @@ public AddDisksInputProperties() /// AzureEnableProtectionInput object. For San provider, it will be /// SanEnableProtectionInput object. For HyperVReplicaAzure provider, /// it can be null. - public AddDisksInputProperties(AddDisksProviderSpecificInput providerSpecificDetails = default(AddDisksProviderSpecificInput)) + public AddDisksInputProperties(AddDisksProviderSpecificInput providerSpecificDetails) { ProviderSpecificDetails = providerSpecificDetails; CustomInit(); @@ -54,5 +55,18 @@ public AddDisksInputProperties() [JsonProperty(PropertyName = "providerSpecificDetails")] public AddDisksProviderSpecificInput ProviderSpecificDetails { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ProviderSpecificDetails == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ProviderSpecificDetails"); + } + } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AddRecoveryServicesProviderInputProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AddRecoveryServicesProviderInputProperties.cs index 67b7b01b2476f..021833f83923f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AddRecoveryServicesProviderInputProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AddRecoveryServicesProviderInputProperties.cs @@ -38,11 +38,19 @@ public AddRecoveryServicesProviderInputProperties() /// input for DRA authentication. /// The identity provider /// input for resource access. - public AddRecoveryServicesProviderInputProperties(string machineName, IdentityProviderInput authenticationIdentityInput, IdentityProviderInput resourceAccessIdentityInput) + /// The Id of the machine where the provider is + /// getting added. + /// The Bios Id of the machine. + /// The identity + /// provider input for data plane authentication. + public AddRecoveryServicesProviderInputProperties(string machineName, IdentityProviderInput authenticationIdentityInput, IdentityProviderInput resourceAccessIdentityInput, string machineId = default(string), string biosId = default(string), IdentityProviderInput dataPlaneAuthenticationIdentityInput = default(IdentityProviderInput)) { MachineName = machineName; + MachineId = machineId; + BiosId = biosId; AuthenticationIdentityInput = authenticationIdentityInput; ResourceAccessIdentityInput = resourceAccessIdentityInput; + DataPlaneAuthenticationIdentityInput = dataPlaneAuthenticationIdentityInput; CustomInit(); } @@ -58,6 +66,19 @@ public AddRecoveryServicesProviderInputProperties(string machineName, IdentityPr [JsonProperty(PropertyName = "machineName")] public string MachineName { get; set; } + /// + /// Gets or sets the Id of the machine where the provider is getting + /// added. + /// + [JsonProperty(PropertyName = "machineId")] + public string MachineId { get; set; } + + /// + /// Gets or sets the Bios Id of the machine. + /// + [JsonProperty(PropertyName = "biosId")] + public string BiosId { get; set; } + /// /// Gets or sets the identity provider input for DRA authentication. /// @@ -70,6 +91,13 @@ public AddRecoveryServicesProviderInputProperties(string machineName, IdentityPr [JsonProperty(PropertyName = "resourceAccessIdentityInput")] public IdentityProviderInput ResourceAccessIdentityInput { get; set; } + /// + /// Gets or sets the identity provider input for data plane + /// authentication. + /// + [JsonProperty(PropertyName = "dataPlaneAuthenticationIdentityInput")] + public IdentityProviderInput DataPlaneAuthenticationIdentityInput { get; set; } + /// /// Validate the object. /// @@ -98,6 +126,10 @@ public virtual void Validate() { ResourceAccessIdentityInput.Validate(); } + if (DataPlaneAuthenticationIdentityInput != null) + { + DataPlaneAuthenticationIdentityInput.Validate(); + } } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AgentDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AgentDetails.cs new file mode 100644 index 0000000000000..129b8b99e431c --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AgentDetails.cs @@ -0,0 +1,87 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Agent details. + /// + public partial class AgentDetails + { + /// + /// Initializes a new instance of the AgentDetails class. + /// + public AgentDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AgentDetails class. + /// + /// The Id of the agent running on the + /// server. + /// The Id of the machine to which the agent is + /// registered. + /// The machine BIOS Id. + /// The machine FQDN. + /// The disks. + public AgentDetails(string agentId = default(string), string machineId = default(string), string biosId = default(string), string fqdn = default(string), IList disks = default(IList)) + { + AgentId = agentId; + MachineId = machineId; + BiosId = biosId; + Fqdn = fqdn; + Disks = disks; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the Id of the agent running on the server. + /// + [JsonProperty(PropertyName = "agentId")] + public string AgentId { get; private set; } + + /// + /// Gets the Id of the machine to which the agent is registered. + /// + [JsonProperty(PropertyName = "machineId")] + public string MachineId { get; private set; } + + /// + /// Gets the machine BIOS Id. + /// + [JsonProperty(PropertyName = "biosId")] + public string BiosId { get; private set; } + + /// + /// Gets the machine FQDN. + /// + [JsonProperty(PropertyName = "fqdn")] + public string Fqdn { get; private set; } + + /// + /// Gets the disks. + /// + [JsonProperty(PropertyName = "disks")] + public IList Disks { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AgentDiskDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AgentDiskDetails.cs new file mode 100644 index 0000000000000..476dc7a684ffc --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AgentDiskDetails.cs @@ -0,0 +1,84 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Agent disk details. + /// + public partial class AgentDiskDetails + { + /// + /// Initializes a new instance of the AgentDiskDetails class. + /// + public AgentDiskDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AgentDiskDetails class. + /// + /// The disk Id. + /// The disk name. + /// A value indicating whether the disk is the + /// OS disk. + /// The disk capacity in bytes. + /// The lun of disk. + public AgentDiskDetails(string diskId = default(string), string diskName = default(string), string isOSDisk = default(string), long? capacityInBytes = default(long?), int? lunId = default(int?)) + { + DiskId = diskId; + DiskName = diskName; + IsOSDisk = isOSDisk; + CapacityInBytes = capacityInBytes; + LunId = lunId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the disk Id. + /// + [JsonProperty(PropertyName = "diskId")] + public string DiskId { get; private set; } + + /// + /// Gets the disk name. + /// + [JsonProperty(PropertyName = "diskName")] + public string DiskName { get; private set; } + + /// + /// Gets a value indicating whether the disk is the OS disk. + /// + [JsonProperty(PropertyName = "isOSDisk")] + public string IsOSDisk { get; private set; } + + /// + /// Gets the disk capacity in bytes. + /// + [JsonProperty(PropertyName = "capacityInBytes")] + public long? CapacityInBytes { get; private set; } + + /// + /// Gets the lun of disk. + /// + [JsonProperty(PropertyName = "lunId")] + public int? LunId { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AgentUpgradeBlockedReason.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AgentUpgradeBlockedReason.cs new file mode 100644 index 0000000000000..df00a65cbc536 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AgentUpgradeBlockedReason.cs @@ -0,0 +1,34 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + + /// + /// Defines values for AgentUpgradeBlockedReason. + /// + public static class AgentUpgradeBlockedReason + { + public const string AlreadyOnLatestVersion = "AlreadyOnLatestVersion"; + public const string RebootRequired = "RebootRequired"; + public const string AgentNoHeartbeat = "AgentNoHeartbeat"; + public const string RcmProxyNoHeartbeat = "RcmProxyNoHeartbeat"; + public const string ProcessServerNoHeartbeat = "ProcessServerNoHeartbeat"; + public const string IncompatibleApplianceVersion = "IncompatibleApplianceVersion"; + public const string NotProtected = "NotProtected"; + public const string UnsupportedProtectionScenario = "UnsupportedProtectionScenario"; + public const string DistroIsNotReported = "DistroIsNotReported"; + public const string DistroNotSupportedForUpgrade = "DistroNotSupportedForUpgrade"; + public const string MissingUpgradePath = "MissingUpgradePath"; + public const string InvalidAgentVersion = "InvalidAgentVersion"; + public const string InvalidDriverVersion = "InvalidDriverVersion"; + public const string Unknown = "Unknown"; + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ApplyRecoveryPointInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ApplyRecoveryPointInput.cs index f7ad85e5a4faa..ef7dabd5a7a62 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ApplyRecoveryPointInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ApplyRecoveryPointInput.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -31,7 +32,7 @@ public ApplyRecoveryPointInput() /// /// The input properties to apply recovery /// point. - public ApplyRecoveryPointInput(ApplyRecoveryPointInputProperties properties = default(ApplyRecoveryPointInputProperties)) + public ApplyRecoveryPointInput(ApplyRecoveryPointInputProperties properties) { Properties = properties; CustomInit(); @@ -48,5 +49,22 @@ public ApplyRecoveryPointInput() [JsonProperty(PropertyName = "properties")] public ApplyRecoveryPointInputProperties Properties { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Properties == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Properties"); + } + if (Properties != null) + { + Properties.Validate(); + } + } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ApplyRecoveryPointInputProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ApplyRecoveryPointInputProperties.cs index 6a036a119d234..8bc21a6c01047 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ApplyRecoveryPointInputProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ApplyRecoveryPointInputProperties.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -31,10 +32,10 @@ public ApplyRecoveryPointInputProperties() /// Initializes a new instance of the ApplyRecoveryPointInputProperties /// class. /// - /// The recovery point Id. /// Provider specific input for /// applying recovery point. - public ApplyRecoveryPointInputProperties(string recoveryPointId = default(string), ApplyRecoveryPointProviderSpecificInput providerSpecificDetails = default(ApplyRecoveryPointProviderSpecificInput)) + /// The recovery point Id. + public ApplyRecoveryPointInputProperties(ApplyRecoveryPointProviderSpecificInput providerSpecificDetails, string recoveryPointId = default(string)) { RecoveryPointId = recoveryPointId; ProviderSpecificDetails = providerSpecificDetails; @@ -58,5 +59,18 @@ public ApplyRecoveryPointInputProperties() [JsonProperty(PropertyName = "providerSpecificDetails")] public ApplyRecoveryPointProviderSpecificInput ProviderSpecificDetails { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ProviderSpecificDetails == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ProviderSpecificDetails"); + } + } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MultiVmSyncStatus.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AutoProtectionOfDataDisk.cs similarity index 85% rename from sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MultiVmSyncStatus.cs rename to sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AutoProtectionOfDataDisk.cs index 3193f4eae5dcc..0d5b2f2e37db2 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MultiVmSyncStatus.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AutoProtectionOfDataDisk.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { /// - /// Defines values for MultiVmSyncStatus. + /// Defines values for AutoProtectionOfDataDisk. /// - public static class MultiVmSyncStatus + public static class AutoProtectionOfDataDisk { - public const string Enabled = "Enabled"; public const string Disabled = "Disabled"; + public const string Enabled = "Enabled"; } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AzureFabricSpecificDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AzureFabricSpecificDetails.cs index ac72ec3fd2aee..a2393d0986ff5 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AzureFabricSpecificDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AzureFabricSpecificDetails.cs @@ -35,10 +35,12 @@ public AzureFabricSpecificDetails() /// The Location for the Azure fabric. /// The container Ids for the Azure /// fabric. - public AzureFabricSpecificDetails(string location = default(string), IList containerIds = default(IList)) + /// The zones. + public AzureFabricSpecificDetails(string location = default(string), IList containerIds = default(IList), IList zones = default(IList)) { Location = location; ContainerIds = containerIds; + Zones = zones; CustomInit(); } @@ -59,5 +61,11 @@ public AzureFabricSpecificDetails() [JsonProperty(PropertyName = "containerIds")] public IList ContainerIds { get; set; } + /// + /// Gets or sets the zones. + /// + [JsonProperty(PropertyName = "zones")] + public IList Zones { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AzureToAzureCreateNetworkMappingInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AzureToAzureCreateNetworkMappingInput.cs index 179ca4b572496..1a71a3e954b56 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AzureToAzureCreateNetworkMappingInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/AzureToAzureCreateNetworkMappingInput.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -34,7 +35,7 @@ public AzureToAzureCreateNetworkMappingInput() /// AzureToAzureCreateNetworkMappingInput class. /// /// The primary azure vnet Id. - public AzureToAzureCreateNetworkMappingInput(string primaryNetworkId = default(string)) + public AzureToAzureCreateNetworkMappingInput(string primaryNetworkId) { PrimaryNetworkId = primaryNetworkId; CustomInit(); @@ -51,5 +52,18 @@ public AzureToAzureCreateNetworkMappingInput() [JsonProperty(PropertyName = "primaryNetworkId")] public string PrimaryNetworkId { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (PrimaryNetworkId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "PrimaryNetworkId"); + } + } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateNetworkMappingInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateNetworkMappingInput.cs index a6f336202d277..6c7b8d4410862 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateNetworkMappingInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateNetworkMappingInput.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -31,7 +32,7 @@ public CreateNetworkMappingInput() /// /// Input properties for creating network /// mapping. - public CreateNetworkMappingInput(CreateNetworkMappingInputProperties properties = default(CreateNetworkMappingInputProperties)) + public CreateNetworkMappingInput(CreateNetworkMappingInputProperties properties) { Properties = properties; CustomInit(); @@ -48,5 +49,22 @@ public CreateNetworkMappingInput() [JsonProperty(PropertyName = "properties")] public CreateNetworkMappingInputProperties Properties { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Properties == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Properties"); + } + if (Properties != null) + { + Properties.Validate(); + } + } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateNetworkMappingInputProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateNetworkMappingInputProperties.cs index c4c45f44896ee..c76cabe16b55c 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateNetworkMappingInputProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateNetworkMappingInputProperties.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -31,11 +32,11 @@ public CreateNetworkMappingInputProperties() /// Initializes a new instance of the /// CreateNetworkMappingInputProperties class. /// - /// Recovery fabric Name. /// Recovery network Id. + /// Recovery fabric Name. /// Fabric specific input /// properties. - public CreateNetworkMappingInputProperties(string recoveryFabricName = default(string), string recoveryNetworkId = default(string), FabricSpecificCreateNetworkMappingInput fabricSpecificDetails = default(FabricSpecificCreateNetworkMappingInput)) + public CreateNetworkMappingInputProperties(string recoveryNetworkId, string recoveryFabricName = default(string), FabricSpecificCreateNetworkMappingInput fabricSpecificDetails = default(FabricSpecificCreateNetworkMappingInput)) { RecoveryFabricName = recoveryFabricName; RecoveryNetworkId = recoveryNetworkId; @@ -66,5 +67,18 @@ public CreateNetworkMappingInputProperties() [JsonProperty(PropertyName = "fabricSpecificDetails")] public FabricSpecificCreateNetworkMappingInput FabricSpecificDetails { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (RecoveryNetworkId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RecoveryNetworkId"); + } + } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateProtectionIntentInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateProtectionIntentInput.cs new file mode 100644 index 0000000000000..2489b26446c43 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateProtectionIntentInput.cs @@ -0,0 +1,54 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Create protection intent input. + /// + public partial class CreateProtectionIntentInput + { + /// + /// Initializes a new instance of the CreateProtectionIntentInput + /// class. + /// + public CreateProtectionIntentInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CreateProtectionIntentInput + /// class. + /// + /// Create protection intent input + /// properties. + public CreateProtectionIntentInput(CreateProtectionIntentProperties properties = default(CreateProtectionIntentProperties)) + { + Properties = properties; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets create protection intent input properties. + /// + [JsonProperty(PropertyName = "properties")] + public CreateProtectionIntentProperties Properties { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateProtectionIntentProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateProtectionIntentProperties.cs new file mode 100644 index 0000000000000..7a410208e8b74 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateProtectionIntentProperties.cs @@ -0,0 +1,56 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Create protection intent input properties. + /// + public partial class CreateProtectionIntentProperties + { + /// + /// Initializes a new instance of the CreateProtectionIntentProperties + /// class. + /// + public CreateProtectionIntentProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CreateProtectionIntentProperties + /// class. + /// + /// The ReplicationProviderInput. + /// For A2A provider, it will be A2ACreateProtectionIntentInput + /// object. + public CreateProtectionIntentProperties(CreateProtectionIntentProviderSpecificDetails providerSpecificDetails = default(CreateProtectionIntentProviderSpecificDetails)) + { + ProviderSpecificDetails = providerSpecificDetails; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the ReplicationProviderInput. For A2A provider, it + /// will be A2ACreateProtectionIntentInput object. + /// + [JsonProperty(PropertyName = "providerSpecificDetails")] + public CreateProtectionIntentProviderSpecificDetails ProviderSpecificDetails { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SanEnableProtectionInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateProtectionIntentProviderSpecificDetails.cs similarity index 69% rename from sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SanEnableProtectionInput.cs rename to sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateProtectionIntentProviderSpecificDetails.cs index 81e5ac538a713..2e5993ab38cde 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SanEnableProtectionInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CreateProtectionIntentProviderSpecificDetails.cs @@ -10,19 +10,18 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { - using Newtonsoft.Json; using System.Linq; /// - /// San enable protection provider specific input. + /// Create protection intent provider specific input. /// - [Newtonsoft.Json.JsonObject("San")] - public partial class SanEnableProtectionInput : EnableProtectionProviderSpecificInput + public partial class CreateProtectionIntentProviderSpecificDetails { /// - /// Initializes a new instance of the SanEnableProtectionInput class. + /// Initializes a new instance of the + /// CreateProtectionIntentProviderSpecificDetails class. /// - public SanEnableProtectionInput() + public CreateProtectionIntentProviderSpecificDetails() { CustomInit(); } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CurrentJobDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CurrentJobDetails.cs index 28c33e4346306..33fa95e5e0f35 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CurrentJobDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/CurrentJobDetails.cs @@ -46,22 +46,22 @@ public CurrentJobDetails() partial void CustomInit(); /// - /// Gets or sets the job name. + /// Gets the job name. /// [JsonProperty(PropertyName = "jobName")] - public string JobName { get; set; } + public string JobName { get; private set; } /// - /// Gets or sets the ARM Id of the job being executed. + /// Gets the ARM Id of the job being executed. /// [JsonProperty(PropertyName = "jobId")] - public string JobId { get; set; } + public string JobId { get; private set; } /// - /// Gets or sets the start time of the job. + /// Gets the start time of the job. /// [JsonProperty(PropertyName = "startTime")] - public System.DateTime? StartTime { get; set; } + public System.DateTime? StartTime { get; private set; } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DataStore.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DataStore.cs index 3d9aae721cea1..7709f66edcfca 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DataStore.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DataStore.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// The data store details of the MT. + /// The datastore details of the MT. /// public partial class DataStore { diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DisableProtectionInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DisableProtectionInput.cs index 1c00d9046f7d6..4705b72d94e8e 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DisableProtectionInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DisableProtectionInput.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -31,7 +32,7 @@ public DisableProtectionInput() /// /// Disable protection input /// properties. - public DisableProtectionInput(DisableProtectionInputProperties properties = default(DisableProtectionInputProperties)) + public DisableProtectionInput(DisableProtectionInputProperties properties) { Properties = properties; CustomInit(); @@ -48,5 +49,18 @@ public DisableProtectionInput() [JsonProperty(PropertyName = "properties")] public DisableProtectionInputProperties Properties { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Properties == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Properties"); + } + } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DiskDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DiskDetails.cs index 891e90ea58092..cc40139a924df 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DiskDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DiskDetails.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// On-prem disk details data. + /// Onprem disk details data. /// public partial class DiskDetails { diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DiskEncryptionKeyInfo.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DiskEncryptionKeyInfo.cs index 14c7733603c04..9125876971ce7 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DiskEncryptionKeyInfo.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DiskEncryptionKeyInfo.cs @@ -30,8 +30,8 @@ public DiskEncryptionKeyInfo() /// /// Initializes a new instance of the DiskEncryptionKeyInfo class. /// - /// The secret url / identifier. - /// The KeyVault resource ARM id + /// The secret url / identifier. + /// The KeyVault resource ARM id /// for secret. public DiskEncryptionKeyInfo(string secretIdentifier = default(string), string keyVaultResourceArmId = default(string)) { @@ -46,13 +46,13 @@ public DiskEncryptionKeyInfo() partial void CustomInit(); /// - /// Gets or sets the secret url / identifier. + /// Gets or sets the secret url / identifier. /// [JsonProperty(PropertyName = "secretIdentifier")] public string SecretIdentifier { get; set; } /// - /// Gets or sets the KeyVault resource ARM id for secret. + /// Gets or sets the KeyVault resource ARM id for secret. /// [JsonProperty(PropertyName = "keyVaultResourceArmId")] public string KeyVaultResourceArmId { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DiskReplicationProgressHealth.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DiskReplicationProgressHealth.cs new file mode 100644 index 0000000000000..f610ba6cec094 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DiskReplicationProgressHealth.cs @@ -0,0 +1,25 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + + /// + /// Defines values for DiskReplicationProgressHealth. + /// + public static class DiskReplicationProgressHealth + { + public const string None = "None"; + public const string InProgress = "InProgress"; + public const string SlowProgress = "SlowProgress"; + public const string NoProgress = "NoProgress"; + public const string Queued = "Queued"; + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/Display.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/Display.cs index 4997e3127dfbf..9ab745cb49303 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/Display.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/Display.cs @@ -34,32 +34,32 @@ public Display() /// Initializes a new instance of the Display class. /// /// The provider. The localized friendly form of - /// the resource provider name – it is expected to also include the + /// the resource provider name - it is expected to also include the /// publisher/company responsible. It should use Title Casing and begin /// with "Microsoft" for 1st party services. e.g. "Microsoft Monitoring - /// Insights" or "Microsoft Compute." + /// Insights" or "Microsoft Compute.". /// The resource. The localized friendly form of - /// the resource related to this action/operation – it should match the + /// the resource related to this action/operation - it should match the /// public documentation for the resource provider. It should use Title /// Casing. This value should be unique for a particular URL type (e.g. - /// nested types should *not* reuse their parent’s display.resource + /// nested types should *not* reuse their parent's display.resource /// field). e.g. "Virtual Machines" or "Scheduler Job Collections", or - /// "Virtual Machine VM Sizes" or "Scheduler Jobs" + /// "Virtual Machine VM Sizes" or "Scheduler Jobs". /// The operation. The localized friendly name /// for the operation, as it should be shown to the user. It should be /// concise (to fit in drop downs) but clear (i.e. self-documenting). /// It should use Title Casing. Prescriptive guidance: Read Create or - /// Update Delete 'ActionName' + /// Update Delete 'ActionName'. /// The description. The localized friendly /// description for the operation, as it should be shown to the user. - /// It should be thorough, yet concise – it will be used in tool tips + /// It should be thorough, yet concise - it will be used in tool tips /// and detailed views. Prescriptive guidance for namespaces: Read any /// 'display.provider' resource Create or Update any 'display.provider' /// resource Delete any 'display.provider' resource Perform any other /// action on any 'display.provider' resource Prescriptive guidance for /// namespaces: Read any 'display.resource' Create or Update any /// 'display.resource' Delete any 'display.resource' 'ActionName' any - /// 'display.resources' + /// 'display.resources'. public Display(string provider = default(string), string resource = default(string), string operation = default(string), string description = default(string)) { Provider = provider; @@ -76,22 +76,22 @@ public Display() /// /// Gets or sets the provider. The localized friendly form of the - /// resource provider name – it is expected to also include the + /// resource provider name - it is expected to also include the /// publisher/company responsible. It should use Title Casing and begin /// with "Microsoft" for 1st party services. e.g. "Microsoft Monitoring - /// Insights" or "Microsoft Compute." + /// Insights" or "Microsoft Compute.". /// [JsonProperty(PropertyName = "provider")] public string Provider { get; set; } /// /// Gets or sets the resource. The localized friendly form of the - /// resource related to this action/operation – it should match the + /// resource related to this action/operation - it should match the /// public documentation for the resource provider. It should use Title /// Casing. This value should be unique for a particular URL type (e.g. - /// nested types should *not* reuse their parent’s display.resource + /// nested types should *not* reuse their parent's display.resource /// field). e.g. "Virtual Machines" or "Scheduler Job Collections", or - /// "Virtual Machine VM Sizes" or "Scheduler Jobs" + /// "Virtual Machine VM Sizes" or "Scheduler Jobs". /// [JsonProperty(PropertyName = "resource")] public string Resource { get; set; } @@ -101,7 +101,7 @@ public Display() /// operation, as it should be shown to the user. It should be concise /// (to fit in drop downs) but clear (i.e. self-documenting). It should /// use Title Casing. Prescriptive guidance: Read Create or Update - /// Delete 'ActionName' + /// Delete 'ActionName'. /// [JsonProperty(PropertyName = "operation")] public string Operation { get; set; } @@ -109,14 +109,14 @@ public Display() /// /// Gets or sets the description. The localized friendly description /// for the operation, as it should be shown to the user. It should be - /// thorough, yet concise – it will be used in tool tips and detailed + /// thorough, yet concise - it will be used in tool tips and detailed /// views. Prescriptive guidance for namespaces: Read any /// 'display.provider' resource Create or Update any 'display.provider' /// resource Delete any 'display.provider' resource Perform any other /// action on any 'display.provider' resource Prescriptive guidance for /// namespaces: Read any 'display.resource' Create or Update any /// 'display.resource' Delete any 'display.resource' 'ActionName' any - /// 'display.resources' + /// 'display.resources'. /// [JsonProperty(PropertyName = "description")] public string Description { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DraDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DraDetails.cs new file mode 100644 index 0000000000000..560d1348b3167 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DraDetails.cs @@ -0,0 +1,104 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// DRA details. + /// + public partial class DraDetails + { + /// + /// Initializes a new instance of the DraDetails class. + /// + public DraDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DraDetails class. + /// + /// The DRA Id. + /// The DRA name. + /// The DRA Bios Id. + /// The version. + /// The last heartbeat received from the + /// DRA. + /// The health. Possible values include: 'None', + /// 'Normal', 'Warning', 'Critical' + /// The health errors. + public DraDetails(string id = default(string), string name = default(string), string biosId = default(string), string version = default(string), System.DateTime? lastHeartbeatUtc = default(System.DateTime?), string health = default(string), IList healthErrors = default(IList)) + { + Id = id; + Name = name; + BiosId = biosId; + Version = version; + LastHeartbeatUtc = lastHeartbeatUtc; + Health = health; + HealthErrors = healthErrors; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the DRA Id. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; private set; } + + /// + /// Gets the DRA name. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; private set; } + + /// + /// Gets the DRA Bios Id. + /// + [JsonProperty(PropertyName = "biosId")] + public string BiosId { get; private set; } + + /// + /// Gets the version. + /// + [JsonProperty(PropertyName = "version")] + public string Version { get; private set; } + + /// + /// Gets the last heartbeat received from the DRA. + /// + [JsonProperty(PropertyName = "lastHeartbeatUtc")] + public System.DateTime? LastHeartbeatUtc { get; private set; } + + /// + /// Gets the health. Possible values include: 'None', 'Normal', + /// 'Warning', 'Critical' + /// + [JsonProperty(PropertyName = "health")] + public string Health { get; private set; } + + /// + /// Gets the health errors. + /// + [JsonProperty(PropertyName = "healthErrors")] + public IList HealthErrors { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/EventProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/EventProperties.cs index fcdd2597b959f..b909833a5f6db 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/EventProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/EventProperties.cs @@ -38,6 +38,8 @@ public EventProperties() /// The friendly name of the /// source of the event on which it is raised (for example, VM, VMM /// etc). + /// The affected object + /// correlationId for the event. /// The severity of the event. /// The time of occurrence of the /// event. @@ -48,12 +50,13 @@ public EventProperties() /// settings. /// The list of errors / warnings capturing /// details associated with the issue(s). - public EventProperties(string eventCode = default(string), string description = default(string), string eventType = default(string), string affectedObjectFriendlyName = default(string), string severity = default(string), System.DateTime? timeOfOccurrence = default(System.DateTime?), string fabricId = default(string), EventProviderSpecificDetails providerSpecificDetails = default(EventProviderSpecificDetails), EventSpecificDetails eventSpecificDetails = default(EventSpecificDetails), IList healthErrors = default(IList)) + public EventProperties(string eventCode = default(string), string description = default(string), string eventType = default(string), string affectedObjectFriendlyName = default(string), string affectedObjectCorrelationId = default(string), string severity = default(string), System.DateTime? timeOfOccurrence = default(System.DateTime?), string fabricId = default(string), EventProviderSpecificDetails providerSpecificDetails = default(EventProviderSpecificDetails), EventSpecificDetails eventSpecificDetails = default(EventSpecificDetails), IList healthErrors = default(IList)) { EventCode = eventCode; Description = description; EventType = eventType; AffectedObjectFriendlyName = affectedObjectFriendlyName; + AffectedObjectCorrelationId = affectedObjectCorrelationId; Severity = severity; TimeOfOccurrence = timeOfOccurrence; FabricId = fabricId; @@ -94,6 +97,12 @@ public EventProperties() [JsonProperty(PropertyName = "affectedObjectFriendlyName")] public string AffectedObjectFriendlyName { get; set; } + /// + /// Gets or sets the affected object correlationId for the event. + /// + [JsonProperty(PropertyName = "affectedObjectCorrelationId")] + public string AffectedObjectCorrelationId { get; set; } + /// /// Gets or sets the severity of the event. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/EventQueryParameter.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/EventQueryParameter.cs index b57897b9c72c1..28caa55702a79 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/EventQueryParameter.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/EventQueryParameter.cs @@ -39,17 +39,20 @@ public EventQueryParameter() /// events to be queried. /// The affected object name /// of the events to be queried. + /// The affected object + /// correlationId for the events to be queried. /// The start time of the time range within /// which the events are to be queried. /// The end time of the time range within which /// the events are to be queried. - public EventQueryParameter(string eventCode = default(string), string severity = default(string), string eventType = default(string), string fabricName = default(string), string affectedObjectFriendlyName = default(string), System.DateTime? startTime = default(System.DateTime?), System.DateTime? endTime = default(System.DateTime?)) + public EventQueryParameter(string eventCode = default(string), string severity = default(string), string eventType = default(string), string fabricName = default(string), string affectedObjectFriendlyName = default(string), string affectedObjectCorrelationId = default(string), System.DateTime? startTime = default(System.DateTime?), System.DateTime? endTime = default(System.DateTime?)) { EventCode = eventCode; Severity = severity; EventType = eventType; FabricName = fabricName; AffectedObjectFriendlyName = affectedObjectFriendlyName; + AffectedObjectCorrelationId = affectedObjectCorrelationId; StartTime = startTime; EndTime = endTime; CustomInit(); @@ -91,6 +94,13 @@ public EventQueryParameter() [JsonProperty(PropertyName = "affectedObjectFriendlyName")] public string AffectedObjectFriendlyName { get; set; } + /// + /// Gets or sets the affected object correlationId for the events to be + /// queried. + /// + [JsonProperty(PropertyName = "affectedObjectCorrelationId")] + public string AffectedObjectCorrelationId { get; set; } + /// /// Gets or sets the start time of the time range within which the /// events are to be queried. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingProtectionProfile.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingProtectionProfile.cs new file mode 100644 index 0000000000000..2faf4d1c54188 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingProtectionProfile.cs @@ -0,0 +1,68 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Existing storage account input. + /// + [Newtonsoft.Json.JsonObject("Existing")] + public partial class ExistingProtectionProfile : ProtectionProfileCustomDetails + { + /// + /// Initializes a new instance of the ExistingProtectionProfile class. + /// + public ExistingProtectionProfile() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ExistingProtectionProfile class. + /// + /// The protection profile Arm Id. + /// Throw error, if resource does not exists. + public ExistingProtectionProfile(string protectionProfileId) + { + ProtectionProfileId = protectionProfileId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the protection profile Arm Id. Throw error, if + /// resource does not exists. + /// + [JsonProperty(PropertyName = "protectionProfileId")] + public string ProtectionProfileId { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ProtectionProfileId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ProtectionProfileId"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingRecoveryAvailabilitySet.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingRecoveryAvailabilitySet.cs new file mode 100644 index 0000000000000..faae0fdd40317 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingRecoveryAvailabilitySet.cs @@ -0,0 +1,56 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Existing recovery availability set input. + /// + [Newtonsoft.Json.JsonObject("Existing")] + public partial class ExistingRecoveryAvailabilitySet : RecoveryAvailabilitySetCustomDetails + { + /// + /// Initializes a new instance of the ExistingRecoveryAvailabilitySet + /// class. + /// + public ExistingRecoveryAvailabilitySet() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ExistingRecoveryAvailabilitySet + /// class. + /// + /// The recovery availability + /// set Id. Will throw error, if resource does not exist. + public ExistingRecoveryAvailabilitySet(string recoveryAvailabilitySetId = default(string)) + { + RecoveryAvailabilitySetId = recoveryAvailabilitySetId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the recovery availability set Id. Will throw error, if + /// resource does not exist. + /// + [JsonProperty(PropertyName = "recoveryAvailabilitySetId")] + public string RecoveryAvailabilitySetId { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingRecoveryProximityPlacementGroup.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingRecoveryProximityPlacementGroup.cs new file mode 100644 index 0000000000000..8540face2a59e --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingRecoveryProximityPlacementGroup.cs @@ -0,0 +1,57 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Existing recovery proximity placement group input. + /// + [Newtonsoft.Json.JsonObject("Existing")] + public partial class ExistingRecoveryProximityPlacementGroup : RecoveryProximityPlacementGroupCustomDetails + { + /// + /// Initializes a new instance of the + /// ExistingRecoveryProximityPlacementGroup class. + /// + public ExistingRecoveryProximityPlacementGroup() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// ExistingRecoveryProximityPlacementGroup class. + /// + /// The recovery + /// proximity placement group Id. Will throw error, if resource does + /// not exist. + public ExistingRecoveryProximityPlacementGroup(string recoveryProximityPlacementGroupId = default(string)) + { + RecoveryProximityPlacementGroupId = recoveryProximityPlacementGroupId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the recovery proximity placement group Id. Will throw + /// error, if resource does not exist. + /// + [JsonProperty(PropertyName = "recoveryProximityPlacementGroupId")] + public string RecoveryProximityPlacementGroupId { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingRecoveryRecoveryResourceGroup.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingRecoveryRecoveryResourceGroup.cs new file mode 100644 index 0000000000000..227df071c1add --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingRecoveryRecoveryResourceGroup.cs @@ -0,0 +1,56 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Existing recovery resource group input. + /// + [Newtonsoft.Json.JsonObject("Existing")] + public partial class ExistingRecoveryRecoveryResourceGroup : RecoveryResourceGroupCustomDetails + { + /// + /// Initializes a new instance of the + /// ExistingRecoveryRecoveryResourceGroup class. + /// + public ExistingRecoveryRecoveryResourceGroup() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// ExistingRecoveryRecoveryResourceGroup class. + /// + /// The recovery resource group + /// Id. Valid for V2 scenarios. + public ExistingRecoveryRecoveryResourceGroup(string recoveryResourceGroupId = default(string)) + { + RecoveryResourceGroupId = recoveryResourceGroupId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the recovery resource group Id. Valid for V2 + /// scenarios. + /// + [JsonProperty(PropertyName = "recoveryResourceGroupId")] + public string RecoveryResourceGroupId { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingRecoveryVirtualNetwork.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingRecoveryVirtualNetwork.cs new file mode 100644 index 0000000000000..1d06d95248f0c --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingRecoveryVirtualNetwork.cs @@ -0,0 +1,78 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Existing recovery virtual network input. + /// + [Newtonsoft.Json.JsonObject("Existing")] + public partial class ExistingRecoveryVirtualNetwork : RecoveryVirtualNetworkCustomDetails + { + /// + /// Initializes a new instance of the ExistingRecoveryVirtualNetwork + /// class. + /// + public ExistingRecoveryVirtualNetwork() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ExistingRecoveryVirtualNetwork + /// class. + /// + /// The recovery virtual network + /// Id. Will throw error, if resource does not exist. + /// The recovery subnet name. + public ExistingRecoveryVirtualNetwork(string recoveryVirtualNetworkId, string recoverySubnetName = default(string)) + { + RecoveryVirtualNetworkId = recoveryVirtualNetworkId; + RecoverySubnetName = recoverySubnetName; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the recovery virtual network Id. Will throw error, if + /// resource does not exist. + /// + [JsonProperty(PropertyName = "recoveryVirtualNetworkId")] + public string RecoveryVirtualNetworkId { get; set; } + + /// + /// Gets or sets the recovery subnet name. + /// + [JsonProperty(PropertyName = "recoverySubnetName")] + public string RecoverySubnetName { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (RecoveryVirtualNetworkId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RecoveryVirtualNetworkId"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingStorageAccount.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingStorageAccount.cs new file mode 100644 index 0000000000000..f183508d8655b --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExistingStorageAccount.cs @@ -0,0 +1,68 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Existing storage account input. + /// + [Newtonsoft.Json.JsonObject("Existing")] + public partial class ExistingStorageAccount : StorageAccountCustomDetails + { + /// + /// Initializes a new instance of the ExistingStorageAccount class. + /// + public ExistingStorageAccount() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ExistingStorageAccount class. + /// + /// The storage account Arm Id. + /// Throw error, if resource does not exists. + public ExistingStorageAccount(string azureStorageAccountId) + { + AzureStorageAccountId = azureStorageAccountId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the storage account Arm Id. Throw error, if resource + /// does not exists. + /// + [JsonProperty(PropertyName = "azureStorageAccountId")] + public string AzureStorageAccountId { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (AzureStorageAccountId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "AzureStorageAccountId"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DiskType.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExportJobOutputSerializationType.cs similarity index 65% rename from sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DiskType.cs rename to sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExportJobOutputSerializationType.cs index 2aa4481dc01b1..560f3b988ffce 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/DiskType.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ExportJobOutputSerializationType.cs @@ -12,12 +12,12 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { /// - /// Defines values for DiskType. + /// Defines values for ExportJobOutputSerializationType. /// - public static class DiskType + public static class ExportJobOutputSerializationType { - public const string StandardLRS = "Standard_LRS"; - public const string PremiumLRS = "Premium_LRS"; - public const string StandardSSDLRS = "StandardSSD_LRS"; + public const string Json = "Json"; + public const string Xml = "Xml"; + public const string Excel = "Excel"; } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FabricCreationInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FabricCreationInput.cs index 29392ec792b3d..7713b2b2bb0cf 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FabricCreationInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FabricCreationInput.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Site details provided during the time of site creation + /// Site details provided during the time of site creation. /// public partial class FabricCreationInput { diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FabricCreationInputProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FabricCreationInputProperties.cs index 68e71c51c0a2b..c8cd9243bc37b 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FabricCreationInputProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FabricCreationInputProperties.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Properties of site details provided during the time of site creation + /// Properties of site details provided during the time of site creation. /// public partial class FabricCreationInputProperties { diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FabricQueryParameter.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FabricQueryParameter.cs new file mode 100644 index 0000000000000..4aaa041d2388a --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FabricQueryParameter.cs @@ -0,0 +1,100 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Query parameter to get fabric. + /// + public partial class FabricQueryParameter + { + /// + /// Initializes a new instance of the FabricQueryParameter class. + /// + public FabricQueryParameter() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the FabricQueryParameter class. + /// + /// A value indicating whether the + /// zone to zone mappings are to be returned. + /// A value indicating whether the + /// agent details are to be fetched. + /// The BIOS Id to be used for fetching agent + /// details. + /// The FQDN to be used for fetching agent + /// details. + /// The type of the discovered machine to + /// be used for fetching agent details. + /// The OS type to be used for fetching agent + /// details. + public FabricQueryParameter(string zoneToZoneMappings = default(string), string fetchAgentDetails = default(string), string biosId = default(string), string fqdn = default(string), string discoveryType = default(string), string osType = default(string)) + { + ZoneToZoneMappings = zoneToZoneMappings; + FetchAgentDetails = fetchAgentDetails; + BiosId = biosId; + Fqdn = fqdn; + DiscoveryType = discoveryType; + OsType = osType; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets a value indicating whether the zone to zone mappings + /// are to be returned. + /// + [JsonProperty(PropertyName = "zoneToZoneMappings")] + public string ZoneToZoneMappings { get; set; } + + /// + /// Gets or sets a value indicating whether the agent details are to be + /// fetched. + /// + [JsonProperty(PropertyName = "fetchAgentDetails")] + public string FetchAgentDetails { get; set; } + + /// + /// Gets or sets the BIOS Id to be used for fetching agent details. + /// + [JsonProperty(PropertyName = "biosId")] + public string BiosId { get; set; } + + /// + /// Gets or sets the FQDN to be used for fetching agent details. + /// + [JsonProperty(PropertyName = "fqdn")] + public string Fqdn { get; set; } + + /// + /// Gets or sets the type of the discovered machine to be used for + /// fetching agent details. + /// + [JsonProperty(PropertyName = "discoveryType")] + public string DiscoveryType { get; set; } + + /// + /// Gets or sets the OS type to be used for fetching agent details. + /// + [JsonProperty(PropertyName = "osType")] + public string OsType { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FabricReplicationGroupTaskDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FabricReplicationGroupTaskDetails.cs index 1401afb8af60b..24227296ae39b 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FabricReplicationGroupTaskDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FabricReplicationGroupTaskDetails.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models /// /// This class represents the fabric replication group task details. /// - public partial class FabricReplicationGroupTaskDetails : TaskTypeDetails + public partial class FabricReplicationGroupTaskDetails : JobTaskDetails { /// /// Initializes a new instance of the FabricReplicationGroupTaskDetails @@ -31,15 +31,15 @@ public FabricReplicationGroupTaskDetails() /// Initializes a new instance of the FabricReplicationGroupTaskDetails /// class. /// + /// The job entity. /// The skipped reason. /// The skipped reason /// string. - /// The job entity. - public FabricReplicationGroupTaskDetails(string skippedReason = default(string), string skippedReasonString = default(string), JobEntity jobTask = default(JobEntity)) + public FabricReplicationGroupTaskDetails(JobEntity jobTask = default(JobEntity), string skippedReason = default(string), string skippedReasonString = default(string)) + : base(jobTask) { SkippedReason = skippedReason; SkippedReasonString = skippedReasonString; - JobTask = jobTask; CustomInit(); } @@ -60,11 +60,5 @@ public FabricReplicationGroupTaskDetails() [JsonProperty(PropertyName = "skippedReasonString")] public string SkippedReasonString { get; set; } - /// - /// Gets or sets the job entity. - /// - [JsonProperty(PropertyName = "jobTask")] - public JobEntity JobTask { get; set; } - } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FailoverProcessServerRequestProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FailoverProcessServerRequestProperties.cs index 4ab02f1d1364d..fde7cacddb456 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FailoverProcessServerRequestProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/FailoverProcessServerRequestProperties.cs @@ -39,7 +39,7 @@ public FailoverProcessServerRequestProperties() /// The new process server. /// The VMS to migrate. /// A value for failover type. It can be - /// systemlevel/serverlevel + /// systemlevel/serverlevel. public FailoverProcessServerRequestProperties(string containerName = default(string), string sourceProcessServerId = default(string), string targetProcessServerId = default(string), IList vmsToMigrate = default(IList), string updateType = default(string)) { ContainerName = containerName; @@ -81,7 +81,7 @@ public FailoverProcessServerRequestProperties() /// /// Gets or sets a value for failover type. It can be - /// systemlevel/serverlevel + /// systemlevel/serverlevel. /// [JsonProperty(PropertyName = "updateType")] public string UpdateType { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HealthError.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HealthError.cs index 95e259191e4f7..a322648405212 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HealthError.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HealthError.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Health Error + /// Health Error. /// public partial class HealthError { @@ -48,7 +48,7 @@ public HealthError() /// Possible causes of error. /// Recommended action to resolve /// error. - /// Error creation time (UTC) + /// Error creation time (UTC). /// DRA error /// message. /// ID of the entity. @@ -148,7 +148,7 @@ public HealthError() public string RecommendedAction { get; set; } /// - /// Gets or sets error creation time (UTC) + /// Gets or sets error creation time (UTC). /// [JsonProperty(PropertyName = "creationTimeUtc")] public System.DateTime? CreationTimeUtc { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HealthErrorCategory.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HealthErrorCategory.cs index 2209e474dc619..6b3558c8aea0a 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HealthErrorCategory.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HealthErrorCategory.cs @@ -22,6 +22,10 @@ public static class HealthErrorCategory public const string Configuration = "Configuration"; public const string FabricInfrastructure = "FabricInfrastructure"; public const string VersionExpiry = "VersionExpiry"; - public const string AgentAutoUpdate = "AgentAutoUpdate"; + public const string AgentAutoUpdateInfra = "AgentAutoUpdateInfra"; + public const string AgentAutoUpdateArtifactDeleted = "AgentAutoUpdateArtifactDeleted"; + public const string AgentAutoUpdateRunAsAccount = "AgentAutoUpdateRunAsAccount"; + public const string AgentAutoUpdateRunAsAccountExpiry = "AgentAutoUpdateRunAsAccountExpiry"; + public const string AgentAutoUpdateRunAsAccountExpired = "AgentAutoUpdateRunAsAccountExpired"; } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HealthErrorSummary.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HealthErrorSummary.cs index 5cadc82904b1e..55f84d81c49e8 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HealthErrorSummary.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HealthErrorSummary.cs @@ -35,7 +35,9 @@ public HealthErrorSummary() /// The category of the health error. Possible /// values include: 'None', 'Replication', 'TestFailover', /// 'Configuration', 'FabricInfrastructure', 'VersionExpiry', - /// 'AgentAutoUpdate' + /// 'AgentAutoUpdateInfra', 'AgentAutoUpdateArtifactDeleted', + /// 'AgentAutoUpdateRunAsAccount', 'AgentAutoUpdateRunAsAccountExpiry', + /// 'AgentAutoUpdateRunAsAccountExpired' /// Severity of error. Possible values include: /// 'NONE', 'Warning', 'Error', 'Info' /// The summary message of the health @@ -75,7 +77,10 @@ public HealthErrorSummary() /// /// Gets or sets the category of the health error. Possible values /// include: 'None', 'Replication', 'TestFailover', 'Configuration', - /// 'FabricInfrastructure', 'VersionExpiry', 'AgentAutoUpdate' + /// 'FabricInfrastructure', 'VersionExpiry', 'AgentAutoUpdateInfra', + /// 'AgentAutoUpdateArtifactDeleted', 'AgentAutoUpdateRunAsAccount', + /// 'AgentAutoUpdateRunAsAccountExpiry', + /// 'AgentAutoUpdateRunAsAccountExpired' /// [JsonProperty(PropertyName = "category")] public string Category { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVHostDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVHostDetails.cs new file mode 100644 index 0000000000000..572622f14b341 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVHostDetails.cs @@ -0,0 +1,67 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Hyper-V host details. + /// + public partial class HyperVHostDetails + { + /// + /// Initializes a new instance of the HyperVHostDetails class. + /// + public HyperVHostDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the HyperVHostDetails class. + /// + /// The Hyper-V host Id. + /// The Hyper-V host name. + /// The Mars agent version. + public HyperVHostDetails(string id = default(string), string name = default(string), string marsAgentVersion = default(string)) + { + Id = id; + Name = name; + MarsAgentVersion = marsAgentVersion; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the Hyper-V host Id. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; private set; } + + /// + /// Gets the Hyper-V host name. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; private set; } + + /// + /// Gets the Mars agent version. + /// + [JsonProperty(PropertyName = "marsAgentVersion")] + public string MarsAgentVersion { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureApplyRecoveryPointInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureApplyRecoveryPointInput.cs index dadbaed4144c5..b550e4d112420 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureApplyRecoveryPointInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureApplyRecoveryPointInput.cs @@ -32,15 +32,12 @@ public HyperVReplicaAzureApplyRecoveryPointInput() /// Initializes a new instance of the /// HyperVReplicaAzureApplyRecoveryPointInput class. /// - /// The vault location where the recovery - /// Vm resides. /// The primary kek certificate /// pfx. /// The secondary kek /// certificate pfx. - public HyperVReplicaAzureApplyRecoveryPointInput(string vaultLocation = default(string), string primaryKekCertificatePfx = default(string), string secondaryKekCertificatePfx = default(string)) + public HyperVReplicaAzureApplyRecoveryPointInput(string primaryKekCertificatePfx = default(string), string secondaryKekCertificatePfx = default(string)) { - VaultLocation = vaultLocation; PrimaryKekCertificatePfx = primaryKekCertificatePfx; SecondaryKekCertificatePfx = secondaryKekCertificatePfx; CustomInit(); @@ -51,12 +48,6 @@ public HyperVReplicaAzureApplyRecoveryPointInput() /// partial void CustomInit(); - /// - /// Gets or sets the vault location where the recovery Vm resides. - /// - [JsonProperty(PropertyName = "vaultLocation")] - public string VaultLocation { get; set; } - /// /// Gets or sets the primary kek certificate pfx. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureDiskInputDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureDiskInputDetails.cs new file mode 100644 index 0000000000000..0a2bb08d58c96 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureDiskInputDetails.cs @@ -0,0 +1,80 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Disk input details. + /// + public partial class HyperVReplicaAzureDiskInputDetails + { + /// + /// Initializes a new instance of the + /// HyperVReplicaAzureDiskInputDetails class. + /// + public HyperVReplicaAzureDiskInputDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// HyperVReplicaAzureDiskInputDetails class. + /// + /// The DiskId. + /// The LogStorageAccountId. + /// The DiskType. Possible values include: + /// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' + /// The DiskEncryptionSet ARM + /// ID. + public HyperVReplicaAzureDiskInputDetails(string diskId = default(string), string logStorageAccountId = default(string), string diskType = default(string), string diskEncryptionSetId = default(string)) + { + DiskId = diskId; + LogStorageAccountId = logStorageAccountId; + DiskType = diskType; + DiskEncryptionSetId = diskEncryptionSetId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the DiskId. + /// + [JsonProperty(PropertyName = "diskId")] + public string DiskId { get; set; } + + /// + /// Gets or sets the LogStorageAccountId. + /// + [JsonProperty(PropertyName = "logStorageAccountId")] + public string LogStorageAccountId { get; set; } + + /// + /// Gets or sets the DiskType. Possible values include: 'Standard_LRS', + /// 'Premium_LRS', 'StandardSSD_LRS' + /// + [JsonProperty(PropertyName = "diskType")] + public string DiskType { get; set; } + + /// + /// Gets or sets the DiskEncryptionSet ARM ID. + /// + [JsonProperty(PropertyName = "diskEncryptionSetId")] + public string DiskEncryptionSetId { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureEnableProtectionInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureEnableProtectionInput.cs index f2ac393ffe402..b7273b5dcdb2d 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureEnableProtectionInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureEnableProtectionInput.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Azure specific enable protection input. + /// HyperVReplicaAzure specific enable protection input. /// [Newtonsoft.Json.JsonObject("HyperVReplicaAzure")] public partial class HyperVReplicaAzureEnableProtectionInput : EnableProtectionProviderSpecificInput @@ -34,23 +34,23 @@ public HyperVReplicaAzureEnableProtectionInput() /// Initializes a new instance of the /// HyperVReplicaAzureEnableProtectionInput class. /// - /// The Hyper-V host Vm Id. - /// The Vm Name. - /// The OS type associated with vm. - /// The OS disk VHD id associated with vm. + /// The Hyper-V host VM Id. + /// The VM Name. + /// The OS type associated with VM. + /// The OS disk VHD id associated with VM. /// The storage account - /// name. + /// Id. /// The selected target Azure /// network Id. /// The selected target Azure subnet /// Id. /// The selected option to enable /// RDP\SSH on target vm after failover. String value of - /// {SrsDataContract.EnableRDPOnTargetOption} enum. - /// The target azure Vm Name. + /// SrsDataContract.EnableRDPOnTargetOption enum. + /// The target azure VM Name. /// The storage account to be used /// for logging during replication. - /// The list of VHD IDs of disks to be + /// The list of VHD Ids of disks to be /// protected. /// The Id of the target /// resource group (for classic deployment) in which the failover VM is @@ -60,13 +60,33 @@ public HyperVReplicaAzureEnableProtectionInput() /// failover VM is to be created. /// A value indicating whether managed /// disks should be used during failover. + /// The target availability set + /// ARM Id for resource manager deployment. /// The target availability /// zone. + /// License type. Possible values include: + /// 'NotSpecified', 'NoLicenseType', 'WindowsServer' + /// The SQL Server license type. + /// Possible values include: 'NotSpecified', 'NoLicenseType', 'PAYG', + /// 'AHUB' + /// The target VM size. /// The proximity /// placement group ARM Id. - /// The availability set ARM + /// A value indicating + /// whether managed disks should be used during replication. + /// The DiskType. Possible values include: + /// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' + /// The disks to include + /// list for managed disks. + /// The DiskEncryptionSet ARM /// Id. - public HyperVReplicaAzureEnableProtectionInput(string hvHostVmId = default(string), string vmName = default(string), string osType = default(string), string vhdId = default(string), string targetStorageAccountId = default(string), string targetAzureNetworkId = default(string), string targetAzureSubnetId = default(string), string enableRdpOnTargetOption = default(string), string targetAzureVmName = default(string), string logStorageAccountId = default(string), IList disksToInclude = default(IList), string targetAzureV1ResourceGroupId = default(string), string targetAzureV2ResourceGroupId = default(string), string useManagedDisks = default(string), string targetAvailabilityZone = default(string), string targetProximityPlacementGroupId = default(string), string targetAvailabilitySetId = default(string)) + /// The target VM tags. + /// The tags for the seed managed + /// disks. + /// The tags for the target managed + /// disks. + /// The tags for the target NICs. + public HyperVReplicaAzureEnableProtectionInput(string hvHostVmId = default(string), string vmName = default(string), string osType = default(string), string vhdId = default(string), string targetStorageAccountId = default(string), string targetAzureNetworkId = default(string), string targetAzureSubnetId = default(string), string enableRdpOnTargetOption = default(string), string targetAzureVmName = default(string), string logStorageAccountId = default(string), IList disksToInclude = default(IList), string targetAzureV1ResourceGroupId = default(string), string targetAzureV2ResourceGroupId = default(string), string useManagedDisks = default(string), string targetAvailabilitySetId = default(string), string targetAvailabilityZone = default(string), string licenseType = default(string), string sqlServerLicenseType = default(string), string targetVmSize = default(string), string targetProximityPlacementGroupId = default(string), string useManagedDisksForReplication = default(string), string diskType = default(string), IList disksToIncludeForManagedDisks = default(IList), string diskEncryptionSetId = default(string), IDictionary targetVmTags = default(IDictionary), IDictionary seedManagedDiskTags = default(IDictionary), IDictionary targetManagedDiskTags = default(IDictionary), IDictionary targetNicTags = default(IDictionary)) { HvHostVmId = hvHostVmId; VmName = vmName; @@ -82,9 +102,20 @@ public HyperVReplicaAzureEnableProtectionInput() TargetAzureV1ResourceGroupId = targetAzureV1ResourceGroupId; TargetAzureV2ResourceGroupId = targetAzureV2ResourceGroupId; UseManagedDisks = useManagedDisks; + TargetAvailabilitySetId = targetAvailabilitySetId; TargetAvailabilityZone = targetAvailabilityZone; + LicenseType = licenseType; + SqlServerLicenseType = sqlServerLicenseType; + TargetVmSize = targetVmSize; TargetProximityPlacementGroupId = targetProximityPlacementGroupId; - TargetAvailabilitySetId = targetAvailabilitySetId; + UseManagedDisksForReplication = useManagedDisksForReplication; + DiskType = diskType; + DisksToIncludeForManagedDisks = disksToIncludeForManagedDisks; + DiskEncryptionSetId = diskEncryptionSetId; + TargetVmTags = targetVmTags; + SeedManagedDiskTags = seedManagedDiskTags; + TargetManagedDiskTags = targetManagedDiskTags; + TargetNicTags = targetNicTags; CustomInit(); } @@ -94,31 +125,31 @@ public HyperVReplicaAzureEnableProtectionInput() partial void CustomInit(); /// - /// Gets or sets the Hyper-V host Vm Id. + /// Gets or sets the Hyper-V host VM Id. /// [JsonProperty(PropertyName = "hvHostVmId")] public string HvHostVmId { get; set; } /// - /// Gets or sets the Vm Name. + /// Gets or sets the VM Name. /// [JsonProperty(PropertyName = "vmName")] public string VmName { get; set; } /// - /// Gets or sets the OS type associated with vm. + /// Gets or sets the OS type associated with VM. /// [JsonProperty(PropertyName = "osType")] public string OsType { get; set; } /// - /// Gets or sets the OS disk VHD id associated with vm. + /// Gets or sets the OS disk VHD id associated with VM. /// [JsonProperty(PropertyName = "vhdId")] public string VhdId { get; set; } /// - /// Gets or sets the storage account name. + /// Gets or sets the storage account Id. /// [JsonProperty(PropertyName = "targetStorageAccountId")] public string TargetStorageAccountId { get; set; } @@ -138,13 +169,13 @@ public HyperVReplicaAzureEnableProtectionInput() /// /// Gets or sets the selected option to enable RDP\SSH on target vm /// after failover. String value of - /// {SrsDataContract.EnableRDPOnTargetOption} enum. + /// SrsDataContract.EnableRDPOnTargetOption enum. /// [JsonProperty(PropertyName = "enableRdpOnTargetOption")] public string EnableRdpOnTargetOption { get; set; } /// - /// Gets or sets the target azure Vm Name. + /// Gets or sets the target azure VM Name. /// [JsonProperty(PropertyName = "targetAzureVmName")] public string TargetAzureVmName { get; set; } @@ -157,7 +188,7 @@ public HyperVReplicaAzureEnableProtectionInput() public string LogStorageAccountId { get; set; } /// - /// Gets or sets the list of VHD IDs of disks to be protected. + /// Gets or sets the list of VHD Ids of disks to be protected. /// [JsonProperty(PropertyName = "disksToInclude")] public IList DisksToInclude { get; set; } @@ -183,12 +214,39 @@ public HyperVReplicaAzureEnableProtectionInput() [JsonProperty(PropertyName = "useManagedDisks")] public string UseManagedDisks { get; set; } + /// + /// Gets or sets the target availability set ARM Id for resource + /// manager deployment. + /// + [JsonProperty(PropertyName = "targetAvailabilitySetId")] + public string TargetAvailabilitySetId { get; set; } + /// /// Gets or sets the target availability zone. /// [JsonProperty(PropertyName = "targetAvailabilityZone")] public string TargetAvailabilityZone { get; set; } + /// + /// Gets or sets license type. Possible values include: 'NotSpecified', + /// 'NoLicenseType', 'WindowsServer' + /// + [JsonProperty(PropertyName = "licenseType")] + public string LicenseType { get; set; } + + /// + /// Gets or sets the SQL Server license type. Possible values include: + /// 'NotSpecified', 'NoLicenseType', 'PAYG', 'AHUB' + /// + [JsonProperty(PropertyName = "sqlServerLicenseType")] + public string SqlServerLicenseType { get; set; } + + /// + /// Gets or sets the target VM size. + /// + [JsonProperty(PropertyName = "targetVmSize")] + public string TargetVmSize { get; set; } + /// /// Gets or sets the proximity placement group ARM Id. /// @@ -196,10 +254,54 @@ public HyperVReplicaAzureEnableProtectionInput() public string TargetProximityPlacementGroupId { get; set; } /// - /// Gets or sets the availability set ARM Id. + /// Gets or sets a value indicating whether managed disks should be + /// used during replication. /// - [JsonProperty(PropertyName = "targetAvailabilitySetId")] - public string TargetAvailabilitySetId { get; set; } + [JsonProperty(PropertyName = "useManagedDisksForReplication")] + public string UseManagedDisksForReplication { get; set; } + + /// + /// Gets or sets the DiskType. Possible values include: 'Standard_LRS', + /// 'Premium_LRS', 'StandardSSD_LRS' + /// + [JsonProperty(PropertyName = "diskType")] + public string DiskType { get; set; } + + /// + /// Gets or sets the disks to include list for managed disks. + /// + [JsonProperty(PropertyName = "disksToIncludeForManagedDisks")] + public IList DisksToIncludeForManagedDisks { get; set; } + + /// + /// Gets or sets the DiskEncryptionSet ARM Id. + /// + [JsonProperty(PropertyName = "diskEncryptionSetId")] + public string DiskEncryptionSetId { get; set; } + + /// + /// Gets or sets the target VM tags. + /// + [JsonProperty(PropertyName = "targetVmTags")] + public IDictionary TargetVmTags { get; set; } + + /// + /// Gets or sets the tags for the seed managed disks. + /// + [JsonProperty(PropertyName = "seedManagedDiskTags")] + public IDictionary SeedManagedDiskTags { get; set; } + + /// + /// Gets or sets the tags for the target managed disks. + /// + [JsonProperty(PropertyName = "targetManagedDiskTags")] + public IDictionary TargetManagedDiskTags { get; set; } + + /// + /// Gets or sets the tags for the target NICs. + /// + [JsonProperty(PropertyName = "targetNicTags")] + public IDictionary TargetNicTags { get; set; } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureFailbackProviderInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureFailbackProviderInput.cs index 111d38fa9cc82..33398747c760e 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureFailbackProviderInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureFailbackProviderInput.cs @@ -14,10 +14,10 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// HvrA provider specific input for failback. + /// HyperVReplicaAzureFailback specific planned failover input. /// [Newtonsoft.Json.JsonObject("HyperVReplicaAzureFailback")] - public partial class HyperVReplicaAzureFailbackProviderInput : ProviderSpecificFailoverInput + public partial class HyperVReplicaAzureFailbackProviderInput : PlannedFailoverProviderSpecificFailoverInput { /// /// Initializes a new instance of the @@ -35,8 +35,8 @@ public HyperVReplicaAzureFailbackProviderInput() /// Data sync option. /// ALR options to create /// alternate recovery. - /// Provider ID for - /// alternate location + /// Provider Id for + /// alternate location. public HyperVReplicaAzureFailbackProviderInput(string dataSyncOption = default(string), string recoveryVmCreationOption = default(string), string providerIdForAlternateRecovery = default(string)) { DataSyncOption = dataSyncOption; @@ -63,7 +63,7 @@ public HyperVReplicaAzureFailbackProviderInput() public string RecoveryVmCreationOption { get; set; } /// - /// Gets or sets provider ID for alternate location + /// Gets or sets provider Id for alternate location. /// [JsonProperty(PropertyName = "providerIdForAlternateRecovery")] public string ProviderIdForAlternateRecovery { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureManagedDiskDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureManagedDiskDetails.cs new file mode 100644 index 0000000000000..b98bd5790f551 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureManagedDiskDetails.cs @@ -0,0 +1,78 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Hyper-V Managed disk details. + /// + public partial class HyperVReplicaAzureManagedDiskDetails + { + /// + /// Initializes a new instance of the + /// HyperVReplicaAzureManagedDiskDetails class. + /// + public HyperVReplicaAzureManagedDiskDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// HyperVReplicaAzureManagedDiskDetails class. + /// + /// The disk Id. + /// Seed managed disk Id. + /// The replica disk type. + /// The disk encryption set ARM + /// Id. + public HyperVReplicaAzureManagedDiskDetails(string diskId = default(string), string seedManagedDiskId = default(string), string replicaDiskType = default(string), string diskEncryptionSetId = default(string)) + { + DiskId = diskId; + SeedManagedDiskId = seedManagedDiskId; + ReplicaDiskType = replicaDiskType; + DiskEncryptionSetId = diskEncryptionSetId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the disk Id. + /// + [JsonProperty(PropertyName = "diskId")] + public string DiskId { get; set; } + + /// + /// Gets or sets seed managed disk Id. + /// + [JsonProperty(PropertyName = "seedManagedDiskId")] + public string SeedManagedDiskId { get; set; } + + /// + /// Gets or sets the replica disk type. + /// + [JsonProperty(PropertyName = "replicaDiskType")] + public string ReplicaDiskType { get; set; } + + /// + /// Gets or sets the disk encryption set ARM Id. + /// + [JsonProperty(PropertyName = "diskEncryptionSetId")] + public string DiskEncryptionSetId { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureFailoverProviderInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzurePlannedFailoverProviderInput.cs similarity index 73% rename from sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureFailoverProviderInput.cs rename to sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzurePlannedFailoverProviderInput.cs index 7eca2a0f399c0..4018e7885c5d7 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureFailoverProviderInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzurePlannedFailoverProviderInput.cs @@ -14,25 +14,24 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// HvrA provider specific input for failover. + /// HyperVReplicaAzure specific planned failover input. /// [Newtonsoft.Json.JsonObject("HyperVReplicaAzure")] - public partial class HyperVReplicaAzureFailoverProviderInput : ProviderSpecificFailoverInput + public partial class HyperVReplicaAzurePlannedFailoverProviderInput : PlannedFailoverProviderSpecificFailoverInput { /// /// Initializes a new instance of the - /// HyperVReplicaAzureFailoverProviderInput class. + /// HyperVReplicaAzurePlannedFailoverProviderInput class. /// - public HyperVReplicaAzureFailoverProviderInput() + public HyperVReplicaAzurePlannedFailoverProviderInput() { CustomInit(); } /// /// Initializes a new instance of the - /// HyperVReplicaAzureFailoverProviderInput class. + /// HyperVReplicaAzurePlannedFailoverProviderInput class. /// - /// Location of the vault. /// Primary kek certificate /// pfx. /// Secondary kek certificate @@ -40,9 +39,8 @@ public HyperVReplicaAzureFailoverProviderInput() /// The recovery point id to be passed to /// failover to a particular recovery point. In case of latest recovery /// point, null should be passed. - public HyperVReplicaAzureFailoverProviderInput(string vaultLocation = default(string), string primaryKekCertificatePfx = default(string), string secondaryKekCertificatePfx = default(string), string recoveryPointId = default(string)) + public HyperVReplicaAzurePlannedFailoverProviderInput(string primaryKekCertificatePfx = default(string), string secondaryKekCertificatePfx = default(string), string recoveryPointId = default(string)) { - VaultLocation = vaultLocation; PrimaryKekCertificatePfx = primaryKekCertificatePfx; SecondaryKekCertificatePfx = secondaryKekCertificatePfx; RecoveryPointId = recoveryPointId; @@ -54,12 +52,6 @@ public HyperVReplicaAzureFailoverProviderInput() /// partial void CustomInit(); - /// - /// Gets or sets location of the vault. - /// - [JsonProperty(PropertyName = "vaultLocation")] - public string VaultLocation { get; set; } - /// /// Gets or sets primary kek certificate pfx. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureReplicationDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureReplicationDetails.cs index 31a33960bb808..697b99c103224 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureReplicationDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureReplicationDetails.cs @@ -69,7 +69,7 @@ public HyperVReplicaAzureReplicationDetails() /// primary side. /// The selected option to enable /// RDP\SSH on target vm after failover. String value of - /// {SrsDataContract.EnableRDPOnTargetOption} enum. + /// SrsDataContract.EnableRDPOnTargetOption enum. /// The target resource /// group Id. /// The recovery availability @@ -82,7 +82,19 @@ public HyperVReplicaAzureReplicationDetails() /// disks should be used during failover. /// License Type of the VM to be /// used. - public HyperVReplicaAzureReplicationDetails(IList azureVmDiskDetails = default(IList), string recoveryAzureVmName = default(string), string recoveryAzureVMSize = default(string), string recoveryAzureStorageAccount = default(string), string recoveryAzureLogStorageAccountId = default(string), System.DateTime? lastReplicatedTime = default(System.DateTime?), long? rpoInSeconds = default(long?), System.DateTime? lastRpoCalculatedTime = default(System.DateTime?), string vmId = default(string), string vmProtectionState = default(string), string vmProtectionStateDescription = default(string), InitialReplicationDetails initialReplicationDetails = default(InitialReplicationDetails), IList vmNics = default(IList), string selectedRecoveryAzureNetworkId = default(string), string selectedSourceNicId = default(string), string encryption = default(string), OSDetails oSDetails = default(OSDetails), int? sourceVmRamSizeInMB = default(int?), int? sourceVmCpuCount = default(int?), string enableRdpOnTargetOption = default(string), string recoveryAzureResourceGroupId = default(string), string recoveryAvailabilitySetId = default(string), string targetAvailabilityZone = default(string), string targetProximityPlacementGroupId = default(string), string useManagedDisks = default(string), string licenseType = default(string)) + /// The SQL Server license + /// type. + /// The last recovery point + /// received time. + /// The target VM tags. + /// The tags for the seed managed + /// disks. + /// The tags for the target managed + /// disks. + /// The tags for the target NICs. + /// The list of protected managed + /// disks. + public HyperVReplicaAzureReplicationDetails(IList azureVmDiskDetails = default(IList), string recoveryAzureVmName = default(string), string recoveryAzureVMSize = default(string), string recoveryAzureStorageAccount = default(string), string recoveryAzureLogStorageAccountId = default(string), System.DateTime? lastReplicatedTime = default(System.DateTime?), long? rpoInSeconds = default(long?), System.DateTime? lastRpoCalculatedTime = default(System.DateTime?), string vmId = default(string), string vmProtectionState = default(string), string vmProtectionStateDescription = default(string), InitialReplicationDetails initialReplicationDetails = default(InitialReplicationDetails), IList vmNics = default(IList), string selectedRecoveryAzureNetworkId = default(string), string selectedSourceNicId = default(string), string encryption = default(string), OSDetails oSDetails = default(OSDetails), int? sourceVmRamSizeInMB = default(int?), int? sourceVmCpuCount = default(int?), string enableRdpOnTargetOption = default(string), string recoveryAzureResourceGroupId = default(string), string recoveryAvailabilitySetId = default(string), string targetAvailabilityZone = default(string), string targetProximityPlacementGroupId = default(string), string useManagedDisks = default(string), string licenseType = default(string), string sqlServerLicenseType = default(string), System.DateTime? lastRecoveryPointReceived = default(System.DateTime?), IDictionary targetVmTags = default(IDictionary), IDictionary seedManagedDiskTags = default(IDictionary), IDictionary targetManagedDiskTags = default(IDictionary), IDictionary targetNicTags = default(IDictionary), IList protectedManagedDisks = default(IList)) { AzureVmDiskDetails = azureVmDiskDetails; RecoveryAzureVmName = recoveryAzureVmName; @@ -110,6 +122,13 @@ public HyperVReplicaAzureReplicationDetails() TargetProximityPlacementGroupId = targetProximityPlacementGroupId; UseManagedDisks = useManagedDisks; LicenseType = licenseType; + SqlServerLicenseType = sqlServerLicenseType; + LastRecoveryPointReceived = lastRecoveryPointReceived; + TargetVmTags = targetVmTags; + SeedManagedDiskTags = seedManagedDiskTags; + TargetManagedDiskTags = targetManagedDiskTags; + TargetNicTags = targetNicTags; + ProtectedManagedDisks = protectedManagedDisks; CustomInit(); } @@ -238,7 +257,7 @@ public HyperVReplicaAzureReplicationDetails() /// /// Gets or sets the selected option to enable RDP\SSH on target vm /// after failover. String value of - /// {SrsDataContract.EnableRDPOnTargetOption} enum. + /// SrsDataContract.EnableRDPOnTargetOption enum. /// [JsonProperty(PropertyName = "enableRdpOnTargetOption")] public string EnableRdpOnTargetOption { get; set; } @@ -280,5 +299,47 @@ public HyperVReplicaAzureReplicationDetails() [JsonProperty(PropertyName = "licenseType")] public string LicenseType { get; set; } + /// + /// Gets or sets the SQL Server license type. + /// + [JsonProperty(PropertyName = "sqlServerLicenseType")] + public string SqlServerLicenseType { get; set; } + + /// + /// Gets the last recovery point received time. + /// + [JsonProperty(PropertyName = "lastRecoveryPointReceived")] + public System.DateTime? LastRecoveryPointReceived { get; private set; } + + /// + /// Gets or sets the target VM tags. + /// + [JsonProperty(PropertyName = "targetVmTags")] + public IDictionary TargetVmTags { get; set; } + + /// + /// Gets or sets the tags for the seed managed disks. + /// + [JsonProperty(PropertyName = "seedManagedDiskTags")] + public IDictionary SeedManagedDiskTags { get; set; } + + /// + /// Gets or sets the tags for the target managed disks. + /// + [JsonProperty(PropertyName = "targetManagedDiskTags")] + public IDictionary TargetManagedDiskTags { get; set; } + + /// + /// Gets or sets the tags for the target NICs. + /// + [JsonProperty(PropertyName = "targetNicTags")] + public IDictionary TargetNicTags { get; set; } + + /// + /// Gets or sets the list of protected managed disks. + /// + [JsonProperty(PropertyName = "protectedManagedDisks")] + public IList ProtectedManagedDisks { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureTestFailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureTestFailoverInput.cs new file mode 100644 index 0000000000000..5598ecda4c2e7 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureTestFailoverInput.cs @@ -0,0 +1,76 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// HvrA provider specific input for test failover. + /// + [Newtonsoft.Json.JsonObject("HyperVReplicaAzure")] + public partial class HyperVReplicaAzureTestFailoverInput : TestFailoverProviderSpecificInput + { + /// + /// Initializes a new instance of the + /// HyperVReplicaAzureTestFailoverInput class. + /// + public HyperVReplicaAzureTestFailoverInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// HyperVReplicaAzureTestFailoverInput class. + /// + /// Primary kek certificate + /// pfx. + /// Secondary kek certificate + /// pfx. + /// The recovery point id to be passed to + /// test failover to a particular recovery point. In case of latest + /// recovery point, null should be passed. + public HyperVReplicaAzureTestFailoverInput(string primaryKekCertificatePfx = default(string), string secondaryKekCertificatePfx = default(string), string recoveryPointId = default(string)) + { + PrimaryKekCertificatePfx = primaryKekCertificatePfx; + SecondaryKekCertificatePfx = secondaryKekCertificatePfx; + RecoveryPointId = recoveryPointId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets primary kek certificate pfx. + /// + [JsonProperty(PropertyName = "primaryKekCertificatePfx")] + public string PrimaryKekCertificatePfx { get; set; } + + /// + /// Gets or sets secondary kek certificate pfx. + /// + [JsonProperty(PropertyName = "secondaryKekCertificatePfx")] + public string SecondaryKekCertificatePfx { get; set; } + + /// + /// Gets or sets the recovery point id to be passed to test failover to + /// a particular recovery point. In case of latest recovery point, null + /// should be passed. + /// + [JsonProperty(PropertyName = "recoveryPointId")] + public string RecoveryPointId { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureUnplannedFailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureUnplannedFailoverInput.cs new file mode 100644 index 0000000000000..150bf3a29304d --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureUnplannedFailoverInput.cs @@ -0,0 +1,76 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// HvrA provider specific input for unplanned failover. + /// + [Newtonsoft.Json.JsonObject("HyperVReplicaAzure")] + public partial class HyperVReplicaAzureUnplannedFailoverInput : UnplannedFailoverProviderSpecificInput + { + /// + /// Initializes a new instance of the + /// HyperVReplicaAzureUnplannedFailoverInput class. + /// + public HyperVReplicaAzureUnplannedFailoverInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// HyperVReplicaAzureUnplannedFailoverInput class. + /// + /// Primary kek certificate + /// pfx. + /// Secondary kek certificate + /// pfx. + /// The recovery point id to be passed to + /// failover to a particular recovery point. In case of latest recovery + /// point, null should be passed. + public HyperVReplicaAzureUnplannedFailoverInput(string primaryKekCertificatePfx = default(string), string secondaryKekCertificatePfx = default(string), string recoveryPointId = default(string)) + { + PrimaryKekCertificatePfx = primaryKekCertificatePfx; + SecondaryKekCertificatePfx = secondaryKekCertificatePfx; + RecoveryPointId = recoveryPointId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets primary kek certificate pfx. + /// + [JsonProperty(PropertyName = "primaryKekCertificatePfx")] + public string PrimaryKekCertificatePfx { get; set; } + + /// + /// Gets or sets secondary kek certificate pfx. + /// + [JsonProperty(PropertyName = "secondaryKekCertificatePfx")] + public string SecondaryKekCertificatePfx { get; set; } + + /// + /// Gets or sets the recovery point id to be passed to failover to a + /// particular recovery point. In case of latest recovery point, null + /// should be passed. + /// + [JsonProperty(PropertyName = "recoveryPointId")] + public string RecoveryPointId { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureUpdateReplicationProtectedItemInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureUpdateReplicationProtectedItemInput.cs index 70c905f587c62..38cdd9a0ba300 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureUpdateReplicationProtectedItemInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaAzureUpdateReplicationProtectedItemInput.cs @@ -46,7 +46,14 @@ public HyperVReplicaAzureUpdateReplicationProtectedItemInput() /// placement group Id. /// The target availability /// zone. - public HyperVReplicaAzureUpdateReplicationProtectedItemInput(string recoveryAzureV1ResourceGroupId = default(string), string recoveryAzureV2ResourceGroupId = default(string), string useManagedDisks = default(string), IDictionary diskIdToDiskEncryptionMap = default(IDictionary), string targetProximityPlacementGroupId = default(string), string targetAvailabilityZone = default(string)) + /// The target VM tags. + /// The tags for the target managed + /// disks. + /// The tags for the target NICs. + /// The SQL Server license type. + /// Possible values include: 'NotSpecified', 'NoLicenseType', 'PAYG', + /// 'AHUB' + public HyperVReplicaAzureUpdateReplicationProtectedItemInput(string recoveryAzureV1ResourceGroupId = default(string), string recoveryAzureV2ResourceGroupId = default(string), string useManagedDisks = default(string), IDictionary diskIdToDiskEncryptionMap = default(IDictionary), string targetProximityPlacementGroupId = default(string), string targetAvailabilityZone = default(string), IDictionary targetVmTags = default(IDictionary), IDictionary targetManagedDiskTags = default(IDictionary), IDictionary targetNicTags = default(IDictionary), string sqlServerLicenseType = default(string)) { RecoveryAzureV1ResourceGroupId = recoveryAzureV1ResourceGroupId; RecoveryAzureV2ResourceGroupId = recoveryAzureV2ResourceGroupId; @@ -54,6 +61,10 @@ public HyperVReplicaAzureUpdateReplicationProtectedItemInput() DiskIdToDiskEncryptionMap = diskIdToDiskEncryptionMap; TargetProximityPlacementGroupId = targetProximityPlacementGroupId; TargetAvailabilityZone = targetAvailabilityZone; + TargetVmTags = targetVmTags; + TargetManagedDiskTags = targetManagedDiskTags; + TargetNicTags = targetNicTags; + SqlServerLicenseType = sqlServerLicenseType; CustomInit(); } @@ -102,5 +113,30 @@ public HyperVReplicaAzureUpdateReplicationProtectedItemInput() [JsonProperty(PropertyName = "targetAvailabilityZone")] public string TargetAvailabilityZone { get; set; } + /// + /// Gets or sets the target VM tags. + /// + [JsonProperty(PropertyName = "targetVmTags")] + public IDictionary TargetVmTags { get; set; } + + /// + /// Gets or sets the tags for the target managed disks. + /// + [JsonProperty(PropertyName = "targetManagedDiskTags")] + public IDictionary TargetManagedDiskTags { get; set; } + + /// + /// Gets or sets the tags for the target NICs. + /// + [JsonProperty(PropertyName = "targetNicTags")] + public IDictionary TargetNicTags { get; set; } + + /// + /// Gets or sets the SQL Server license type. Possible values include: + /// 'NotSpecified', 'NoLicenseType', 'PAYG', 'AHUB' + /// + [JsonProperty(PropertyName = "sqlServerLicenseType")] + public string SqlServerLicenseType { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaBasePolicyDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaBasePolicyDetails.cs index 406d1dd76fcf7..ee237fae9d971 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaBasePolicyDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaBasePolicyDetails.cs @@ -51,7 +51,7 @@ public HyperVReplicaBasePolicyDetails() /// authentication type. /// A value indicating whether the /// VM has to be auto deleted. Supported Values: String.Empty, None, - /// OnRecoveryCloud + /// OnRecoveryCloud. public HyperVReplicaBasePolicyDetails(int? recoveryPoints = default(int?), int? applicationConsistentSnapshotFrequencyInHours = default(int?), string compression = default(string), string initialReplicationMethod = default(string), string onlineReplicationStartTime = default(string), string offlineReplicationImportPath = default(string), string offlineReplicationExportPath = default(string), int? replicationPort = default(int?), int? allowedAuthenticationType = default(int?), string replicaDeletionOption = default(string)) { RecoveryPoints = recoveryPoints; @@ -130,7 +130,7 @@ public HyperVReplicaBasePolicyDetails() /// /// Gets or sets a value indicating whether the VM has to be auto - /// deleted. Supported Values: String.Empty, None, OnRecoveryCloud + /// deleted. Supported Values: String.Empty, None, OnRecoveryCloud. /// [JsonProperty(PropertyName = "replicaDeletionOption")] public string ReplicaDeletionOption { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaBluePolicyInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaBluePolicyInput.cs index 45926b3155406..a7dc2e63f0130 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaBluePolicyInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVReplicaBluePolicyInput.cs @@ -17,7 +17,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models /// HyperV Replica Blue policy input. /// [Newtonsoft.Json.JsonObject("HyperVReplica2012R2")] - public partial class HyperVReplicaBluePolicyInput : PolicyProviderSpecificInput + public partial class HyperVReplicaBluePolicyInput : HyperVReplicaPolicyInput { /// /// Initializes a new instance of the HyperVReplicaBluePolicyInput @@ -32,8 +32,6 @@ public HyperVReplicaBluePolicyInput() /// Initializes a new instance of the HyperVReplicaBluePolicyInput /// class. /// - /// A value indicating the - /// replication interval. /// A value indicating the number of /// recovery points. /// A value @@ -54,19 +52,12 @@ public HyperVReplicaBluePolicyInput() /// authentication type. /// A value indicating whether the VM has /// to be auto deleted. - public HyperVReplicaBluePolicyInput(int? replicationFrequencyInSeconds = default(int?), int? recoveryPoints = default(int?), int? applicationConsistentSnapshotFrequencyInHours = default(int?), string compression = default(string), string initialReplicationMethod = default(string), string onlineReplicationStartTime = default(string), string offlineReplicationImportPath = default(string), string offlineReplicationExportPath = default(string), int? replicationPort = default(int?), int? allowedAuthenticationType = default(int?), string replicaDeletion = default(string)) + /// A value indicating the + /// replication interval. + public HyperVReplicaBluePolicyInput(int? recoveryPoints = default(int?), int? applicationConsistentSnapshotFrequencyInHours = default(int?), string compression = default(string), string initialReplicationMethod = default(string), string onlineReplicationStartTime = default(string), string offlineReplicationImportPath = default(string), string offlineReplicationExportPath = default(string), int? replicationPort = default(int?), int? allowedAuthenticationType = default(int?), string replicaDeletion = default(string), int? replicationFrequencyInSeconds = default(int?)) + : base(recoveryPoints, applicationConsistentSnapshotFrequencyInHours, compression, initialReplicationMethod, onlineReplicationStartTime, offlineReplicationImportPath, offlineReplicationExportPath, replicationPort, allowedAuthenticationType, replicaDeletion) { ReplicationFrequencyInSeconds = replicationFrequencyInSeconds; - RecoveryPoints = recoveryPoints; - ApplicationConsistentSnapshotFrequencyInHours = applicationConsistentSnapshotFrequencyInHours; - Compression = compression; - InitialReplicationMethod = initialReplicationMethod; - OnlineReplicationStartTime = onlineReplicationStartTime; - OfflineReplicationImportPath = offlineReplicationImportPath; - OfflineReplicationExportPath = offlineReplicationExportPath; - ReplicationPort = replicationPort; - AllowedAuthenticationType = allowedAuthenticationType; - ReplicaDeletion = replicaDeletion; CustomInit(); } @@ -81,68 +72,5 @@ public HyperVReplicaBluePolicyInput() [JsonProperty(PropertyName = "replicationFrequencyInSeconds")] public int? ReplicationFrequencyInSeconds { get; set; } - /// - /// Gets or sets a value indicating the number of recovery points. - /// - [JsonProperty(PropertyName = "recoveryPoints")] - public int? RecoveryPoints { get; set; } - - /// - /// Gets or sets a value indicating the application consistent - /// frequency. - /// - [JsonProperty(PropertyName = "applicationConsistentSnapshotFrequencyInHours")] - public int? ApplicationConsistentSnapshotFrequencyInHours { get; set; } - - /// - /// Gets or sets a value indicating whether compression has to be - /// enabled. - /// - [JsonProperty(PropertyName = "compression")] - public string Compression { get; set; } - - /// - /// Gets or sets a value indicating whether IR is online. - /// - [JsonProperty(PropertyName = "initialReplicationMethod")] - public string InitialReplicationMethod { get; set; } - - /// - /// Gets or sets a value indicating the online IR start time. - /// - [JsonProperty(PropertyName = "onlineReplicationStartTime")] - public string OnlineReplicationStartTime { get; set; } - - /// - /// Gets or sets a value indicating the offline IR import path. - /// - [JsonProperty(PropertyName = "offlineReplicationImportPath")] - public string OfflineReplicationImportPath { get; set; } - - /// - /// Gets or sets a value indicating the offline IR export path. - /// - [JsonProperty(PropertyName = "offlineReplicationExportPath")] - public string OfflineReplicationExportPath { get; set; } - - /// - /// Gets or sets a value indicating the recovery HTTPS port. - /// - [JsonProperty(PropertyName = "replicationPort")] - public int? ReplicationPort { get; set; } - - /// - /// Gets or sets a value indicating the authentication type. - /// - [JsonProperty(PropertyName = "allowedAuthenticationType")] - public int? AllowedAuthenticationType { get; set; } - - /// - /// Gets or sets a value indicating whether the VM has to be auto - /// deleted. - /// - [JsonProperty(PropertyName = "replicaDeletion")] - public string ReplicaDeletion { get; set; } - } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVSiteDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVSiteDetails.cs index 02b44c853df51..7eefe08615335 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVSiteDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVSiteDetails.cs @@ -11,6 +11,8 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; using System.Linq; /// @@ -27,11 +29,27 @@ public HyperVSiteDetails() CustomInit(); } + /// + /// Initializes a new instance of the HyperVSiteDetails class. + /// + /// The list of Hyper-V hosts associated with + /// the fabric. + public HyperVSiteDetails(IList hyperVHosts = default(IList)) + { + HyperVHosts = hyperVHosts; + CustomInit(); + } /// /// An initialization method that performs custom operations like setting defaults /// partial void CustomInit(); + /// + /// Gets or sets the list of Hyper-V hosts associated with the fabric. + /// + [JsonProperty(PropertyName = "hyperVHosts")] + public IList HyperVHosts { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVVirtualMachineDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVVirtualMachineDetails.cs index 2383b948ead93..4320822c8588a 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVVirtualMachineDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/HyperVVirtualMachineDetails.cs @@ -41,16 +41,16 @@ public HyperVVirtualMachineDetails() /// time. /// A value indicating whether the VM has /// a physical disk attached. String value of - /// {SrsDataContract.PresenceStatus} enum. Possible values include: + /// SrsDataContract.PresenceStatus enum. Possible values include: /// 'Unknown', 'Present', 'NotPresent' /// A value indicating whether the /// VM has a fibre channel adapter attached. String value of - /// {SrsDataContract.PresenceStatus} enum. Possible values include: + /// SrsDataContract.PresenceStatus enum. Possible values include: /// 'Unknown', 'Present', 'NotPresent' /// A value indicating whether the VM has a - /// shared VHD attached. String value of - /// {SrsDataContract.PresenceStatus} enum. Possible values include: - /// 'Unknown', 'Present', 'NotPresent' + /// shared VHD attached. String value of SrsDataContract.PresenceStatus + /// enum. Possible values include: 'Unknown', 'Present', + /// 'NotPresent' public HyperVVirtualMachineDetails(string sourceItemId = default(string), string generation = default(string), OSDetails osDetails = default(OSDetails), IList diskDetails = default(IList), string hasPhysicalDisk = default(string), string hasFibreChannelAdapter = default(string), string hasSharedVhd = default(string)) { SourceItemId = sourceItemId; @@ -94,7 +94,7 @@ public HyperVVirtualMachineDetails() /// /// Gets or sets a value indicating whether the VM has a physical disk - /// attached. String value of {SrsDataContract.PresenceStatus} enum. + /// attached. String value of SrsDataContract.PresenceStatus enum. /// Possible values include: 'Unknown', 'Present', 'NotPresent' /// [JsonProperty(PropertyName = "hasPhysicalDisk")] @@ -102,7 +102,7 @@ public HyperVVirtualMachineDetails() /// /// Gets or sets a value indicating whether the VM has a fibre channel - /// adapter attached. String value of {SrsDataContract.PresenceStatus} + /// adapter attached. String value of SrsDataContract.PresenceStatus /// enum. Possible values include: 'Unknown', 'Present', 'NotPresent' /// [JsonProperty(PropertyName = "hasFibreChannelAdapter")] @@ -110,7 +110,7 @@ public HyperVVirtualMachineDetails() /// /// Gets or sets a value indicating whether the VM has a shared VHD - /// attached. String value of {SrsDataContract.PresenceStatus} enum. + /// attached. String value of SrsDataContract.PresenceStatus enum. /// Possible values include: 'Unknown', 'Present', 'NotPresent' /// [JsonProperty(PropertyName = "hasSharedVhd")] diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/IPConfig.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/IPConfig.cs deleted file mode 100644 index f0e6002a1a064..0000000000000 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/IPConfig.cs +++ /dev/null @@ -1,74 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// IP configuration details. - /// - public partial class IPConfig - { - /// - /// Initializes a new instance of the IPConfig class. - /// - public IPConfig() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the IPConfig class. - /// - /// The static IP address of the IP - /// configuration. - /// The Id of the public IP address - /// associated with the IP configuration. - /// The backend address pools - /// associated with the IP configuration. - public IPConfig(string staticIPAddress = default(string), string publicIpAddressId = default(string), IList lBBackendAddressPoolIds = default(IList)) - { - StaticIPAddress = staticIPAddress; - PublicIpAddressId = publicIpAddressId; - LBBackendAddressPoolIds = lBBackendAddressPoolIds; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the static IP address of the IP configuration. - /// - [JsonProperty(PropertyName = "staticIPAddress")] - public string StaticIPAddress { get; set; } - - /// - /// Gets or sets the Id of the public IP address associated with the IP - /// configuration. - /// - [JsonProperty(PropertyName = "publicIpAddressId")] - public string PublicIpAddressId { get; set; } - - /// - /// Gets or sets the backend address pools associated with the IP - /// configuration. - /// - [JsonProperty(PropertyName = "lBBackendAddressPoolIds")] - public IList LBBackendAddressPoolIds { get; set; } - - } -} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/IPConfigDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/IPConfigDetails.cs new file mode 100644 index 0000000000000..badd6b68e9ad7 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/IPConfigDetails.cs @@ -0,0 +1,132 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + public partial class IPConfigDetails + { + /// + /// Initializes a new instance of the IPConfigDetails class. + /// + public IPConfigDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the IPConfigDetails class. + /// + public IPConfigDetails(string name = default(string), bool? isPrimary = default(bool?), string subnetName = default(string), string staticIPAddress = default(string), string ipAddressType = default(string), bool? isSeletedForFailover = default(bool?), string recoverySubnetName = default(string), string recoveryStaticIPAddress = default(string), string recoveryIPAddressType = default(string), string recoveryPublicIPAddressId = default(string), IList recoveryLBBackendAddressPoolIds = default(IList), string tfoSubnetName = default(string), string tfoStaticIPAddress = default(string), string tfoPublicIPAddressId = default(string), IList tfoLBBackendAddressPoolIds = default(IList)) + { + Name = name; + IsPrimary = isPrimary; + SubnetName = subnetName; + StaticIPAddress = staticIPAddress; + IpAddressType = ipAddressType; + IsSeletedForFailover = isSeletedForFailover; + RecoverySubnetName = recoverySubnetName; + RecoveryStaticIPAddress = recoveryStaticIPAddress; + RecoveryIPAddressType = recoveryIPAddressType; + RecoveryPublicIPAddressId = recoveryPublicIPAddressId; + RecoveryLBBackendAddressPoolIds = recoveryLBBackendAddressPoolIds; + TfoSubnetName = tfoSubnetName; + TfoStaticIPAddress = tfoStaticIPAddress; + TfoPublicIPAddressId = tfoPublicIPAddressId; + TfoLBBackendAddressPoolIds = tfoLBBackendAddressPoolIds; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + /// + /// + [JsonProperty(PropertyName = "isPrimary")] + public bool? IsPrimary { get; set; } + + /// + /// + [JsonProperty(PropertyName = "subnetName")] + public string SubnetName { get; set; } + + /// + /// + [JsonProperty(PropertyName = "staticIPAddress")] + public string StaticIPAddress { get; set; } + + /// + /// + [JsonProperty(PropertyName = "ipAddressType")] + public string IpAddressType { get; set; } + + /// + /// + [JsonProperty(PropertyName = "isSeletedForFailover")] + public bool? IsSeletedForFailover { get; set; } + + /// + /// + [JsonProperty(PropertyName = "recoverySubnetName")] + public string RecoverySubnetName { get; set; } + + /// + /// + [JsonProperty(PropertyName = "recoveryStaticIPAddress")] + public string RecoveryStaticIPAddress { get; set; } + + /// + /// + [JsonProperty(PropertyName = "recoveryIPAddressType")] + public string RecoveryIPAddressType { get; set; } + + /// + /// + [JsonProperty(PropertyName = "recoveryPublicIPAddressId")] + public string RecoveryPublicIPAddressId { get; set; } + + /// + /// + [JsonProperty(PropertyName = "recoveryLBBackendAddressPoolIds")] + public IList RecoveryLBBackendAddressPoolIds { get; set; } + + /// + /// + [JsonProperty(PropertyName = "tfoSubnetName")] + public string TfoSubnetName { get; set; } + + /// + /// + [JsonProperty(PropertyName = "tfoStaticIPAddress")] + public string TfoStaticIPAddress { get; set; } + + /// + /// + [JsonProperty(PropertyName = "tfoPublicIPAddressId")] + public string TfoPublicIPAddressId { get; set; } + + /// + /// + [JsonProperty(PropertyName = "tfoLBBackendAddressPoolIds")] + public IList TfoLBBackendAddressPoolIds { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/IPConfigInputDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/IPConfigInputDetails.cs new file mode 100644 index 0000000000000..a854f6c485e97 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/IPConfigInputDetails.cs @@ -0,0 +1,108 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + public partial class IPConfigInputDetails + { + /// + /// Initializes a new instance of the IPConfigInputDetails class. + /// + public IPConfigInputDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the IPConfigInputDetails class. + /// + public IPConfigInputDetails(string ipConfigName = default(string), bool? isPrimary = default(bool?), bool? isSeletedForFailover = default(bool?), string recoverySubnetName = default(string), string recoveryStaticIPAddress = default(string), string recoveryPublicIPAddressId = default(string), IList recoveryLBBackendAddressPoolIds = default(IList), string tfoSubnetName = default(string), string tfoStaticIPAddress = default(string), string tfoPublicIPAddressId = default(string), IList tfoLBBackendAddressPoolIds = default(IList)) + { + IpConfigName = ipConfigName; + IsPrimary = isPrimary; + IsSeletedForFailover = isSeletedForFailover; + RecoverySubnetName = recoverySubnetName; + RecoveryStaticIPAddress = recoveryStaticIPAddress; + RecoveryPublicIPAddressId = recoveryPublicIPAddressId; + RecoveryLBBackendAddressPoolIds = recoveryLBBackendAddressPoolIds; + TfoSubnetName = tfoSubnetName; + TfoStaticIPAddress = tfoStaticIPAddress; + TfoPublicIPAddressId = tfoPublicIPAddressId; + TfoLBBackendAddressPoolIds = tfoLBBackendAddressPoolIds; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// + [JsonProperty(PropertyName = "ipConfigName")] + public string IpConfigName { get; set; } + + /// + /// + [JsonProperty(PropertyName = "isPrimary")] + public bool? IsPrimary { get; set; } + + /// + /// + [JsonProperty(PropertyName = "isSeletedForFailover")] + public bool? IsSeletedForFailover { get; set; } + + /// + /// + [JsonProperty(PropertyName = "recoverySubnetName")] + public string RecoverySubnetName { get; set; } + + /// + /// + [JsonProperty(PropertyName = "recoveryStaticIPAddress")] + public string RecoveryStaticIPAddress { get; set; } + + /// + /// + [JsonProperty(PropertyName = "recoveryPublicIPAddressId")] + public string RecoveryPublicIPAddressId { get; set; } + + /// + /// + [JsonProperty(PropertyName = "recoveryLBBackendAddressPoolIds")] + public IList RecoveryLBBackendAddressPoolIds { get; set; } + + /// + /// + [JsonProperty(PropertyName = "tfoSubnetName")] + public string TfoSubnetName { get; set; } + + /// + /// + [JsonProperty(PropertyName = "tfoStaticIPAddress")] + public string TfoStaticIPAddress { get; set; } + + /// + /// + [JsonProperty(PropertyName = "tfoPublicIPAddressId")] + public string TfoPublicIPAddressId { get; set; } + + /// + /// + [JsonProperty(PropertyName = "tfoLBBackendAddressPoolIds")] + public IList TfoLBBackendAddressPoolIds { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAgentVersionDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAgentVersionDetails.cs deleted file mode 100644 index 5cfdfcac56045..0000000000000 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAgentVersionDetails.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// InMage agent version details. - /// - public partial class InMageAgentVersionDetails - { - /// - /// Initializes a new instance of the InMageAgentVersionDetails class. - /// - public InMageAgentVersionDetails() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the InMageAgentVersionDetails class. - /// - /// A value indicating whether - /// reboot is required after update is applied. - /// The agent version. - /// Version expiry date. - /// A value indicating whether security update - /// required. Possible values include: 'Supported', 'NotSupported', - /// 'Deprecated', 'UpdateRequired', 'SecurityUpdateRequired' - public InMageAgentVersionDetails(string postUpdateRebootStatus = default(string), string version = default(string), System.DateTime? expiryDate = default(System.DateTime?), string status = default(string)) - { - PostUpdateRebootStatus = postUpdateRebootStatus; - Version = version; - ExpiryDate = expiryDate; - Status = status; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a value indicating whether reboot is required after - /// update is applied. - /// - [JsonProperty(PropertyName = "postUpdateRebootStatus")] - public string PostUpdateRebootStatus { get; set; } - - /// - /// Gets or sets the agent version. - /// - [JsonProperty(PropertyName = "version")] - public string Version { get; set; } - - /// - /// Gets or sets version expiry date. - /// - [JsonProperty(PropertyName = "expiryDate")] - public System.DateTime? ExpiryDate { get; set; } - - /// - /// Gets or sets a value indicating whether security update required. - /// Possible values include: 'Supported', 'NotSupported', 'Deprecated', - /// 'UpdateRequired', 'SecurityUpdateRequired' - /// - [JsonProperty(PropertyName = "status")] - public string Status { get; set; } - - } -} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2ApplyRecoveryPointInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2ApplyRecoveryPointInput.cs index f753c358ac62b..cd18b311c64a6 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2ApplyRecoveryPointInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2ApplyRecoveryPointInput.cs @@ -28,28 +28,11 @@ public InMageAzureV2ApplyRecoveryPointInput() CustomInit(); } - /// - /// Initializes a new instance of the - /// InMageAzureV2ApplyRecoveryPointInput class. - /// - /// The vault location where the recovery - /// Vm resides. - public InMageAzureV2ApplyRecoveryPointInput(string vaultLocation = default(string)) - { - VaultLocation = vaultLocation; - CustomInit(); - } /// /// An initialization method that performs custom operations like setting defaults /// partial void CustomInit(); - /// - /// Gets or sets the vault location where the recovery Vm resides. - /// - [JsonProperty(PropertyName = "vaultLocation")] - public string VaultLocation { get; set; } - } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2EnableProtectionInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2EnableProtectionInput.cs index 0a10b324dd45c..845a3309b3caf 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2EnableProtectionInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2EnableProtectionInput.cs @@ -36,19 +36,19 @@ public InMageAzureV2EnableProtectionInput() /// /// The Master target Id. /// The Process Server Id. - /// The storage account name. + /// The storage account Id. /// The CS account Id. - /// The multi vm group Id. - /// The multi vm group name. + /// The multi VM group Id. + /// The multi VM group name. /// The disks to include list. /// The selected target Azure /// network Id. /// The selected target Azure subnet /// Id. /// The selected option to enable - /// RDP\SSH on target vm after failover. String value of - /// {SrsDataContract.EnableRDPOnTargetOption} enum. - /// The target azure Vm Name. + /// RDP\SSH on target VM after failover. String value of + /// SrsDataContract.EnableRDPOnTargetOption enum. + /// The target azure VM Name. /// The storage account to be used /// for logging during replication. /// The Id of the target @@ -59,15 +59,27 @@ public InMageAzureV2EnableProtectionInput() /// failover VM is to be created. /// The DiskType. Possible values include: /// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' - /// The DiskEncryptionSet ARM - /// ID. + /// The target availability set + /// ARM Id for resource manager deployment. /// The target availability /// zone. /// The proximity /// placement group ARM Id. - /// The availability set ARM + /// License type. Possible values include: + /// 'NotSpecified', 'NoLicenseType', 'WindowsServer' + /// The SQL Server license type. + /// Possible values include: 'NotSpecified', 'NoLicenseType', 'PAYG', + /// 'AHUB' + /// The target VM size. + /// The DiskEncryptionSet ARM /// Id. - public InMageAzureV2EnableProtectionInput(string masterTargetId = default(string), string processServerId = default(string), string storageAccountId = default(string), string runAsAccountId = default(string), string multiVmGroupId = default(string), string multiVmGroupName = default(string), IList disksToInclude = default(IList), string targetAzureNetworkId = default(string), string targetAzureSubnetId = default(string), string enableRdpOnTargetOption = default(string), string targetAzureVmName = default(string), string logStorageAccountId = default(string), string targetAzureV1ResourceGroupId = default(string), string targetAzureV2ResourceGroupId = default(string), string diskType = default(string), string diskEncryptionSetId = default(string), string targetAvailabilityZone = default(string), string targetProximityPlacementGroupId = default(string), string targetAvailabilitySetId = default(string)) + /// The target VM tags. + /// The tags for the seed managed + /// disks. + /// The tags for the target managed + /// disks. + /// The tags for the target NICs. + public InMageAzureV2EnableProtectionInput(string masterTargetId = default(string), string processServerId = default(string), string storageAccountId = default(string), string runAsAccountId = default(string), string multiVmGroupId = default(string), string multiVmGroupName = default(string), IList disksToInclude = default(IList), string targetAzureNetworkId = default(string), string targetAzureSubnetId = default(string), string enableRdpOnTargetOption = default(string), string targetAzureVmName = default(string), string logStorageAccountId = default(string), string targetAzureV1ResourceGroupId = default(string), string targetAzureV2ResourceGroupId = default(string), string diskType = default(string), string targetAvailabilitySetId = default(string), string targetAvailabilityZone = default(string), string targetProximityPlacementGroupId = default(string), string licenseType = default(string), string sqlServerLicenseType = default(string), string targetVmSize = default(string), string diskEncryptionSetId = default(string), IDictionary targetVmTags = default(IDictionary), IDictionary seedManagedDiskTags = default(IDictionary), IDictionary targetManagedDiskTags = default(IDictionary), IDictionary targetNicTags = default(IDictionary)) { MasterTargetId = masterTargetId; ProcessServerId = processServerId; @@ -84,10 +96,17 @@ public InMageAzureV2EnableProtectionInput() TargetAzureV1ResourceGroupId = targetAzureV1ResourceGroupId; TargetAzureV2ResourceGroupId = targetAzureV2ResourceGroupId; DiskType = diskType; - DiskEncryptionSetId = diskEncryptionSetId; + TargetAvailabilitySetId = targetAvailabilitySetId; TargetAvailabilityZone = targetAvailabilityZone; TargetProximityPlacementGroupId = targetProximityPlacementGroupId; - TargetAvailabilitySetId = targetAvailabilitySetId; + LicenseType = licenseType; + SqlServerLicenseType = sqlServerLicenseType; + TargetVmSize = targetVmSize; + DiskEncryptionSetId = diskEncryptionSetId; + TargetVmTags = targetVmTags; + SeedManagedDiskTags = seedManagedDiskTags; + TargetManagedDiskTags = targetManagedDiskTags; + TargetNicTags = targetNicTags; CustomInit(); } @@ -109,7 +128,7 @@ public InMageAzureV2EnableProtectionInput() public string ProcessServerId { get; set; } /// - /// Gets or sets the storage account name. + /// Gets or sets the storage account Id. /// [JsonProperty(PropertyName = "storageAccountId")] public string StorageAccountId { get; set; } @@ -121,13 +140,13 @@ public InMageAzureV2EnableProtectionInput() public string RunAsAccountId { get; set; } /// - /// Gets or sets the multi vm group Id. + /// Gets or sets the multi VM group Id. /// [JsonProperty(PropertyName = "multiVmGroupId")] public string MultiVmGroupId { get; set; } /// - /// Gets or sets the multi vm group name. + /// Gets or sets the multi VM group name. /// [JsonProperty(PropertyName = "multiVmGroupName")] public string MultiVmGroupName { get; set; } @@ -151,15 +170,15 @@ public InMageAzureV2EnableProtectionInput() public string TargetAzureSubnetId { get; set; } /// - /// Gets or sets the selected option to enable RDP\SSH on target vm + /// Gets or sets the selected option to enable RDP\SSH on target VM /// after failover. String value of - /// {SrsDataContract.EnableRDPOnTargetOption} enum. + /// SrsDataContract.EnableRDPOnTargetOption enum. /// [JsonProperty(PropertyName = "enableRdpOnTargetOption")] public string EnableRdpOnTargetOption { get; set; } /// - /// Gets or sets the target azure Vm Name. + /// Gets or sets the target azure VM Name. /// [JsonProperty(PropertyName = "targetAzureVmName")] public string TargetAzureVmName { get; set; } @@ -193,10 +212,11 @@ public InMageAzureV2EnableProtectionInput() public string DiskType { get; set; } /// - /// Gets or sets the DiskEncryptionSet ARM ID. + /// Gets or sets the target availability set ARM Id for resource + /// manager deployment. /// - [JsonProperty(PropertyName = "diskEncryptionSetId")] - public string DiskEncryptionSetId { get; set; } + [JsonProperty(PropertyName = "targetAvailabilitySetId")] + public string TargetAvailabilitySetId { get; set; } /// /// Gets or sets the target availability zone. @@ -211,10 +231,54 @@ public InMageAzureV2EnableProtectionInput() public string TargetProximityPlacementGroupId { get; set; } /// - /// Gets or sets the availability set ARM Id. + /// Gets or sets license type. Possible values include: 'NotSpecified', + /// 'NoLicenseType', 'WindowsServer' /// - [JsonProperty(PropertyName = "targetAvailabilitySetId")] - public string TargetAvailabilitySetId { get; set; } + [JsonProperty(PropertyName = "licenseType")] + public string LicenseType { get; set; } + + /// + /// Gets or sets the SQL Server license type. Possible values include: + /// 'NotSpecified', 'NoLicenseType', 'PAYG', 'AHUB' + /// + [JsonProperty(PropertyName = "sqlServerLicenseType")] + public string SqlServerLicenseType { get; set; } + + /// + /// Gets or sets the target VM size. + /// + [JsonProperty(PropertyName = "targetVmSize")] + public string TargetVmSize { get; set; } + + /// + /// Gets or sets the DiskEncryptionSet ARM Id. + /// + [JsonProperty(PropertyName = "diskEncryptionSetId")] + public string DiskEncryptionSetId { get; set; } + + /// + /// Gets or sets the target VM tags. + /// + [JsonProperty(PropertyName = "targetVmTags")] + public IDictionary TargetVmTags { get; set; } + + /// + /// Gets or sets the tags for the seed managed disks. + /// + [JsonProperty(PropertyName = "seedManagedDiskTags")] + public IDictionary SeedManagedDiskTags { get; set; } + + /// + /// Gets or sets the tags for the target managed disks. + /// + [JsonProperty(PropertyName = "targetManagedDiskTags")] + public IDictionary TargetManagedDiskTags { get; set; } + + /// + /// Gets or sets the tags for the target NICs. + /// + [JsonProperty(PropertyName = "targetNicTags")] + public IDictionary TargetNicTags { get; set; } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2EventDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2EventDetails.cs index 2ae1af3923163..abe6977ecbd6d 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2EventDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2EventDetails.cs @@ -31,7 +31,7 @@ public InMageAzureV2EventDetails() /// Initializes a new instance of the InMageAzureV2EventDetails class. /// /// InMage Event type. Takes one of the values - /// of {InMageDataContract.InMageMonitoringEventType}. + /// of InMageDataContract.InMageMonitoringEventType. /// InMage Event Category. /// InMage Event Component. /// Corrective Action string for the @@ -58,7 +58,7 @@ public InMageAzureV2EventDetails() /// /// Gets or sets inMage Event type. Takes one of the values of - /// {InMageDataContract.InMageMonitoringEventType}. + /// InMageDataContract.InMageMonitoringEventType. /// [JsonProperty(PropertyName = "eventType")] public string EventType { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2ManagedDiskDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2ManagedDiskDetails.cs index 8ce52ac994224..afb8d952019e9 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2ManagedDiskDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2ManagedDiskDetails.cs @@ -34,11 +34,14 @@ public InMageAzureV2ManagedDiskDetails() /// The disk id. /// Seed managed disk Id. /// The replica disk type. - public InMageAzureV2ManagedDiskDetails(string diskId = default(string), string seedManagedDiskId = default(string), string replicaDiskType = default(string)) + /// The DiskEncryptionSet ARM + /// ID. + public InMageAzureV2ManagedDiskDetails(string diskId = default(string), string seedManagedDiskId = default(string), string replicaDiskType = default(string), string diskEncryptionSetId = default(string)) { DiskId = diskId; SeedManagedDiskId = seedManagedDiskId; ReplicaDiskType = replicaDiskType; + DiskEncryptionSetId = diskEncryptionSetId; CustomInit(); } @@ -65,5 +68,11 @@ public InMageAzureV2ManagedDiskDetails() [JsonProperty(PropertyName = "replicaDiskType")] public string ReplicaDiskType { get; set; } + /// + /// Gets or sets the DiskEncryptionSet ARM ID. + /// + [JsonProperty(PropertyName = "diskEncryptionSetId")] + public string DiskEncryptionSetId { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2ProtectedDiskDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2ProtectedDiskDetails.cs index e7ceb1948a69f..c2067c8f82cb9 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2ProtectedDiskDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2ProtectedDiskDetails.cs @@ -56,7 +56,18 @@ public InMageAzureV2ProtectedDiskDetails() /// resized. /// The last RPO calculated /// time. - public InMageAzureV2ProtectedDiskDetails(string diskId = default(string), string diskName = default(string), string protectionStage = default(string), string healthErrorCode = default(string), long? rpoInSeconds = default(long?), string resyncRequired = default(string), int? resyncProgressPercentage = default(int?), long? resyncDurationInSeconds = default(long?), long? diskCapacityInBytes = default(long?), long? fileSystemCapacityInBytes = default(long?), double? sourceDataInMegaBytes = default(double?), double? psDataInMegaBytes = default(double?), double? targetDataInMegaBytes = default(double?), string diskResized = default(string), System.DateTime? lastRpoCalculatedTime = default(System.DateTime?)) + /// The resync processed + /// bytes. + /// The resync total + /// transferred bytes. + /// The resync last + /// 15 minutes transferred bytes. + /// The last data transfer + /// time in UTC. + /// The resync start time. + /// The Progress Health. + /// The Progress Status. + public InMageAzureV2ProtectedDiskDetails(string diskId = default(string), string diskName = default(string), string protectionStage = default(string), string healthErrorCode = default(string), long? rpoInSeconds = default(long?), string resyncRequired = default(string), int? resyncProgressPercentage = default(int?), long? resyncDurationInSeconds = default(long?), long? diskCapacityInBytes = default(long?), long? fileSystemCapacityInBytes = default(long?), double? sourceDataInMegaBytes = default(double?), double? psDataInMegaBytes = default(double?), double? targetDataInMegaBytes = default(double?), string diskResized = default(string), System.DateTime? lastRpoCalculatedTime = default(System.DateTime?), long? resyncProcessedBytes = default(long?), long? resyncTotalTransferredBytes = default(long?), long? resyncLast15MinutesTransferredBytes = default(long?), System.DateTime? resyncLastDataTransferTimeUTC = default(System.DateTime?), System.DateTime? resyncStartTime = default(System.DateTime?), string progressHealth = default(string), string progressStatus = default(string)) { DiskId = diskId; DiskName = diskName; @@ -73,6 +84,13 @@ public InMageAzureV2ProtectedDiskDetails() TargetDataInMegaBytes = targetDataInMegaBytes; DiskResized = diskResized; LastRpoCalculatedTime = lastRpoCalculatedTime; + ResyncProcessedBytes = resyncProcessedBytes; + ResyncTotalTransferredBytes = resyncTotalTransferredBytes; + ResyncLast15MinutesTransferredBytes = resyncLast15MinutesTransferredBytes; + ResyncLastDataTransferTimeUTC = resyncLastDataTransferTimeUTC; + ResyncStartTime = resyncStartTime; + ProgressHealth = progressHealth; + ProgressStatus = progressStatus; CustomInit(); } @@ -172,5 +190,47 @@ public InMageAzureV2ProtectedDiskDetails() [JsonProperty(PropertyName = "lastRpoCalculatedTime")] public System.DateTime? LastRpoCalculatedTime { get; set; } + /// + /// Gets or sets the resync processed bytes. + /// + [JsonProperty(PropertyName = "resyncProcessedBytes")] + public long? ResyncProcessedBytes { get; set; } + + /// + /// Gets or sets the resync total transferred bytes. + /// + [JsonProperty(PropertyName = "resyncTotalTransferredBytes")] + public long? ResyncTotalTransferredBytes { get; set; } + + /// + /// Gets or sets the resync last 15 minutes transferred bytes. + /// + [JsonProperty(PropertyName = "resyncLast15MinutesTransferredBytes")] + public long? ResyncLast15MinutesTransferredBytes { get; set; } + + /// + /// Gets or sets the last data transfer time in UTC. + /// + [JsonProperty(PropertyName = "resyncLastDataTransferTimeUTC")] + public System.DateTime? ResyncLastDataTransferTimeUTC { get; set; } + + /// + /// Gets or sets the resync start time. + /// + [JsonProperty(PropertyName = "resyncStartTime")] + public System.DateTime? ResyncStartTime { get; set; } + + /// + /// Gets or sets the Progress Health. + /// + [JsonProperty(PropertyName = "progressHealth")] + public string ProgressHealth { get; set; } + + /// + /// Gets or sets the Progress Status. + /// + [JsonProperty(PropertyName = "progressStatus")] + public string ProgressStatus { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2ReplicationDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2ReplicationDetails.cs index e59783fe05415..89c2441586027 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2ReplicationDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2ReplicationDetails.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// InMageAzureV2 provider specific settings + /// InMageAzureV2 provider specific settings. /// [Newtonsoft.Json.JsonObject("InMageAzureV2")] public partial class InMageAzureV2ReplicationDetails : ReplicationProviderSpecificSettings @@ -99,9 +99,9 @@ public InMageAzureV2ReplicationDetails() /// of the machine. Value can be vCenter or physical. /// The selected option to enable /// RDP\SSH on target vm after failover. String value of - /// {SrsDataContract.EnableRDPOnTargetOption} enum. - /// The data stores of the on-premise machine. - /// Value can be list of strings that contain data store names. + /// SrsDataContract.EnableRDPOnTargetOption enum. + /// The datastores of the on-premise machine. + /// Value can be list of strings that contain datastore names. /// The ARM Id of the target Azure VM. This /// value will be null until the VM is failed over. Only after failure /// it will be populated with the ARM Id of the Azure VM. @@ -117,6 +117,8 @@ public InMageAzureV2ReplicationDetails() /// disks should be used during failover. /// License Type of the VM to be /// used. + /// The SQL Server license + /// type. /// The validation errors of the /// on-premise machine Value can be list of validation errors. /// The last RPO calculated @@ -129,7 +131,24 @@ public InMageAzureV2ReplicationDetails() /// item. /// The list of protected managed /// disks. - public InMageAzureV2ReplicationDetails(string infrastructureVmId = default(string), string vCenterInfrastructureId = default(string), string protectionStage = default(string), string vmId = default(string), string vmProtectionState = default(string), string vmProtectionStateDescription = default(string), int? resyncProgressPercentage = default(int?), long? rpoInSeconds = default(long?), double? compressedDataRateInMB = default(double?), double? uncompressedDataRateInMB = default(double?), string ipAddress = default(string), string agentVersion = default(string), System.DateTime? agentExpiryDate = default(System.DateTime?), string isAgentUpdateRequired = default(string), string isRebootAfterUpdateRequired = default(string), System.DateTime? lastHeartbeat = default(System.DateTime?), string processServerId = default(string), string processServerName = default(string), string multiVmGroupId = default(string), string multiVmGroupName = default(string), string multiVmSyncStatus = default(string), IList protectedDisks = default(IList), string diskResized = default(string), string masterTargetId = default(string), int? sourceVmCpuCount = default(int?), int? sourceVmRamSizeInMB = default(int?), string osType = default(string), string vhdName = default(string), string osDiskId = default(string), IList azureVMDiskDetails = default(IList), string recoveryAzureVMName = default(string), string recoveryAzureVMSize = default(string), string recoveryAzureStorageAccount = default(string), string recoveryAzureLogStorageAccountId = default(string), IList vmNics = default(IList), string selectedRecoveryAzureNetworkId = default(string), string selectedTfoAzureNetworkId = default(string), string selectedSourceNicId = default(string), string discoveryType = default(string), string enableRdpOnTargetOption = default(string), IList datastores = default(IList), string targetVmId = default(string), string recoveryAzureResourceGroupId = default(string), string recoveryAvailabilitySetId = default(string), string targetAvailabilityZone = default(string), string targetProximityPlacementGroupId = default(string), string useManagedDisks = default(string), string licenseType = default(string), IList validationErrors = default(IList), System.DateTime? lastRpoCalculatedTime = default(System.DateTime?), System.DateTime? lastUpdateReceivedTime = default(System.DateTime?), string replicaId = default(string), string osVersion = default(string), IList protectedManagedDisks = default(IList)) + /// The last recovery point + /// received time. + /// The firmware type of this protected + /// item. + /// The target generation for this + /// protected item. + /// A value indicating whether + /// additional IR stats are available or not. + /// The total transferred data in + /// bytes. + /// The progress health. + /// The target VM tags. + /// The tags for the seed managed + /// disks. + /// The tags for the target managed + /// disks. + /// The tags for the target NICs. + public InMageAzureV2ReplicationDetails(string infrastructureVmId = default(string), string vCenterInfrastructureId = default(string), string protectionStage = default(string), string vmId = default(string), string vmProtectionState = default(string), string vmProtectionStateDescription = default(string), int? resyncProgressPercentage = default(int?), long? rpoInSeconds = default(long?), double? compressedDataRateInMB = default(double?), double? uncompressedDataRateInMB = default(double?), string ipAddress = default(string), string agentVersion = default(string), System.DateTime? agentExpiryDate = default(System.DateTime?), string isAgentUpdateRequired = default(string), string isRebootAfterUpdateRequired = default(string), System.DateTime? lastHeartbeat = default(System.DateTime?), string processServerId = default(string), string processServerName = default(string), string multiVmGroupId = default(string), string multiVmGroupName = default(string), string multiVmSyncStatus = default(string), IList protectedDisks = default(IList), string diskResized = default(string), string masterTargetId = default(string), int? sourceVmCpuCount = default(int?), int? sourceVmRamSizeInMB = default(int?), string osType = default(string), string vhdName = default(string), string osDiskId = default(string), IList azureVMDiskDetails = default(IList), string recoveryAzureVMName = default(string), string recoveryAzureVMSize = default(string), string recoveryAzureStorageAccount = default(string), string recoveryAzureLogStorageAccountId = default(string), IList vmNics = default(IList), string selectedRecoveryAzureNetworkId = default(string), string selectedTfoAzureNetworkId = default(string), string selectedSourceNicId = default(string), string discoveryType = default(string), string enableRdpOnTargetOption = default(string), IList datastores = default(IList), string targetVmId = default(string), string recoveryAzureResourceGroupId = default(string), string recoveryAvailabilitySetId = default(string), string targetAvailabilityZone = default(string), string targetProximityPlacementGroupId = default(string), string useManagedDisks = default(string), string licenseType = default(string), string sqlServerLicenseType = default(string), IList validationErrors = default(IList), System.DateTime? lastRpoCalculatedTime = default(System.DateTime?), System.DateTime? lastUpdateReceivedTime = default(System.DateTime?), string replicaId = default(string), string osVersion = default(string), IList protectedManagedDisks = default(IList), System.DateTime? lastRecoveryPointReceived = default(System.DateTime?), string firmwareType = default(string), string azureVmGeneration = default(string), bool? isAdditionalStatsAvailable = default(bool?), long? totalDataTransferred = default(long?), string totalProgressHealth = default(string), IDictionary targetVmTags = default(IDictionary), IDictionary seedManagedDiskTags = default(IDictionary), IDictionary targetManagedDiskTags = default(IDictionary), IDictionary targetNicTags = default(IDictionary)) { InfrastructureVmId = infrastructureVmId; VCenterInfrastructureId = vCenterInfrastructureId; @@ -179,12 +198,23 @@ public InMageAzureV2ReplicationDetails() TargetProximityPlacementGroupId = targetProximityPlacementGroupId; UseManagedDisks = useManagedDisks; LicenseType = licenseType; + SqlServerLicenseType = sqlServerLicenseType; ValidationErrors = validationErrors; LastRpoCalculatedTime = lastRpoCalculatedTime; LastUpdateReceivedTime = lastUpdateReceivedTime; ReplicaId = replicaId; OsVersion = osVersion; ProtectedManagedDisks = protectedManagedDisks; + LastRecoveryPointReceived = lastRecoveryPointReceived; + FirmwareType = firmwareType; + AzureVmGeneration = azureVmGeneration; + IsAdditionalStatsAvailable = isAdditionalStatsAvailable; + TotalDataTransferred = totalDataTransferred; + TotalProgressHealth = totalProgressHealth; + TargetVmTags = targetVmTags; + SeedManagedDiskTags = seedManagedDiskTags; + TargetManagedDiskTags = targetManagedDiskTags; + TargetNicTags = targetNicTags; CustomInit(); } @@ -298,10 +328,10 @@ public InMageAzureV2ReplicationDetails() public string ProcessServerId { get; set; } /// - /// Gets the process server name. + /// Gets or sets the process server name. /// [JsonProperty(PropertyName = "processServerName")] - public string ProcessServerName { get; private set; } + public string ProcessServerName { get; set; } /// /// Gets or sets the multi vm group Id. @@ -438,14 +468,14 @@ public InMageAzureV2ReplicationDetails() /// /// Gets or sets the selected option to enable RDP\SSH on target vm /// after failover. String value of - /// {SrsDataContract.EnableRDPOnTargetOption} enum. + /// SrsDataContract.EnableRDPOnTargetOption enum. /// [JsonProperty(PropertyName = "enableRdpOnTargetOption")] public string EnableRdpOnTargetOption { get; set; } /// - /// Gets or sets the data stores of the on-premise machine. Value can - /// be list of strings that contain data store names. + /// Gets or sets the datastores of the on-premise machine. Value can be + /// list of strings that contain datastore names. /// [JsonProperty(PropertyName = "datastores")] public IList Datastores { get; set; } @@ -495,6 +525,12 @@ public InMageAzureV2ReplicationDetails() [JsonProperty(PropertyName = "licenseType")] public string LicenseType { get; set; } + /// + /// Gets or sets the SQL Server license type. + /// + [JsonProperty(PropertyName = "sqlServerLicenseType")] + public string SqlServerLicenseType { get; set; } + /// /// Gets or sets the validation errors of the on-premise machine Value /// can be list of validation errors. @@ -532,5 +568,66 @@ public InMageAzureV2ReplicationDetails() [JsonProperty(PropertyName = "protectedManagedDisks")] public IList ProtectedManagedDisks { get; set; } + /// + /// Gets the last recovery point received time. + /// + [JsonProperty(PropertyName = "lastRecoveryPointReceived")] + public System.DateTime? LastRecoveryPointReceived { get; private set; } + + /// + /// Gets or sets the firmware type of this protected item. + /// + [JsonProperty(PropertyName = "firmwareType")] + public string FirmwareType { get; set; } + + /// + /// Gets or sets the target generation for this protected item. + /// + [JsonProperty(PropertyName = "azureVmGeneration")] + public string AzureVmGeneration { get; set; } + + /// + /// Gets or sets a value indicating whether additional IR stats are + /// available or not. + /// + [JsonProperty(PropertyName = "isAdditionalStatsAvailable")] + public bool? IsAdditionalStatsAvailable { get; set; } + + /// + /// Gets or sets the total transferred data in bytes. + /// + [JsonProperty(PropertyName = "totalDataTransferred")] + public long? TotalDataTransferred { get; set; } + + /// + /// Gets or sets the progress health. + /// + [JsonProperty(PropertyName = "totalProgressHealth")] + public string TotalProgressHealth { get; set; } + + /// + /// Gets or sets the target VM tags. + /// + [JsonProperty(PropertyName = "targetVmTags")] + public IDictionary TargetVmTags { get; set; } + + /// + /// Gets or sets the tags for the seed managed disks. + /// + [JsonProperty(PropertyName = "seedManagedDiskTags")] + public IDictionary SeedManagedDiskTags { get; set; } + + /// + /// Gets or sets the tags for the target managed disks. + /// + [JsonProperty(PropertyName = "targetManagedDiskTags")] + public IDictionary TargetManagedDiskTags { get; set; } + + /// + /// Gets or sets the tags for the target NICs. + /// + [JsonProperty(PropertyName = "targetNicTags")] + public IDictionary TargetNicTags { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2TestFailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2TestFailoverInput.cs new file mode 100644 index 0000000000000..c7f4ce8315609 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2TestFailoverInput.cs @@ -0,0 +1,58 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageAzureV2 provider specific input for test failover. + /// + [Newtonsoft.Json.JsonObject("InMageAzureV2")] + public partial class InMageAzureV2TestFailoverInput : TestFailoverProviderSpecificInput + { + /// + /// Initializes a new instance of the InMageAzureV2TestFailoverInput + /// class. + /// + public InMageAzureV2TestFailoverInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageAzureV2TestFailoverInput + /// class. + /// + /// The recovery point id to be passed to + /// test failover to a particular recovery point. In case of latest + /// recovery point, null should be passed. + public InMageAzureV2TestFailoverInput(string recoveryPointId = default(string)) + { + RecoveryPointId = recoveryPointId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the recovery point id to be passed to test failover to + /// a particular recovery point. In case of latest recovery point, null + /// should be passed. + /// + [JsonProperty(PropertyName = "recoveryPointId")] + public string RecoveryPointId { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2FailoverProviderInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2UnplannedFailoverInput.cs similarity index 68% rename from sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2FailoverProviderInput.cs rename to sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2UnplannedFailoverInput.cs index 1565f2855cfe9..c2924ec7279b0 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2FailoverProviderInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2UnplannedFailoverInput.cs @@ -14,31 +14,29 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// InMageAzureV2 provider specific input for failover. + /// InMageAzureV2 provider specific input for unplanned failover. /// [Newtonsoft.Json.JsonObject("InMageAzureV2")] - public partial class InMageAzureV2FailoverProviderInput : ProviderSpecificFailoverInput + public partial class InMageAzureV2UnplannedFailoverInput : UnplannedFailoverProviderSpecificInput { /// /// Initializes a new instance of the - /// InMageAzureV2FailoverProviderInput class. + /// InMageAzureV2UnplannedFailoverInput class. /// - public InMageAzureV2FailoverProviderInput() + public InMageAzureV2UnplannedFailoverInput() { CustomInit(); } /// /// Initializes a new instance of the - /// InMageAzureV2FailoverProviderInput class. + /// InMageAzureV2UnplannedFailoverInput class. /// - /// Location of the vault. /// The recovery point id to be passed to /// failover to a particular recovery point. In case of latest recovery /// point, null should be passed. - public InMageAzureV2FailoverProviderInput(string vaultLocation = default(string), string recoveryPointId = default(string)) + public InMageAzureV2UnplannedFailoverInput(string recoveryPointId = default(string)) { - VaultLocation = vaultLocation; RecoveryPointId = recoveryPointId; CustomInit(); } @@ -48,12 +46,6 @@ public InMageAzureV2FailoverProviderInput() /// partial void CustomInit(); - /// - /// Gets or sets location of the vault. - /// - [JsonProperty(PropertyName = "vaultLocation")] - public string VaultLocation { get; set; } - /// /// Gets or sets the recovery point id to be passed to failover to a /// particular recovery point. In case of latest recovery point, null diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2UpdateReplicationProtectedItemInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2UpdateReplicationProtectedItemInput.cs index c51d03a921760..235733d2b98d2 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2UpdateReplicationProtectedItemInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageAzureV2UpdateReplicationProtectedItemInput.cs @@ -11,6 +11,8 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; using System.Linq; /// @@ -42,13 +44,24 @@ public InMageAzureV2UpdateReplicationProtectedItemInput() /// placement group Id. /// The target availability /// zone. - public InMageAzureV2UpdateReplicationProtectedItemInput(string recoveryAzureV1ResourceGroupId = default(string), string recoveryAzureV2ResourceGroupId = default(string), string useManagedDisks = default(string), string targetProximityPlacementGroupId = default(string), string targetAvailabilityZone = default(string)) + /// The target VM tags. + /// The tags for the target managed + /// disks. + /// The tags for the target NICs. + /// The SQL Server license type. + /// Possible values include: 'NotSpecified', 'NoLicenseType', 'PAYG', + /// 'AHUB' + public InMageAzureV2UpdateReplicationProtectedItemInput(string recoveryAzureV1ResourceGroupId = default(string), string recoveryAzureV2ResourceGroupId = default(string), string useManagedDisks = default(string), string targetProximityPlacementGroupId = default(string), string targetAvailabilityZone = default(string), IDictionary targetVmTags = default(IDictionary), IDictionary targetManagedDiskTags = default(IDictionary), IDictionary targetNicTags = default(IDictionary), string sqlServerLicenseType = default(string)) { RecoveryAzureV1ResourceGroupId = recoveryAzureV1ResourceGroupId; RecoveryAzureV2ResourceGroupId = recoveryAzureV2ResourceGroupId; UseManagedDisks = useManagedDisks; TargetProximityPlacementGroupId = targetProximityPlacementGroupId; TargetAvailabilityZone = targetAvailabilityZone; + TargetVmTags = targetVmTags; + TargetManagedDiskTags = targetManagedDiskTags; + TargetNicTags = targetNicTags; + SqlServerLicenseType = sqlServerLicenseType; CustomInit(); } @@ -90,5 +103,30 @@ public InMageAzureV2UpdateReplicationProtectedItemInput() [JsonProperty(PropertyName = "targetAvailabilityZone")] public string TargetAvailabilityZone { get; set; } + /// + /// Gets or sets the target VM tags. + /// + [JsonProperty(PropertyName = "targetVmTags")] + public IDictionary TargetVmTags { get; set; } + + /// + /// Gets or sets the tags for the target managed disks. + /// + [JsonProperty(PropertyName = "targetManagedDiskTags")] + public IDictionary TargetManagedDiskTags { get; set; } + + /// + /// Gets or sets the tags for the target NICs. + /// + [JsonProperty(PropertyName = "targetNicTags")] + public IDictionary TargetNicTags { get; set; } + + /// + /// Gets or sets the SQL Server license type. Possible values include: + /// 'NotSpecified', 'NoLicenseType', 'PAYG', 'AHUB' + /// + [JsonProperty(PropertyName = "sqlServerLicenseType")] + public string SqlServerLicenseType { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageDiskDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageDiskDetails.cs index 8c9d32b1b6fd1..d0f82b56a451f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageDiskDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageDiskDetails.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// VMware/Physical specific Disk Details + /// VMware/Physical specific Disk Details. /// public partial class InMageDiskDetails { diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageEnableProtectionInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageEnableProtectionInput.cs index a597070213a34..a7251e02d4696 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageEnableProtectionInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageEnableProtectionInput.cs @@ -39,11 +39,11 @@ public InMageEnableProtectionInput() /// The Process Server Id. /// The retention drive to use on the /// MT. - /// The multi vm group Id. - /// The multi vm group name. - /// The Vm Name. + /// The multi VM group Id. + /// The multi VM group name. + /// The VM Name. /// The CS account Id. - /// The target data store name. + /// The target datastore name. /// The enable disk exclusion /// input. /// The disks to include list. @@ -68,7 +68,7 @@ public InMageEnableProtectionInput() partial void CustomInit(); /// - /// Gets or sets the Vm Name. + /// Gets or sets the VM Name. /// [JsonProperty(PropertyName = "vmFriendlyName")] public string VmFriendlyName { get; set; } @@ -98,19 +98,19 @@ public InMageEnableProtectionInput() public string RunAsAccountId { get; set; } /// - /// Gets or sets the multi vm group Id. + /// Gets or sets the multi VM group Id. /// [JsonProperty(PropertyName = "multiVmGroupId")] public string MultiVmGroupId { get; set; } /// - /// Gets or sets the multi vm group name. + /// Gets or sets the multi VM group name. /// [JsonProperty(PropertyName = "multiVmGroupName")] public string MultiVmGroupName { get; set; } /// - /// Gets or sets the target data store name. + /// Gets or sets the target datastore name. /// [JsonProperty(PropertyName = "datastoreName")] public string DatastoreName { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageProtectedDiskDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageProtectedDiskDetails.cs index 4ae7865821c6d..75c9e56b4136c 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageProtectedDiskDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageProtectedDiskDetails.cs @@ -52,7 +52,18 @@ public InMageProtectedDiskDetails() /// resized. /// The last RPO calculated /// time. - public InMageProtectedDiskDetails(string diskId = default(string), string diskName = default(string), string protectionStage = default(string), string healthErrorCode = default(string), long? rpoInSeconds = default(long?), string resyncRequired = default(string), int? resyncProgressPercentage = default(int?), long? resyncDurationInSeconds = default(long?), long? diskCapacityInBytes = default(long?), long? fileSystemCapacityInBytes = default(long?), double? sourceDataInMB = default(double?), double? psDataInMB = default(double?), double? targetDataInMB = default(double?), string diskResized = default(string), System.DateTime? lastRpoCalculatedTime = default(System.DateTime?)) + /// The resync processed + /// bytes. + /// The resync total + /// transferred bytes. + /// The resync last + /// 15 minutes transferred bytes. + /// The last data transfer + /// time in UTC. + /// The resync start time. + /// The Progress Health. + /// The Progress Status. + public InMageProtectedDiskDetails(string diskId = default(string), string diskName = default(string), string protectionStage = default(string), string healthErrorCode = default(string), long? rpoInSeconds = default(long?), string resyncRequired = default(string), int? resyncProgressPercentage = default(int?), long? resyncDurationInSeconds = default(long?), long? diskCapacityInBytes = default(long?), long? fileSystemCapacityInBytes = default(long?), double? sourceDataInMB = default(double?), double? psDataInMB = default(double?), double? targetDataInMB = default(double?), string diskResized = default(string), System.DateTime? lastRpoCalculatedTime = default(System.DateTime?), long? resyncProcessedBytes = default(long?), long? resyncTotalTransferredBytes = default(long?), long? resyncLast15MinutesTransferredBytes = default(long?), System.DateTime? resyncLastDataTransferTimeUTC = default(System.DateTime?), System.DateTime? resyncStartTime = default(System.DateTime?), string progressHealth = default(string), string progressStatus = default(string)) { DiskId = diskId; DiskName = diskName; @@ -69,6 +80,13 @@ public InMageProtectedDiskDetails() TargetDataInMB = targetDataInMB; DiskResized = diskResized; LastRpoCalculatedTime = lastRpoCalculatedTime; + ResyncProcessedBytes = resyncProcessedBytes; + ResyncTotalTransferredBytes = resyncTotalTransferredBytes; + ResyncLast15MinutesTransferredBytes = resyncLast15MinutesTransferredBytes; + ResyncLastDataTransferTimeUTC = resyncLastDataTransferTimeUTC; + ResyncStartTime = resyncStartTime; + ProgressHealth = progressHealth; + ProgressStatus = progressStatus; CustomInit(); } @@ -168,5 +186,47 @@ public InMageProtectedDiskDetails() [JsonProperty(PropertyName = "lastRpoCalculatedTime")] public System.DateTime? LastRpoCalculatedTime { get; set; } + /// + /// Gets or sets the resync processed bytes. + /// + [JsonProperty(PropertyName = "resyncProcessedBytes")] + public long? ResyncProcessedBytes { get; set; } + + /// + /// Gets or sets the resync total transferred bytes. + /// + [JsonProperty(PropertyName = "resyncTotalTransferredBytes")] + public long? ResyncTotalTransferredBytes { get; set; } + + /// + /// Gets or sets the resync last 15 minutes transferred bytes. + /// + [JsonProperty(PropertyName = "resyncLast15MinutesTransferredBytes")] + public long? ResyncLast15MinutesTransferredBytes { get; set; } + + /// + /// Gets or sets the last data transfer time in UTC. + /// + [JsonProperty(PropertyName = "resyncLastDataTransferTimeUTC")] + public System.DateTime? ResyncLastDataTransferTimeUTC { get; set; } + + /// + /// Gets or sets the resync start time. + /// + [JsonProperty(PropertyName = "resyncStartTime")] + public System.DateTime? ResyncStartTime { get; set; } + + /// + /// Gets or sets the Progress Health. + /// + [JsonProperty(PropertyName = "progressHealth")] + public string ProgressHealth { get; set; } + + /// + /// Gets or sets the Progress Status. + /// + [JsonProperty(PropertyName = "progressStatus")] + public string ProgressStatus { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmAgentUpgradeBlockingErrorDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmAgentUpgradeBlockingErrorDetails.cs new file mode 100644 index 0000000000000..4b9b1e6402575 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmAgentUpgradeBlockingErrorDetails.cs @@ -0,0 +1,96 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// InMageRcm source agent upgrade blocking error details. + /// + public partial class InMageRcmAgentUpgradeBlockingErrorDetails + { + /// + /// Initializes a new instance of the + /// InMageRcmAgentUpgradeBlockingErrorDetails class. + /// + public InMageRcmAgentUpgradeBlockingErrorDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// InMageRcmAgentUpgradeBlockingErrorDetails class. + /// + /// The error code. + /// The error message. + /// The possible causes. + /// The recommended action. + /// The error message + /// parameters. + /// The error tags. + public InMageRcmAgentUpgradeBlockingErrorDetails(string errorCode = default(string), string errorMessage = default(string), string possibleCauses = default(string), string recommendedAction = default(string), IDictionary errorMessageParameters = default(IDictionary), IDictionary errorTags = default(IDictionary)) + { + ErrorCode = errorCode; + ErrorMessage = errorMessage; + PossibleCauses = possibleCauses; + RecommendedAction = recommendedAction; + ErrorMessageParameters = errorMessageParameters; + ErrorTags = errorTags; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the error code. + /// + [JsonProperty(PropertyName = "errorCode")] + public string ErrorCode { get; private set; } + + /// + /// Gets the error message. + /// + [JsonProperty(PropertyName = "errorMessage")] + public string ErrorMessage { get; private set; } + + /// + /// Gets the possible causes. + /// + [JsonProperty(PropertyName = "possibleCauses")] + public string PossibleCauses { get; private set; } + + /// + /// Gets the recommended action. + /// + [JsonProperty(PropertyName = "recommendedAction")] + public string RecommendedAction { get; private set; } + + /// + /// Gets the error message parameters. + /// + [JsonProperty(PropertyName = "errorMessageParameters")] + public IDictionary ErrorMessageParameters { get; private set; } + + /// + /// Gets the error tags. + /// + [JsonProperty(PropertyName = "errorTags")] + public IDictionary ErrorTags { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmApplyRecoveryPointInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmApplyRecoveryPointInput.cs new file mode 100644 index 0000000000000..7708129836750 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmApplyRecoveryPointInput.cs @@ -0,0 +1,68 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// ApplyRecoveryPoint input specific to InMageRcm provider. + /// + [Newtonsoft.Json.JsonObject("InMageRcm")] + public partial class InMageRcmApplyRecoveryPointInput : ApplyRecoveryPointProviderSpecificInput + { + /// + /// Initializes a new instance of the InMageRcmApplyRecoveryPointInput + /// class. + /// + public InMageRcmApplyRecoveryPointInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmApplyRecoveryPointInput + /// class. + /// + /// The recovery point Id. + public InMageRcmApplyRecoveryPointInput(string recoveryPointId) + { + RecoveryPointId = recoveryPointId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the recovery point Id. + /// + [JsonProperty(PropertyName = "recoveryPointId")] + public string RecoveryPointId { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (RecoveryPointId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RecoveryPointId"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmDiskInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmDiskInput.cs new file mode 100644 index 0000000000000..7bf3c16d574b6 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmDiskInput.cs @@ -0,0 +1,101 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcm disk input. + /// + public partial class InMageRcmDiskInput + { + /// + /// Initializes a new instance of the InMageRcmDiskInput class. + /// + public InMageRcmDiskInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmDiskInput class. + /// + /// The disk Id. + /// The log storage account ARM + /// Id. + /// The disk type. Possible values include: + /// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' + /// The DiskEncryptionSet ARM + /// Id. + public InMageRcmDiskInput(string diskId, string logStorageAccountId, string diskType, string diskEncryptionSetId = default(string)) + { + DiskId = diskId; + LogStorageAccountId = logStorageAccountId; + DiskType = diskType; + DiskEncryptionSetId = diskEncryptionSetId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the disk Id. + /// + [JsonProperty(PropertyName = "diskId")] + public string DiskId { get; set; } + + /// + /// Gets or sets the log storage account ARM Id. + /// + [JsonProperty(PropertyName = "logStorageAccountId")] + public string LogStorageAccountId { get; set; } + + /// + /// Gets or sets the disk type. Possible values include: + /// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' + /// + [JsonProperty(PropertyName = "diskType")] + public string DiskType { get; set; } + + /// + /// Gets or sets the DiskEncryptionSet ARM Id. + /// + [JsonProperty(PropertyName = "diskEncryptionSetId")] + public string DiskEncryptionSetId { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (DiskId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "DiskId"); + } + if (LogStorageAccountId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "LogStorageAccountId"); + } + if (DiskType == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "DiskType"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmDisksDefaultInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmDisksDefaultInput.cs new file mode 100644 index 0000000000000..19682c54dddad --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmDisksDefaultInput.cs @@ -0,0 +1,89 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcm disk input. + /// + public partial class InMageRcmDisksDefaultInput + { + /// + /// Initializes a new instance of the InMageRcmDisksDefaultInput class. + /// + public InMageRcmDisksDefaultInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmDisksDefaultInput class. + /// + /// The log storage account ARM + /// Id. + /// The disk type. Possible values include: + /// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' + /// The DiskEncryptionSet ARM + /// Id. + public InMageRcmDisksDefaultInput(string logStorageAccountId, string diskType, string diskEncryptionSetId = default(string)) + { + LogStorageAccountId = logStorageAccountId; + DiskType = diskType; + DiskEncryptionSetId = diskEncryptionSetId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the log storage account ARM Id. + /// + [JsonProperty(PropertyName = "logStorageAccountId")] + public string LogStorageAccountId { get; set; } + + /// + /// Gets or sets the disk type. Possible values include: + /// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' + /// + [JsonProperty(PropertyName = "diskType")] + public string DiskType { get; set; } + + /// + /// Gets or sets the DiskEncryptionSet ARM Id. + /// + [JsonProperty(PropertyName = "diskEncryptionSetId")] + public string DiskEncryptionSetId { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (LogStorageAccountId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "LogStorageAccountId"); + } + if (DiskType == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "DiskType"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmEnableProtectionInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmEnableProtectionInput.cs new file mode 100644 index 0000000000000..81207e8184ce4 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmEnableProtectionInput.cs @@ -0,0 +1,239 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// InMageRcm specific enable protection input. + /// + [Newtonsoft.Json.JsonObject("InMageRcm")] + public partial class InMageRcmEnableProtectionInput : EnableProtectionProviderSpecificInput + { + /// + /// Initializes a new instance of the InMageRcmEnableProtectionInput + /// class. + /// + public InMageRcmEnableProtectionInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmEnableProtectionInput + /// class. + /// + /// The ARM Id of discovered + /// machine. + /// The target resource group ARM + /// Id. + /// The process server Id. + /// The disks to include list. + /// The default disk input. + /// The selected target network ARM + /// Id. + /// The selected test network ARM + /// Id. + /// The selected target subnet + /// name. + /// The selected test subnet name. + /// The target VM name. + /// The target VM size. + /// The license type. Possible values + /// include: 'NotSpecified', 'NoLicenseType', 'WindowsServer' + /// The target availability set + /// ARM Id. + /// The target availability + /// zone. + /// The target proximity + /// placement group Id. + /// The target boot + /// diagnostics storage account ARM Id. + /// The run-as account Id. + /// The multi VM group name. + public InMageRcmEnableProtectionInput(string fabricDiscoveryMachineId, string targetResourceGroupId, string processServerId, IList disksToInclude = default(IList), InMageRcmDisksDefaultInput disksDefault = default(InMageRcmDisksDefaultInput), string targetNetworkId = default(string), string testNetworkId = default(string), string targetSubnetName = default(string), string testSubnetName = default(string), string targetVmName = default(string), string targetVmSize = default(string), string licenseType = default(string), string targetAvailabilitySetId = default(string), string targetAvailabilityZone = default(string), string targetProximityPlacementGroupId = default(string), string targetBootDiagnosticsStorageAccountId = default(string), string runAsAccountId = default(string), string multiVmGroupName = default(string)) + { + FabricDiscoveryMachineId = fabricDiscoveryMachineId; + DisksToInclude = disksToInclude; + DisksDefault = disksDefault; + TargetResourceGroupId = targetResourceGroupId; + TargetNetworkId = targetNetworkId; + TestNetworkId = testNetworkId; + TargetSubnetName = targetSubnetName; + TestSubnetName = testSubnetName; + TargetVmName = targetVmName; + TargetVmSize = targetVmSize; + LicenseType = licenseType; + TargetAvailabilitySetId = targetAvailabilitySetId; + TargetAvailabilityZone = targetAvailabilityZone; + TargetProximityPlacementGroupId = targetProximityPlacementGroupId; + TargetBootDiagnosticsStorageAccountId = targetBootDiagnosticsStorageAccountId; + RunAsAccountId = runAsAccountId; + ProcessServerId = processServerId; + MultiVmGroupName = multiVmGroupName; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the ARM Id of discovered machine. + /// + [JsonProperty(PropertyName = "fabricDiscoveryMachineId")] + public string FabricDiscoveryMachineId { get; set; } + + /// + /// Gets or sets the disks to include list. + /// + [JsonProperty(PropertyName = "disksToInclude")] + public IList DisksToInclude { get; set; } + + /// + /// Gets or sets the default disk input. + /// + [JsonProperty(PropertyName = "disksDefault")] + public InMageRcmDisksDefaultInput DisksDefault { get; set; } + + /// + /// Gets or sets the target resource group ARM Id. + /// + [JsonProperty(PropertyName = "targetResourceGroupId")] + public string TargetResourceGroupId { get; set; } + + /// + /// Gets or sets the selected target network ARM Id. + /// + [JsonProperty(PropertyName = "targetNetworkId")] + public string TargetNetworkId { get; set; } + + /// + /// Gets or sets the selected test network ARM Id. + /// + [JsonProperty(PropertyName = "testNetworkId")] + public string TestNetworkId { get; set; } + + /// + /// Gets or sets the selected target subnet name. + /// + [JsonProperty(PropertyName = "targetSubnetName")] + public string TargetSubnetName { get; set; } + + /// + /// Gets or sets the selected test subnet name. + /// + [JsonProperty(PropertyName = "testSubnetName")] + public string TestSubnetName { get; set; } + + /// + /// Gets or sets the target VM name. + /// + [JsonProperty(PropertyName = "targetVmName")] + public string TargetVmName { get; set; } + + /// + /// Gets or sets the target VM size. + /// + [JsonProperty(PropertyName = "targetVmSize")] + public string TargetVmSize { get; set; } + + /// + /// Gets or sets the license type. Possible values include: + /// 'NotSpecified', 'NoLicenseType', 'WindowsServer' + /// + [JsonProperty(PropertyName = "licenseType")] + public string LicenseType { get; set; } + + /// + /// Gets or sets the target availability set ARM Id. + /// + [JsonProperty(PropertyName = "targetAvailabilitySetId")] + public string TargetAvailabilitySetId { get; set; } + + /// + /// Gets or sets the target availability zone. + /// + [JsonProperty(PropertyName = "targetAvailabilityZone")] + public string TargetAvailabilityZone { get; set; } + + /// + /// Gets or sets the target proximity placement group Id. + /// + [JsonProperty(PropertyName = "targetProximityPlacementGroupId")] + public string TargetProximityPlacementGroupId { get; set; } + + /// + /// Gets or sets the target boot diagnostics storage account ARM Id. + /// + [JsonProperty(PropertyName = "targetBootDiagnosticsStorageAccountId")] + public string TargetBootDiagnosticsStorageAccountId { get; set; } + + /// + /// Gets or sets the run-as account Id. + /// + [JsonProperty(PropertyName = "runAsAccountId")] + public string RunAsAccountId { get; set; } + + /// + /// Gets or sets the process server Id. + /// + [JsonProperty(PropertyName = "processServerId")] + public string ProcessServerId { get; set; } + + /// + /// Gets or sets the multi VM group name. + /// + [JsonProperty(PropertyName = "multiVmGroupName")] + public string MultiVmGroupName { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (FabricDiscoveryMachineId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "FabricDiscoveryMachineId"); + } + if (TargetResourceGroupId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "TargetResourceGroupId"); + } + if (ProcessServerId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ProcessServerId"); + } + if (DisksToInclude != null) + { + foreach (var element in DisksToInclude) + { + if (element != null) + { + element.Validate(); + } + } + } + if (DisksDefault != null) + { + DisksDefault.Validate(); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmEventDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmEventDetails.cs new file mode 100644 index 0000000000000..ac83cb83f8887 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmEventDetails.cs @@ -0,0 +1,109 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Event details for InMageRcm provider. + /// + [Newtonsoft.Json.JsonObject("InMageRcm")] + public partial class InMageRcmEventDetails : EventProviderSpecificDetails + { + /// + /// Initializes a new instance of the InMageRcmEventDetails class. + /// + public InMageRcmEventDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmEventDetails class. + /// + /// The protected item name. + /// The protected item name. + /// The latest agent version. + /// The job Id. + /// The fabric name. + /// The appliance name. + /// The server type. + /// The component display + /// name. + public InMageRcmEventDetails(string protectedItemName = default(string), string vmName = default(string), string latestAgentVersion = default(string), string jobId = default(string), string fabricName = default(string), string applianceName = default(string), string serverType = default(string), string componentDisplayName = default(string)) + { + ProtectedItemName = protectedItemName; + VmName = vmName; + LatestAgentVersion = latestAgentVersion; + JobId = jobId; + FabricName = fabricName; + ApplianceName = applianceName; + ServerType = serverType; + ComponentDisplayName = componentDisplayName; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the protected item name. + /// + [JsonProperty(PropertyName = "protectedItemName")] + public string ProtectedItemName { get; private set; } + + /// + /// Gets the protected item name. + /// + [JsonProperty(PropertyName = "vmName")] + public string VmName { get; private set; } + + /// + /// Gets the latest agent version. + /// + [JsonProperty(PropertyName = "latestAgentVersion")] + public string LatestAgentVersion { get; private set; } + + /// + /// Gets the job Id. + /// + [JsonProperty(PropertyName = "jobId")] + public string JobId { get; private set; } + + /// + /// Gets the fabric name. + /// + [JsonProperty(PropertyName = "fabricName")] + public string FabricName { get; private set; } + + /// + /// Gets the appliance name. + /// + [JsonProperty(PropertyName = "applianceName")] + public string ApplianceName { get; private set; } + + /// + /// Gets the server type. + /// + [JsonProperty(PropertyName = "serverType")] + public string ServerType { get; private set; } + + /// + /// Gets the component display name. + /// + [JsonProperty(PropertyName = "componentDisplayName")] + public string ComponentDisplayName { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFabricCreationInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFabricCreationInput.cs new file mode 100644 index 0000000000000..8ee5e4f8b7d88 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFabricCreationInput.cs @@ -0,0 +1,99 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcm fabric provider specific settings. + /// + [Newtonsoft.Json.JsonObject("InMageRcm")] + public partial class InMageRcmFabricCreationInput : FabricSpecificCreationInput + { + /// + /// Initializes a new instance of the InMageRcmFabricCreationInput + /// class. + /// + public InMageRcmFabricCreationInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmFabricCreationInput + /// class. + /// + /// The ARM Id of the VMware site. + /// The ARM Id of the physical + /// site. + /// The identity provider input for + /// source agent authentication. + public InMageRcmFabricCreationInput(string vmwareSiteId, string physicalSiteId, IdentityProviderInput sourceAgentIdentity) + { + VmwareSiteId = vmwareSiteId; + PhysicalSiteId = physicalSiteId; + SourceAgentIdentity = sourceAgentIdentity; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the ARM Id of the VMware site. + /// + [JsonProperty(PropertyName = "vmwareSiteId")] + public string VmwareSiteId { get; set; } + + /// + /// Gets or sets the ARM Id of the physical site. + /// + [JsonProperty(PropertyName = "physicalSiteId")] + public string PhysicalSiteId { get; set; } + + /// + /// Gets or sets the identity provider input for source agent + /// authentication. + /// + [JsonProperty(PropertyName = "sourceAgentIdentity")] + public IdentityProviderInput SourceAgentIdentity { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (VmwareSiteId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "VmwareSiteId"); + } + if (PhysicalSiteId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "PhysicalSiteId"); + } + if (SourceAgentIdentity == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "SourceAgentIdentity"); + } + if (SourceAgentIdentity != null) + { + SourceAgentIdentity.Validate(); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFabricSpecificDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFabricSpecificDetails.cs new file mode 100644 index 0000000000000..f5a90ee52a27a --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFabricSpecificDetails.cs @@ -0,0 +1,170 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// InMageRcm fabric specific details. + /// + [Newtonsoft.Json.JsonObject("InMageRcm")] + public partial class InMageRcmFabricSpecificDetails : FabricSpecificDetails + { + /// + /// Initializes a new instance of the InMageRcmFabricSpecificDetails + /// class. + /// + public InMageRcmFabricSpecificDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmFabricSpecificDetails + /// class. + /// + /// The ARM Id of the VMware site. + /// The ARM Id of the physical + /// site. + /// The service endpoint. + /// The service resource Id. + /// The service container Id. + /// The data plane Uri. + /// The control plane Uri. + /// The list of process servers. + /// The list of RCM proxies. + /// The list of push installers. + /// The list of replication + /// agents. + /// The list of reprotect agents. + /// The list of Mars agents. + /// The list of DRAs. + /// The list of agent details. + public InMageRcmFabricSpecificDetails(string vmwareSiteId = default(string), string physicalSiteId = default(string), string serviceEndpoint = default(string), string serviceResourceId = default(string), string serviceContainerId = default(string), string dataPlaneUri = default(string), string controlPlaneUri = default(string), IList processServers = default(IList), IList rcmProxies = default(IList), IList pushInstallers = default(IList), IList replicationAgents = default(IList), IList reprotectAgents = default(IList), IList marsAgents = default(IList), IList dras = default(IList), IList agentDetails = default(IList)) + { + VmwareSiteId = vmwareSiteId; + PhysicalSiteId = physicalSiteId; + ServiceEndpoint = serviceEndpoint; + ServiceResourceId = serviceResourceId; + ServiceContainerId = serviceContainerId; + DataPlaneUri = dataPlaneUri; + ControlPlaneUri = controlPlaneUri; + ProcessServers = processServers; + RcmProxies = rcmProxies; + PushInstallers = pushInstallers; + ReplicationAgents = replicationAgents; + ReprotectAgents = reprotectAgents; + MarsAgents = marsAgents; + Dras = dras; + AgentDetails = agentDetails; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the ARM Id of the VMware site. + /// + [JsonProperty(PropertyName = "vmwareSiteId")] + public string VmwareSiteId { get; private set; } + + /// + /// Gets the ARM Id of the physical site. + /// + [JsonProperty(PropertyName = "physicalSiteId")] + public string PhysicalSiteId { get; private set; } + + /// + /// Gets the service endpoint. + /// + [JsonProperty(PropertyName = "serviceEndpoint")] + public string ServiceEndpoint { get; private set; } + + /// + /// Gets the service resource Id. + /// + [JsonProperty(PropertyName = "serviceResourceId")] + public string ServiceResourceId { get; private set; } + + /// + /// Gets the service container Id. + /// + [JsonProperty(PropertyName = "serviceContainerId")] + public string ServiceContainerId { get; private set; } + + /// + /// Gets the data plane Uri. + /// + [JsonProperty(PropertyName = "dataPlaneUri")] + public string DataPlaneUri { get; private set; } + + /// + /// Gets the control plane Uri. + /// + [JsonProperty(PropertyName = "controlPlaneUri")] + public string ControlPlaneUri { get; private set; } + + /// + /// Gets the list of process servers. + /// + [JsonProperty(PropertyName = "processServers")] + public IList ProcessServers { get; private set; } + + /// + /// Gets the list of RCM proxies. + /// + [JsonProperty(PropertyName = "rcmProxies")] + public IList RcmProxies { get; private set; } + + /// + /// Gets the list of push installers. + /// + [JsonProperty(PropertyName = "pushInstallers")] + public IList PushInstallers { get; private set; } + + /// + /// Gets the list of replication agents. + /// + [JsonProperty(PropertyName = "replicationAgents")] + public IList ReplicationAgents { get; private set; } + + /// + /// Gets the list of reprotect agents. + /// + [JsonProperty(PropertyName = "reprotectAgents")] + public IList ReprotectAgents { get; private set; } + + /// + /// Gets the list of Mars agents. + /// + [JsonProperty(PropertyName = "marsAgents")] + public IList MarsAgents { get; private set; } + + /// + /// Gets the list of DRAs. + /// + [JsonProperty(PropertyName = "dras")] + public IList Dras { get; private set; } + + /// + /// Gets the list of agent details. + /// + [JsonProperty(PropertyName = "agentDetails")] + public IList AgentDetails { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackEventDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackEventDetails.cs new file mode 100644 index 0000000000000..3f77612949a16 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackEventDetails.cs @@ -0,0 +1,54 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Event details for InMageRcmFailback provider. + /// + [Newtonsoft.Json.JsonObject("InMageRcmFailback")] + public partial class InMageRcmFailbackEventDetails : EventProviderSpecificDetails + { + /// + /// Initializes a new instance of the InMageRcmFailbackEventDetails + /// class. + /// + public InMageRcmFailbackEventDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmFailbackEventDetails + /// class. + /// + /// The protected item name. + public InMageRcmFailbackEventDetails(string protectedItemName = default(string)) + { + ProtectedItemName = protectedItemName; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the protected item name. + /// + [JsonProperty(PropertyName = "protectedItemName")] + public string ProtectedItemName { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackMobilityAgentDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackMobilityAgentDetails.cs new file mode 100644 index 0000000000000..fa8159b43583f --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackMobilityAgentDetails.cs @@ -0,0 +1,126 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// InMageRcmFailback mobility agent details. + /// + public partial class InMageRcmFailbackMobilityAgentDetails + { + /// + /// Initializes a new instance of the + /// InMageRcmFailbackMobilityAgentDetails class. + /// + public InMageRcmFailbackMobilityAgentDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// InMageRcmFailbackMobilityAgentDetails class. + /// + /// The agent version. + /// The latest agent version + /// available. + /// The driver version. + /// The latest + /// upgradeable version available without reboot. + /// The agent version expiry + /// date. + /// The driver version expiry + /// date. + /// The time of the last heartbeat + /// received from the agent. + /// The whether update is possible + /// or not. + /// A value indicating whether agent is + /// upgradeable or not. + public InMageRcmFailbackMobilityAgentDetails(string version = default(string), string latestVersion = default(string), string driverVersion = default(string), string latestUpgradableVersionWithoutReboot = default(string), System.DateTime? agentVersionExpiryDate = default(System.DateTime?), System.DateTime? driverVersionExpiryDate = default(System.DateTime?), System.DateTime? lastHeartbeatUtc = default(System.DateTime?), IList reasonsBlockingUpgrade = default(IList), string isUpgradeable = default(string)) + { + Version = version; + LatestVersion = latestVersion; + DriverVersion = driverVersion; + LatestUpgradableVersionWithoutReboot = latestUpgradableVersionWithoutReboot; + AgentVersionExpiryDate = agentVersionExpiryDate; + DriverVersionExpiryDate = driverVersionExpiryDate; + LastHeartbeatUtc = lastHeartbeatUtc; + ReasonsBlockingUpgrade = reasonsBlockingUpgrade; + IsUpgradeable = isUpgradeable; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the agent version. + /// + [JsonProperty(PropertyName = "version")] + public string Version { get; private set; } + + /// + /// Gets the latest agent version available. + /// + [JsonProperty(PropertyName = "latestVersion")] + public string LatestVersion { get; private set; } + + /// + /// Gets the driver version. + /// + [JsonProperty(PropertyName = "driverVersion")] + public string DriverVersion { get; private set; } + + /// + /// Gets the latest upgradeable version available without reboot. + /// + [JsonProperty(PropertyName = "latestUpgradableVersionWithoutReboot")] + public string LatestUpgradableVersionWithoutReboot { get; private set; } + + /// + /// Gets the agent version expiry date. + /// + [JsonProperty(PropertyName = "agentVersionExpiryDate")] + public System.DateTime? AgentVersionExpiryDate { get; private set; } + + /// + /// Gets the driver version expiry date. + /// + [JsonProperty(PropertyName = "driverVersionExpiryDate")] + public System.DateTime? DriverVersionExpiryDate { get; private set; } + + /// + /// Gets the time of the last heartbeat received from the agent. + /// + [JsonProperty(PropertyName = "lastHeartbeatUtc")] + public System.DateTime? LastHeartbeatUtc { get; private set; } + + /// + /// Gets the whether update is possible or not. + /// + [JsonProperty(PropertyName = "reasonsBlockingUpgrade")] + public IList ReasonsBlockingUpgrade { get; private set; } + + /// + /// Gets a value indicating whether agent is upgradeable or not. + /// + [JsonProperty(PropertyName = "isUpgradeable")] + public string IsUpgradeable { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackNicDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackNicDetails.cs new file mode 100644 index 0000000000000..5bdb3f2a66d9f --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackNicDetails.cs @@ -0,0 +1,77 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcmFailback NIC details. + /// + public partial class InMageRcmFailbackNicDetails + { + /// + /// Initializes a new instance of the InMageRcmFailbackNicDetails + /// class. + /// + public InMageRcmFailbackNicDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmFailbackNicDetails + /// class. + /// + /// The mac address. + /// The network name. + /// The adapter type. + /// The IP address. + public InMageRcmFailbackNicDetails(string macAddress = default(string), string networkName = default(string), string adapterType = default(string), string sourceIpAddress = default(string)) + { + MacAddress = macAddress; + NetworkName = networkName; + AdapterType = adapterType; + SourceIpAddress = sourceIpAddress; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the mac address. + /// + [JsonProperty(PropertyName = "macAddress")] + public string MacAddress { get; private set; } + + /// + /// Gets the network name. + /// + [JsonProperty(PropertyName = "networkName")] + public string NetworkName { get; private set; } + + /// + /// Gets the adapter type. + /// + [JsonProperty(PropertyName = "adapterType")] + public string AdapterType { get; private set; } + + /// + /// Gets the IP address. + /// + [JsonProperty(PropertyName = "sourceIpAddress")] + public string SourceIpAddress { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackPlannedFailoverProviderInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackPlannedFailoverProviderInput.cs new file mode 100644 index 0000000000000..d8e36ed86be97 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackPlannedFailoverProviderInput.cs @@ -0,0 +1,70 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Provider specific input for InMageRcmFailback failover. + /// + [Newtonsoft.Json.JsonObject("InMageRcmFailback")] + public partial class InMageRcmFailbackPlannedFailoverProviderInput : PlannedFailoverProviderSpecificFailoverInput + { + /// + /// Initializes a new instance of the + /// InMageRcmFailbackPlannedFailoverProviderInput class. + /// + public InMageRcmFailbackPlannedFailoverProviderInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// InMageRcmFailbackPlannedFailoverProviderInput class. + /// + /// The recovery point type. Possible + /// values include: 'ApplicationConsistent', 'CrashConsistent' + public InMageRcmFailbackPlannedFailoverProviderInput(string recoveryPointType) + { + RecoveryPointType = recoveryPointType; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the recovery point type. Possible values include: + /// 'ApplicationConsistent', 'CrashConsistent' + /// + [JsonProperty(PropertyName = "recoveryPointType")] + public string RecoveryPointType { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (RecoveryPointType == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RecoveryPointType"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackPolicyCreationInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackPolicyCreationInput.cs new file mode 100644 index 0000000000000..cd6f31d3cde9f --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackPolicyCreationInput.cs @@ -0,0 +1,64 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcmFailback policy creation input. + /// + [Newtonsoft.Json.JsonObject("InMageRcmFailback")] + public partial class InMageRcmFailbackPolicyCreationInput : PolicyProviderSpecificInput + { + /// + /// Initializes a new instance of the + /// InMageRcmFailbackPolicyCreationInput class. + /// + public InMageRcmFailbackPolicyCreationInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// InMageRcmFailbackPolicyCreationInput class. + /// + /// The crash + /// consistent snapshot frequency (in minutes). + /// The app consistent + /// snapshot frequency (in minutes). + public InMageRcmFailbackPolicyCreationInput(int? crashConsistentFrequencyInMinutes = default(int?), int? appConsistentFrequencyInMinutes = default(int?)) + { + CrashConsistentFrequencyInMinutes = crashConsistentFrequencyInMinutes; + AppConsistentFrequencyInMinutes = appConsistentFrequencyInMinutes; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the crash consistent snapshot frequency (in minutes). + /// + [JsonProperty(PropertyName = "crashConsistentFrequencyInMinutes")] + public int? CrashConsistentFrequencyInMinutes { get; set; } + + /// + /// Gets or sets the app consistent snapshot frequency (in minutes). + /// + [JsonProperty(PropertyName = "appConsistentFrequencyInMinutes")] + public int? AppConsistentFrequencyInMinutes { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackPolicyDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackPolicyDetails.cs new file mode 100644 index 0000000000000..c6c55d10a9815 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackPolicyDetails.cs @@ -0,0 +1,64 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcm failback specific policy details. + /// + [Newtonsoft.Json.JsonObject("InMageRcmFailback")] + public partial class InMageRcmFailbackPolicyDetails : PolicyProviderSpecificDetails + { + /// + /// Initializes a new instance of the InMageRcmFailbackPolicyDetails + /// class. + /// + public InMageRcmFailbackPolicyDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmFailbackPolicyDetails + /// class. + /// + /// The app consistent + /// snapshot frequency in minutes. + /// The crash + /// consistent snapshot frequency in minutes. + public InMageRcmFailbackPolicyDetails(int? appConsistentFrequencyInMinutes = default(int?), int? crashConsistentFrequencyInMinutes = default(int?)) + { + AppConsistentFrequencyInMinutes = appConsistentFrequencyInMinutes; + CrashConsistentFrequencyInMinutes = crashConsistentFrequencyInMinutes; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the app consistent snapshot frequency in minutes. + /// + [JsonProperty(PropertyName = "appConsistentFrequencyInMinutes")] + public int? AppConsistentFrequencyInMinutes { get; set; } + + /// + /// Gets or sets the crash consistent snapshot frequency in minutes. + /// + [JsonProperty(PropertyName = "crashConsistentFrequencyInMinutes")] + public int? CrashConsistentFrequencyInMinutes { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackProtectedDiskDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackProtectedDiskDetails.cs new file mode 100644 index 0000000000000..1c996c2fc2ee0 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackProtectedDiskDetails.cs @@ -0,0 +1,139 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcmFailback protected disk details. + /// + public partial class InMageRcmFailbackProtectedDiskDetails + { + /// + /// Initializes a new instance of the + /// InMageRcmFailbackProtectedDiskDetails class. + /// + public InMageRcmFailbackProtectedDiskDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// InMageRcmFailbackProtectedDiskDetails class. + /// + /// The disk Id (reported by source + /// agent). + /// The disk name. + /// A value indicating whether the disk is the + /// OS disk. + /// The disk capacity in bytes. + /// The disk Uuid (reported by vCenter). + /// The data pending in log + /// data store in MB. + /// The data pending at + /// source agent in MB. + /// A value indicating + /// whether initial replication is complete or not. + /// The initial replication details. + /// The resync details. + /// The last sync time. + public InMageRcmFailbackProtectedDiskDetails(string diskId = default(string), string diskName = default(string), string isOSDisk = default(string), long? capacityInBytes = default(long?), string diskUuid = default(string), double? dataPendingInLogDataStoreInMB = default(double?), double? dataPendingAtSourceAgentInMB = default(double?), string isInitialReplicationComplete = default(string), InMageRcmFailbackSyncDetails irDetails = default(InMageRcmFailbackSyncDetails), InMageRcmFailbackSyncDetails resyncDetails = default(InMageRcmFailbackSyncDetails), System.DateTime? lastSyncTime = default(System.DateTime?)) + { + DiskId = diskId; + DiskName = diskName; + IsOSDisk = isOSDisk; + CapacityInBytes = capacityInBytes; + DiskUuid = diskUuid; + DataPendingInLogDataStoreInMB = dataPendingInLogDataStoreInMB; + DataPendingAtSourceAgentInMB = dataPendingAtSourceAgentInMB; + IsInitialReplicationComplete = isInitialReplicationComplete; + IrDetails = irDetails; + ResyncDetails = resyncDetails; + LastSyncTime = lastSyncTime; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the disk Id (reported by source agent). + /// + [JsonProperty(PropertyName = "diskId")] + public string DiskId { get; private set; } + + /// + /// Gets the disk name. + /// + [JsonProperty(PropertyName = "diskName")] + public string DiskName { get; private set; } + + /// + /// Gets a value indicating whether the disk is the OS disk. + /// + [JsonProperty(PropertyName = "isOSDisk")] + public string IsOSDisk { get; private set; } + + /// + /// Gets the disk capacity in bytes. + /// + [JsonProperty(PropertyName = "capacityInBytes")] + public long? CapacityInBytes { get; private set; } + + /// + /// Gets the disk Uuid (reported by vCenter). + /// + [JsonProperty(PropertyName = "diskUuid")] + public string DiskUuid { get; private set; } + + /// + /// Gets the data pending in log data store in MB. + /// + [JsonProperty(PropertyName = "dataPendingInLogDataStoreInMB")] + public double? DataPendingInLogDataStoreInMB { get; private set; } + + /// + /// Gets the data pending at source agent in MB. + /// + [JsonProperty(PropertyName = "dataPendingAtSourceAgentInMB")] + public double? DataPendingAtSourceAgentInMB { get; private set; } + + /// + /// Gets a value indicating whether initial replication is complete or + /// not. + /// + [JsonProperty(PropertyName = "isInitialReplicationComplete")] + public string IsInitialReplicationComplete { get; private set; } + + /// + /// Gets or sets the initial replication details. + /// + [JsonProperty(PropertyName = "irDetails")] + public InMageRcmFailbackSyncDetails IrDetails { get; set; } + + /// + /// Gets or sets the resync details. + /// + [JsonProperty(PropertyName = "resyncDetails")] + public InMageRcmFailbackSyncDetails ResyncDetails { get; set; } + + /// + /// Gets the last sync time. + /// + [JsonProperty(PropertyName = "lastSyncTime")] + public System.DateTime? LastSyncTime { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackRecoveryPointType.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackRecoveryPointType.cs new file mode 100644 index 0000000000000..ea82a305b6822 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackRecoveryPointType.cs @@ -0,0 +1,22 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + + /// + /// Defines values for InMageRcmFailbackRecoveryPointType. + /// + public static class InMageRcmFailbackRecoveryPointType + { + public const string ApplicationConsistent = "ApplicationConsistent"; + public const string CrashConsistent = "CrashConsistent"; + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackReplicationDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackReplicationDetails.cs new file mode 100644 index 0000000000000..201e2f8d59c76 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackReplicationDetails.cs @@ -0,0 +1,263 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// InMageRcmFailback provider specific details. + /// + [Newtonsoft.Json.JsonObject("InMageRcmFailback")] + public partial class InMageRcmFailbackReplicationDetails : ReplicationProviderSpecificSettings + { + /// + /// Initializes a new instance of the + /// InMageRcmFailbackReplicationDetails class. + /// + public InMageRcmFailbackReplicationDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// InMageRcmFailbackReplicationDetails class. + /// + /// The virtual machine internal + /// identifier. + /// The ARM Id of the azure + /// VM. + /// The multi VM group name. + /// The reprotect agent Id. + /// The reprotect agent name. + /// The type of the OS on the VM. + /// The log storage account ARM + /// Id. + /// The target vCenter Id. + /// The target datastore + /// name. + /// The target VM name. + /// The initial + /// replication progress percentage. + /// The initial + /// replication processed bytes. This includes sum of total bytes + /// transferred and matched bytes on all selected disks in source + /// VM. + /// The initial + /// replication transferred bytes from source VM to target for all + /// selected disks on source VM. + /// The initial + /// replication progress health. Possible values include: 'None', + /// 'InProgress', 'SlowProgress', 'NoProgress' + /// The resync progress + /// percentage. + /// The resync processed bytes. This + /// includes sum of total bytes transferred and matched bytes on all + /// selected disks in source VM. + /// The resync transferred bytes + /// from source VM to target for all selected disks on source + /// VM. + /// The resync progress health. + /// Possible values include: 'None', 'InProgress', 'SlowProgress', + /// 'NoProgress' + /// A value indicating whether resync is + /// required. + /// The resync state. Possible values + /// include: 'None', 'PreparedForResynchronization', + /// 'StartedResynchronization' + /// The list of protected disks. + /// The mobility agent + /// information. + /// The network details. + public InMageRcmFailbackReplicationDetails(string internalIdentifier = default(string), string azureVirtualMachineId = default(string), string multiVmGroupName = default(string), string reprotectAgentId = default(string), string reprotectAgentName = default(string), string osType = default(string), string logStorageAccountId = default(string), string targetvCenterId = default(string), string targetDataStoreName = default(string), string targetVmName = default(string), int? initialReplicationProgressPercentage = default(int?), long? initialReplicationProcessedBytes = default(long?), long? initialReplicationTransferredBytes = default(long?), string initialReplicationProgressHealth = default(string), int? resyncProgressPercentage = default(int?), long? resyncProcessedBytes = default(long?), long? resyncTransferredBytes = default(long?), string resyncProgressHealth = default(string), string resyncRequired = default(string), string resyncState = default(string), IList protectedDisks = default(IList), InMageRcmFailbackMobilityAgentDetails mobilityAgentDetails = default(InMageRcmFailbackMobilityAgentDetails), IList vmNics = default(IList)) + { + InternalIdentifier = internalIdentifier; + AzureVirtualMachineId = azureVirtualMachineId; + MultiVmGroupName = multiVmGroupName; + ReprotectAgentId = reprotectAgentId; + ReprotectAgentName = reprotectAgentName; + OsType = osType; + LogStorageAccountId = logStorageAccountId; + TargetvCenterId = targetvCenterId; + TargetDataStoreName = targetDataStoreName; + TargetVmName = targetVmName; + InitialReplicationProgressPercentage = initialReplicationProgressPercentage; + InitialReplicationProcessedBytes = initialReplicationProcessedBytes; + InitialReplicationTransferredBytes = initialReplicationTransferredBytes; + InitialReplicationProgressHealth = initialReplicationProgressHealth; + ResyncProgressPercentage = resyncProgressPercentage; + ResyncProcessedBytes = resyncProcessedBytes; + ResyncTransferredBytes = resyncTransferredBytes; + ResyncProgressHealth = resyncProgressHealth; + ResyncRequired = resyncRequired; + ResyncState = resyncState; + ProtectedDisks = protectedDisks; + MobilityAgentDetails = mobilityAgentDetails; + VmNics = vmNics; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the virtual machine internal identifier. + /// + [JsonProperty(PropertyName = "internalIdentifier")] + public string InternalIdentifier { get; private set; } + + /// + /// Gets the ARM Id of the azure VM. + /// + [JsonProperty(PropertyName = "azureVirtualMachineId")] + public string AzureVirtualMachineId { get; private set; } + + /// + /// Gets the multi VM group name. + /// + [JsonProperty(PropertyName = "multiVmGroupName")] + public string MultiVmGroupName { get; private set; } + + /// + /// Gets the reprotect agent Id. + /// + [JsonProperty(PropertyName = "reprotectAgentId")] + public string ReprotectAgentId { get; private set; } + + /// + /// Gets the reprotect agent name. + /// + [JsonProperty(PropertyName = "reprotectAgentName")] + public string ReprotectAgentName { get; private set; } + + /// + /// Gets the type of the OS on the VM. + /// + [JsonProperty(PropertyName = "osType")] + public string OsType { get; private set; } + + /// + /// Gets the log storage account ARM Id. + /// + [JsonProperty(PropertyName = "logStorageAccountId")] + public string LogStorageAccountId { get; private set; } + + /// + /// Gets the target vCenter Id. + /// + [JsonProperty(PropertyName = "targetvCenterId")] + public string TargetvCenterId { get; private set; } + + /// + /// Gets the target datastore name. + /// + [JsonProperty(PropertyName = "targetDataStoreName")] + public string TargetDataStoreName { get; private set; } + + /// + /// Gets the target VM name. + /// + [JsonProperty(PropertyName = "targetVmName")] + public string TargetVmName { get; private set; } + + /// + /// Gets the initial replication progress percentage. + /// + [JsonProperty(PropertyName = "initialReplicationProgressPercentage")] + public int? InitialReplicationProgressPercentage { get; private set; } + + /// + /// Gets the initial replication processed bytes. This includes sum of + /// total bytes transferred and matched bytes on all selected disks in + /// source VM. + /// + [JsonProperty(PropertyName = "initialReplicationProcessedBytes")] + public long? InitialReplicationProcessedBytes { get; private set; } + + /// + /// Gets the initial replication transferred bytes from source VM to + /// target for all selected disks on source VM. + /// + [JsonProperty(PropertyName = "initialReplicationTransferredBytes")] + public long? InitialReplicationTransferredBytes { get; private set; } + + /// + /// Gets the initial replication progress health. Possible values + /// include: 'None', 'InProgress', 'SlowProgress', 'NoProgress' + /// + [JsonProperty(PropertyName = "initialReplicationProgressHealth")] + public string InitialReplicationProgressHealth { get; private set; } + + /// + /// Gets the resync progress percentage. + /// + [JsonProperty(PropertyName = "resyncProgressPercentage")] + public int? ResyncProgressPercentage { get; private set; } + + /// + /// Gets the resync processed bytes. This includes sum of total bytes + /// transferred and matched bytes on all selected disks in source VM. + /// + [JsonProperty(PropertyName = "resyncProcessedBytes")] + public long? ResyncProcessedBytes { get; private set; } + + /// + /// Gets the resync transferred bytes from source VM to target for all + /// selected disks on source VM. + /// + [JsonProperty(PropertyName = "resyncTransferredBytes")] + public long? ResyncTransferredBytes { get; private set; } + + /// + /// Gets the resync progress health. Possible values include: 'None', + /// 'InProgress', 'SlowProgress', 'NoProgress' + /// + [JsonProperty(PropertyName = "resyncProgressHealth")] + public string ResyncProgressHealth { get; private set; } + + /// + /// Gets a value indicating whether resync is required. + /// + [JsonProperty(PropertyName = "resyncRequired")] + public string ResyncRequired { get; private set; } + + /// + /// Gets the resync state. Possible values include: 'None', + /// 'PreparedForResynchronization', 'StartedResynchronization' + /// + [JsonProperty(PropertyName = "resyncState")] + public string ResyncState { get; private set; } + + /// + /// Gets or sets the list of protected disks. + /// + [JsonProperty(PropertyName = "protectedDisks")] + public IList ProtectedDisks { get; set; } + + /// + /// Gets or sets the mobility agent information. + /// + [JsonProperty(PropertyName = "mobilityAgentDetails")] + public InMageRcmFailbackMobilityAgentDetails MobilityAgentDetails { get; set; } + + /// + /// Gets or sets the network details. + /// + [JsonProperty(PropertyName = "vmNics")] + public IList VmNics { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackReprotectInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackReprotectInput.cs new file mode 100644 index 0000000000000..68025d4cd3282 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackReprotectInput.cs @@ -0,0 +1,88 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcmFailback specific provider input. + /// + [Newtonsoft.Json.JsonObject("InMageRcmFailback")] + public partial class InMageRcmFailbackReprotectInput : ReverseReplicationProviderSpecificInput + { + /// + /// Initializes a new instance of the InMageRcmFailbackReprotectInput + /// class. + /// + public InMageRcmFailbackReprotectInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmFailbackReprotectInput + /// class. + /// + /// The process server Id. + /// The Policy Id. + /// The run as account Id. + public InMageRcmFailbackReprotectInput(string processServerId, string policyId, string runAsAccountId = default(string)) + { + ProcessServerId = processServerId; + RunAsAccountId = runAsAccountId; + PolicyId = policyId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the process server Id. + /// + [JsonProperty(PropertyName = "processServerId")] + public string ProcessServerId { get; set; } + + /// + /// Gets or sets the run as account Id. + /// + [JsonProperty(PropertyName = "runAsAccountId")] + public string RunAsAccountId { get; set; } + + /// + /// Gets or sets the Policy Id. + /// + [JsonProperty(PropertyName = "policyId")] + public string PolicyId { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ProcessServerId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ProcessServerId"); + } + if (PolicyId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "PolicyId"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackSyncDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackSyncDetails.cs new file mode 100644 index 0000000000000..93d54bb1cfd27 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmFailbackSyncDetails.cs @@ -0,0 +1,121 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcmFailback disk level sync details. + /// + public partial class InMageRcmFailbackSyncDetails + { + /// + /// Initializes a new instance of the InMageRcmFailbackSyncDetails + /// class. + /// + public InMageRcmFailbackSyncDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmFailbackSyncDetails + /// class. + /// + /// The progress health. Possible values + /// include: 'None', 'InProgress', 'SlowProgress', 'NoProgress', + /// 'Queued' + /// The transferred bytes from source VM + /// to azure for the disk. + /// The bytes transferred + /// in last 15 minutes from source VM to target. + /// The time of the last data + /// transfer from source VM to target. + /// The total processed bytes. This + /// includes bytes that are transferred from source VM to target and + /// matched bytes. + /// The start time. + /// The last refresh time. + /// Progress in percentage. Progress + /// percentage is calculated based on processed bytes. + public InMageRcmFailbackSyncDetails(string progressHealth = default(string), long? transferredBytes = default(long?), long? last15MinutesTransferredBytes = default(long?), string lastDataTransferTimeUtc = default(string), long? processedBytes = default(long?), string startTime = default(string), string lastRefreshTime = default(string), int? progressPercentage = default(int?)) + { + ProgressHealth = progressHealth; + TransferredBytes = transferredBytes; + Last15MinutesTransferredBytes = last15MinutesTransferredBytes; + LastDataTransferTimeUtc = lastDataTransferTimeUtc; + ProcessedBytes = processedBytes; + StartTime = startTime; + LastRefreshTime = lastRefreshTime; + ProgressPercentage = progressPercentage; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the progress health. Possible values include: 'None', + /// 'InProgress', 'SlowProgress', 'NoProgress', 'Queued' + /// + [JsonProperty(PropertyName = "progressHealth")] + public string ProgressHealth { get; private set; } + + /// + /// Gets the transferred bytes from source VM to azure for the disk. + /// + [JsonProperty(PropertyName = "transferredBytes")] + public long? TransferredBytes { get; private set; } + + /// + /// Gets the bytes transferred in last 15 minutes from source VM to + /// target. + /// + [JsonProperty(PropertyName = "last15MinutesTransferredBytes")] + public long? Last15MinutesTransferredBytes { get; private set; } + + /// + /// Gets the time of the last data transfer from source VM to target. + /// + [JsonProperty(PropertyName = "lastDataTransferTimeUtc")] + public string LastDataTransferTimeUtc { get; private set; } + + /// + /// Gets the total processed bytes. This includes bytes that are + /// transferred from source VM to target and matched bytes. + /// + [JsonProperty(PropertyName = "processedBytes")] + public long? ProcessedBytes { get; private set; } + + /// + /// Gets the start time. + /// + [JsonProperty(PropertyName = "startTime")] + public string StartTime { get; private set; } + + /// + /// Gets the last refresh time. + /// + [JsonProperty(PropertyName = "lastRefreshTime")] + public string LastRefreshTime { get; private set; } + + /// + /// Gets progress in percentage. Progress percentage is calculated + /// based on processed bytes. + /// + [JsonProperty(PropertyName = "progressPercentage")] + public int? ProgressPercentage { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmLastAgentUpgradeErrorDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmLastAgentUpgradeErrorDetails.cs new file mode 100644 index 0000000000000..00c7a536f1a02 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmLastAgentUpgradeErrorDetails.cs @@ -0,0 +1,96 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// InMageRcm last source agent upgrade error details. + /// + public partial class InMageRcmLastAgentUpgradeErrorDetails + { + /// + /// Initializes a new instance of the + /// InMageRcmLastAgentUpgradeErrorDetails class. + /// + public InMageRcmLastAgentUpgradeErrorDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// InMageRcmLastAgentUpgradeErrorDetails class. + /// + /// The error code. + /// The error message. + /// The possible causes. + /// The recommended action. + /// The error message + /// parameters. + /// The error tags. + public InMageRcmLastAgentUpgradeErrorDetails(string errorCode = default(string), string errorMessage = default(string), string possibleCauses = default(string), string recommendedAction = default(string), IDictionary errorMessageParameters = default(IDictionary), IDictionary errorTags = default(IDictionary)) + { + ErrorCode = errorCode; + ErrorMessage = errorMessage; + PossibleCauses = possibleCauses; + RecommendedAction = recommendedAction; + ErrorMessageParameters = errorMessageParameters; + ErrorTags = errorTags; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the error code. + /// + [JsonProperty(PropertyName = "errorCode")] + public string ErrorCode { get; private set; } + + /// + /// Gets the error message. + /// + [JsonProperty(PropertyName = "errorMessage")] + public string ErrorMessage { get; private set; } + + /// + /// Gets the possible causes. + /// + [JsonProperty(PropertyName = "possibleCauses")] + public string PossibleCauses { get; private set; } + + /// + /// Gets the recommended action. + /// + [JsonProperty(PropertyName = "recommendedAction")] + public string RecommendedAction { get; private set; } + + /// + /// Gets the error message parameters. + /// + [JsonProperty(PropertyName = "errorMessageParameters")] + public IDictionary ErrorMessageParameters { get; private set; } + + /// + /// Gets the error tags. + /// + [JsonProperty(PropertyName = "errorTags")] + public IDictionary ErrorTags { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmMobilityAgentDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmMobilityAgentDetails.cs new file mode 100644 index 0000000000000..24f428c508e57 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmMobilityAgentDetails.cs @@ -0,0 +1,135 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// InMageRcm mobility agent details. + /// + public partial class InMageRcmMobilityAgentDetails + { + /// + /// Initializes a new instance of the InMageRcmMobilityAgentDetails + /// class. + /// + public InMageRcmMobilityAgentDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmMobilityAgentDetails + /// class. + /// + /// The agent version. + /// The latest agent version + /// available. + /// The latest agent version + /// release date. + /// The driver version. + /// The latest + /// upgradeable version available without reboot. + /// The agent version expiry + /// date. + /// The driver version expiry + /// date. + /// The time of the last heartbeat + /// received from the agent. + /// The whether update is possible + /// or not. + /// A value indicating whether agent is + /// upgradeable or not. + public InMageRcmMobilityAgentDetails(string version = default(string), string latestVersion = default(string), string latestAgentReleaseDate = default(string), string driverVersion = default(string), string latestUpgradableVersionWithoutReboot = default(string), System.DateTime? agentVersionExpiryDate = default(System.DateTime?), System.DateTime? driverVersionExpiryDate = default(System.DateTime?), System.DateTime? lastHeartbeatUtc = default(System.DateTime?), IList reasonsBlockingUpgrade = default(IList), string isUpgradeable = default(string)) + { + Version = version; + LatestVersion = latestVersion; + LatestAgentReleaseDate = latestAgentReleaseDate; + DriverVersion = driverVersion; + LatestUpgradableVersionWithoutReboot = latestUpgradableVersionWithoutReboot; + AgentVersionExpiryDate = agentVersionExpiryDate; + DriverVersionExpiryDate = driverVersionExpiryDate; + LastHeartbeatUtc = lastHeartbeatUtc; + ReasonsBlockingUpgrade = reasonsBlockingUpgrade; + IsUpgradeable = isUpgradeable; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the agent version. + /// + [JsonProperty(PropertyName = "version")] + public string Version { get; private set; } + + /// + /// Gets the latest agent version available. + /// + [JsonProperty(PropertyName = "latestVersion")] + public string LatestVersion { get; private set; } + + /// + /// Gets the latest agent version release date. + /// + [JsonProperty(PropertyName = "latestAgentReleaseDate")] + public string LatestAgentReleaseDate { get; private set; } + + /// + /// Gets the driver version. + /// + [JsonProperty(PropertyName = "driverVersion")] + public string DriverVersion { get; private set; } + + /// + /// Gets the latest upgradeable version available without reboot. + /// + [JsonProperty(PropertyName = "latestUpgradableVersionWithoutReboot")] + public string LatestUpgradableVersionWithoutReboot { get; private set; } + + /// + /// Gets the agent version expiry date. + /// + [JsonProperty(PropertyName = "agentVersionExpiryDate")] + public System.DateTime? AgentVersionExpiryDate { get; private set; } + + /// + /// Gets the driver version expiry date. + /// + [JsonProperty(PropertyName = "driverVersionExpiryDate")] + public System.DateTime? DriverVersionExpiryDate { get; private set; } + + /// + /// Gets the time of the last heartbeat received from the agent. + /// + [JsonProperty(PropertyName = "lastHeartbeatUtc")] + public System.DateTime? LastHeartbeatUtc { get; private set; } + + /// + /// Gets the whether update is possible or not. + /// + [JsonProperty(PropertyName = "reasonsBlockingUpgrade")] + public IList ReasonsBlockingUpgrade { get; private set; } + + /// + /// Gets a value indicating whether agent is upgradeable or not. + /// + [JsonProperty(PropertyName = "isUpgradeable")] + public string IsUpgradeable { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmNicDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmNicDetails.cs new file mode 100644 index 0000000000000..e3795d31334b1 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmNicDetails.cs @@ -0,0 +1,156 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcm NIC details. + /// + public partial class InMageRcmNicDetails + { + /// + /// Initializes a new instance of the InMageRcmNicDetails class. + /// + public InMageRcmNicDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmNicDetails class. + /// + /// The NIC Id. + /// A value indicating whether this is the + /// primary NIC. + /// A value indicating whether this + /// NIC is selected for failover. + /// The source IP address. + /// The source IP address type. + /// Possible values include: 'Dynamic', 'Static' + /// Source network Id. + /// Source subnet name. + /// The target IP address. + /// The target IP address type. + /// Possible values include: 'Dynamic', 'Static' + /// Target subnet name. + /// Test subnet name. + /// The test IP address. + /// The test IP address type. Possible + /// values include: 'Dynamic', 'Static' + public InMageRcmNicDetails(string nicId = default(string), string isPrimaryNic = default(string), string isSelectedForFailover = default(string), string sourceIPAddress = default(string), string sourceIPAddressType = default(string), string sourceNetworkId = default(string), string sourceSubnetName = default(string), string targetIPAddress = default(string), string targetIPAddressType = default(string), string targetSubnetName = default(string), string testSubnetName = default(string), string testIPAddress = default(string), string testIPAddressType = default(string)) + { + NicId = nicId; + IsPrimaryNic = isPrimaryNic; + IsSelectedForFailover = isSelectedForFailover; + SourceIPAddress = sourceIPAddress; + SourceIPAddressType = sourceIPAddressType; + SourceNetworkId = sourceNetworkId; + SourceSubnetName = sourceSubnetName; + TargetIPAddress = targetIPAddress; + TargetIPAddressType = targetIPAddressType; + TargetSubnetName = targetSubnetName; + TestSubnetName = testSubnetName; + TestIPAddress = testIPAddress; + TestIPAddressType = testIPAddressType; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the NIC Id. + /// + [JsonProperty(PropertyName = "nicId")] + public string NicId { get; private set; } + + /// + /// Gets or sets a value indicating whether this is the primary NIC. + /// + [JsonProperty(PropertyName = "isPrimaryNic")] + public string IsPrimaryNic { get; set; } + + /// + /// Gets or sets a value indicating whether this NIC is selected for + /// failover. + /// + [JsonProperty(PropertyName = "isSelectedForFailover")] + public string IsSelectedForFailover { get; set; } + + /// + /// Gets the source IP address. + /// + [JsonProperty(PropertyName = "sourceIPAddress")] + public string SourceIPAddress { get; private set; } + + /// + /// Gets the source IP address type. Possible values include: + /// 'Dynamic', 'Static' + /// + [JsonProperty(PropertyName = "sourceIPAddressType")] + public string SourceIPAddressType { get; private set; } + + /// + /// Gets source network Id. + /// + [JsonProperty(PropertyName = "sourceNetworkId")] + public string SourceNetworkId { get; private set; } + + /// + /// Gets source subnet name. + /// + [JsonProperty(PropertyName = "sourceSubnetName")] + public string SourceSubnetName { get; private set; } + + /// + /// Gets or sets the target IP address. + /// + [JsonProperty(PropertyName = "targetIPAddress")] + public string TargetIPAddress { get; set; } + + /// + /// Gets or sets the target IP address type. Possible values include: + /// 'Dynamic', 'Static' + /// + [JsonProperty(PropertyName = "targetIPAddressType")] + public string TargetIPAddressType { get; set; } + + /// + /// Gets or sets target subnet name. + /// + [JsonProperty(PropertyName = "targetSubnetName")] + public string TargetSubnetName { get; set; } + + /// + /// Gets or sets test subnet name. + /// + [JsonProperty(PropertyName = "testSubnetName")] + public string TestSubnetName { get; set; } + + /// + /// Gets or sets the test IP address. + /// + [JsonProperty(PropertyName = "testIPAddress")] + public string TestIPAddress { get; set; } + + /// + /// Gets or sets the test IP address type. Possible values include: + /// 'Dynamic', 'Static' + /// + [JsonProperty(PropertyName = "testIPAddressType")] + public string TestIPAddressType { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmNicInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmNicInput.cs new file mode 100644 index 0000000000000..381821d10ef0e --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmNicInput.cs @@ -0,0 +1,122 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcm NIC input. + /// + public partial class InMageRcmNicInput + { + /// + /// Initializes a new instance of the InMageRcmNicInput class. + /// + public InMageRcmNicInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmNicInput class. + /// + /// The NIC Id. + /// A value indicating whether this is the + /// primary NIC. + /// A value indicating whether this + /// NIC is selected for failover. + /// Target subnet name. + /// The target static IP + /// address. + /// The test subnet name. + /// The test static IP + /// address. + public InMageRcmNicInput(string nicId, string isPrimaryNic, string isSelectedForFailover = default(string), string targetSubnetName = default(string), string targetStaticIPAddress = default(string), string testSubnetName = default(string), string testStaticIPAddress = default(string)) + { + NicId = nicId; + IsPrimaryNic = isPrimaryNic; + IsSelectedForFailover = isSelectedForFailover; + TargetSubnetName = targetSubnetName; + TargetStaticIPAddress = targetStaticIPAddress; + TestSubnetName = testSubnetName; + TestStaticIPAddress = testStaticIPAddress; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the NIC Id. + /// + [JsonProperty(PropertyName = "nicId")] + public string NicId { get; set; } + + /// + /// Gets or sets a value indicating whether this is the primary NIC. + /// + [JsonProperty(PropertyName = "isPrimaryNic")] + public string IsPrimaryNic { get; set; } + + /// + /// Gets or sets a value indicating whether this NIC is selected for + /// failover. + /// + [JsonProperty(PropertyName = "isSelectedForFailover")] + public string IsSelectedForFailover { get; set; } + + /// + /// Gets or sets target subnet name. + /// + [JsonProperty(PropertyName = "targetSubnetName")] + public string TargetSubnetName { get; set; } + + /// + /// Gets or sets the target static IP address. + /// + [JsonProperty(PropertyName = "targetStaticIPAddress")] + public string TargetStaticIPAddress { get; set; } + + /// + /// Gets or sets the test subnet name. + /// + [JsonProperty(PropertyName = "testSubnetName")] + public string TestSubnetName { get; set; } + + /// + /// Gets or sets the test static IP address. + /// + [JsonProperty(PropertyName = "testStaticIPAddress")] + public string TestStaticIPAddress { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (NicId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "NicId"); + } + if (IsPrimaryNic == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "IsPrimaryNic"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmPolicyCreationInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmPolicyCreationInput.cs new file mode 100644 index 0000000000000..cb294194e3fdf --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmPolicyCreationInput.cs @@ -0,0 +1,84 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcm policy creation input. + /// + [Newtonsoft.Json.JsonObject("InMageRcm")] + public partial class InMageRcmPolicyCreationInput : PolicyProviderSpecificInput + { + /// + /// Initializes a new instance of the InMageRcmPolicyCreationInput + /// class. + /// + public InMageRcmPolicyCreationInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmPolicyCreationInput + /// class. + /// + /// The duration in minutes + /// until which the recovery points need to be stored. + /// The crash + /// consistent snapshot frequency (in minutes). + /// The app consistent + /// snapshot frequency (in minutes). + /// A value indicating whether multi-VM + /// sync has to be enabled. + public InMageRcmPolicyCreationInput(int? recoveryPointHistoryInMinutes = default(int?), int? crashConsistentFrequencyInMinutes = default(int?), int? appConsistentFrequencyInMinutes = default(int?), string enableMultiVmSync = default(string)) + { + RecoveryPointHistoryInMinutes = recoveryPointHistoryInMinutes; + CrashConsistentFrequencyInMinutes = crashConsistentFrequencyInMinutes; + AppConsistentFrequencyInMinutes = appConsistentFrequencyInMinutes; + EnableMultiVmSync = enableMultiVmSync; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the duration in minutes until which the recovery + /// points need to be stored. + /// + [JsonProperty(PropertyName = "recoveryPointHistoryInMinutes")] + public int? RecoveryPointHistoryInMinutes { get; set; } + + /// + /// Gets or sets the crash consistent snapshot frequency (in minutes). + /// + [JsonProperty(PropertyName = "crashConsistentFrequencyInMinutes")] + public int? CrashConsistentFrequencyInMinutes { get; set; } + + /// + /// Gets or sets the app consistent snapshot frequency (in minutes). + /// + [JsonProperty(PropertyName = "appConsistentFrequencyInMinutes")] + public int? AppConsistentFrequencyInMinutes { get; set; } + + /// + /// Gets or sets a value indicating whether multi-VM sync has to be + /// enabled. + /// + [JsonProperty(PropertyName = "enableMultiVmSync")] + public string EnableMultiVmSync { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmPolicyDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmPolicyDetails.cs new file mode 100644 index 0000000000000..4f480f5fefa70 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmPolicyDetails.cs @@ -0,0 +1,82 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcm specific policy details. + /// + [Newtonsoft.Json.JsonObject("InMageRcm")] + public partial class InMageRcmPolicyDetails : PolicyProviderSpecificDetails + { + /// + /// Initializes a new instance of the InMageRcmPolicyDetails class. + /// + public InMageRcmPolicyDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmPolicyDetails class. + /// + /// The duration in minutes + /// until which the recovery points need to be stored. + /// The app consistent + /// snapshot frequency in minutes. + /// The crash + /// consistent snapshot frequency in minutes. + /// A value indicating whether multi-VM + /// sync has to be enabled. + public InMageRcmPolicyDetails(int? recoveryPointHistoryInMinutes = default(int?), int? appConsistentFrequencyInMinutes = default(int?), int? crashConsistentFrequencyInMinutes = default(int?), string enableMultiVmSync = default(string)) + { + RecoveryPointHistoryInMinutes = recoveryPointHistoryInMinutes; + AppConsistentFrequencyInMinutes = appConsistentFrequencyInMinutes; + CrashConsistentFrequencyInMinutes = crashConsistentFrequencyInMinutes; + EnableMultiVmSync = enableMultiVmSync; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the duration in minutes until which the recovery + /// points need to be stored. + /// + [JsonProperty(PropertyName = "recoveryPointHistoryInMinutes")] + public int? RecoveryPointHistoryInMinutes { get; set; } + + /// + /// Gets or sets the app consistent snapshot frequency in minutes. + /// + [JsonProperty(PropertyName = "appConsistentFrequencyInMinutes")] + public int? AppConsistentFrequencyInMinutes { get; set; } + + /// + /// Gets or sets the crash consistent snapshot frequency in minutes. + /// + [JsonProperty(PropertyName = "crashConsistentFrequencyInMinutes")] + public int? CrashConsistentFrequencyInMinutes { get; set; } + + /// + /// Gets or sets a value indicating whether multi-VM sync has to be + /// enabled. + /// + [JsonProperty(PropertyName = "enableMultiVmSync")] + public string EnableMultiVmSync { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmProtectedDiskDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmProtectedDiskDetails.cs new file mode 100644 index 0000000000000..65d75bb2d90f4 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmProtectedDiskDetails.cs @@ -0,0 +1,168 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcm protected disk details. + /// + public partial class InMageRcmProtectedDiskDetails + { + /// + /// Initializes a new instance of the InMageRcmProtectedDiskDetails + /// class. + /// + public InMageRcmProtectedDiskDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmProtectedDiskDetails + /// class. + /// + /// The disk Id. + /// The disk name. + /// A value indicating whether the disk is the + /// OS disk. + /// The disk capacity in bytes. + /// The log storage account ARM + /// Id. + /// The DiskEncryptionSet ARM + /// Id. + /// The ARM Id of the seed managed + /// disk. + /// The ARM Id of the target managed + /// disk. + /// The disk type. Possible values include: + /// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' + /// The data pending in log + /// data store in MB. + /// The data pending at + /// source agent in MB. + /// A value indicating + /// whether initial replication is complete or not. + /// The initial replication details. + /// The resync details. + public InMageRcmProtectedDiskDetails(string diskId = default(string), string diskName = default(string), string isOSDisk = default(string), long? capacityInBytes = default(long?), string logStorageAccountId = default(string), string diskEncryptionSetId = default(string), string seedManagedDiskId = default(string), string targetManagedDiskId = default(string), string diskType = default(string), double? dataPendingInLogDataStoreInMB = default(double?), double? dataPendingAtSourceAgentInMB = default(double?), string isInitialReplicationComplete = default(string), InMageRcmSyncDetails irDetails = default(InMageRcmSyncDetails), InMageRcmSyncDetails resyncDetails = default(InMageRcmSyncDetails)) + { + DiskId = diskId; + DiskName = diskName; + IsOSDisk = isOSDisk; + CapacityInBytes = capacityInBytes; + LogStorageAccountId = logStorageAccountId; + DiskEncryptionSetId = diskEncryptionSetId; + SeedManagedDiskId = seedManagedDiskId; + TargetManagedDiskId = targetManagedDiskId; + DiskType = diskType; + DataPendingInLogDataStoreInMB = dataPendingInLogDataStoreInMB; + DataPendingAtSourceAgentInMB = dataPendingAtSourceAgentInMB; + IsInitialReplicationComplete = isInitialReplicationComplete; + IrDetails = irDetails; + ResyncDetails = resyncDetails; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the disk Id. + /// + [JsonProperty(PropertyName = "diskId")] + public string DiskId { get; private set; } + + /// + /// Gets the disk name. + /// + [JsonProperty(PropertyName = "diskName")] + public string DiskName { get; private set; } + + /// + /// Gets a value indicating whether the disk is the OS disk. + /// + [JsonProperty(PropertyName = "isOSDisk")] + public string IsOSDisk { get; private set; } + + /// + /// Gets the disk capacity in bytes. + /// + [JsonProperty(PropertyName = "capacityInBytes")] + public long? CapacityInBytes { get; private set; } + + /// + /// Gets the log storage account ARM Id. + /// + [JsonProperty(PropertyName = "logStorageAccountId")] + public string LogStorageAccountId { get; private set; } + + /// + /// Gets the DiskEncryptionSet ARM Id. + /// + [JsonProperty(PropertyName = "diskEncryptionSetId")] + public string DiskEncryptionSetId { get; private set; } + + /// + /// Gets the ARM Id of the seed managed disk. + /// + [JsonProperty(PropertyName = "seedManagedDiskId")] + public string SeedManagedDiskId { get; private set; } + + /// + /// Gets the ARM Id of the target managed disk. + /// + [JsonProperty(PropertyName = "targetManagedDiskId")] + public string TargetManagedDiskId { get; private set; } + + /// + /// Gets or sets the disk type. Possible values include: + /// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' + /// + [JsonProperty(PropertyName = "diskType")] + public string DiskType { get; set; } + + /// + /// Gets the data pending in log data store in MB. + /// + [JsonProperty(PropertyName = "dataPendingInLogDataStoreInMB")] + public double? DataPendingInLogDataStoreInMB { get; private set; } + + /// + /// Gets the data pending at source agent in MB. + /// + [JsonProperty(PropertyName = "dataPendingAtSourceAgentInMB")] + public double? DataPendingAtSourceAgentInMB { get; private set; } + + /// + /// Gets a value indicating whether initial replication is complete or + /// not. + /// + [JsonProperty(PropertyName = "isInitialReplicationComplete")] + public string IsInitialReplicationComplete { get; private set; } + + /// + /// Gets or sets the initial replication details. + /// + [JsonProperty(PropertyName = "irDetails")] + public InMageRcmSyncDetails IrDetails { get; set; } + + /// + /// Gets or sets the resync details. + /// + [JsonProperty(PropertyName = "resyncDetails")] + public InMageRcmSyncDetails ResyncDetails { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmProtectionContainerMappingDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmProtectionContainerMappingDetails.cs new file mode 100644 index 0000000000000..e5f790616cf31 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmProtectionContainerMappingDetails.cs @@ -0,0 +1,56 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcm provider specific container mapping details. + /// + [Newtonsoft.Json.JsonObject("InMageRcm")] + public partial class InMageRcmProtectionContainerMappingDetails : ProtectionContainerMappingProviderSpecificDetails + { + /// + /// Initializes a new instance of the + /// InMageRcmProtectionContainerMappingDetails class. + /// + public InMageRcmProtectionContainerMappingDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// InMageRcmProtectionContainerMappingDetails class. + /// + /// A value indicating whether the + /// flag for enable agent auto upgrade. + public InMageRcmProtectionContainerMappingDetails(string enableAgentAutoUpgrade = default(string)) + { + EnableAgentAutoUpgrade = enableAgentAutoUpgrade; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets a value indicating whether the flag for enable agent auto + /// upgrade. + /// + [JsonProperty(PropertyName = "enableAgentAutoUpgrade")] + public string EnableAgentAutoUpgrade { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmRecoveryPointDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmRecoveryPointDetails.cs new file mode 100644 index 0000000000000..15965ef7ac368 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmRecoveryPointDetails.cs @@ -0,0 +1,56 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcm provider specific recovery point details. + /// + [Newtonsoft.Json.JsonObject("InMageRcm")] + public partial class InMageRcmRecoveryPointDetails : ProviderSpecificRecoveryPointDetails + { + /// + /// Initializes a new instance of the InMageRcmRecoveryPointDetails + /// class. + /// + public InMageRcmRecoveryPointDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmRecoveryPointDetails + /// class. + /// + /// A value indicating whether the + /// recovery point is multi VM consistent. + public InMageRcmRecoveryPointDetails(string isMultiVmSyncPoint = default(string)) + { + IsMultiVmSyncPoint = isMultiVmSyncPoint; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets a value indicating whether the recovery point is multi VM + /// consistent. + /// + [JsonProperty(PropertyName = "isMultiVmSyncPoint")] + public string IsMultiVmSyncPoint { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmReplicationDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmReplicationDetails.cs new file mode 100644 index 0000000000000..f7b9cb045ae8e --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmReplicationDetails.cs @@ -0,0 +1,496 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// InMageRcm provider specific details. + /// + [Newtonsoft.Json.JsonObject("InMageRcm")] + public partial class InMageRcmReplicationDetails : ReplicationProviderSpecificSettings + { + /// + /// Initializes a new instance of the InMageRcmReplicationDetails + /// class. + /// + public InMageRcmReplicationDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmReplicationDetails + /// class. + /// + /// The virtual machine internal + /// identifier. + /// The ARM Id of the discovered + /// VM. + /// The multi VM group name. + /// The type of the discovered VM. + /// The process server Id. + /// The processor core count. + /// The allocated memory in + /// MB. + /// The process server name. + /// The run-as account Id. + /// The type of the OS on the VM. + /// The firmware type. + /// The IP address of the primary + /// network interface. + /// The target generation. + /// License Type of the VM to be + /// used. + /// Target VM name. + /// The target VM size. + /// The target resource group + /// Id. + /// The target location. + /// The target availability set + /// Id. + /// The target availability + /// zone. + /// The target proximity + /// placement group Id. + /// The target boot + /// diagnostics storage account ARM Id. + /// The target network Id. + /// The test network Id. + /// The recovery point Id to + /// which the VM was failed over. + /// The last recovery point + /// received time. + /// The last recovery point objective + /// value. + /// The last recovery point + /// objective calculated time. + /// The last recovery point + /// Id. + /// The initial + /// replication progress percentage. This is calculated based on total + /// bytes processed for all disks in the source VM. + /// The initial + /// replication processed bytes. This includes sum of total bytes + /// transferred and matched bytes on all selected disks in source + /// VM. + /// The initial + /// replication transferred bytes from source VM to azure for all + /// selected disks on source VM. + /// The initial + /// replication progress health. Possible values include: 'None', + /// 'InProgress', 'SlowProgress', 'NoProgress' + /// The resync progress + /// percentage. This is calculated based on total bytes processed for + /// all disks in the source VM. + /// The resync processed bytes. This + /// includes sum of total bytes transferred and matched bytes on all + /// selected disks in source VM. + /// The resync transferred bytes + /// from source VM to azure for all selected disks on source + /// VM. + /// The resync progress health. + /// Possible values include: 'None', 'InProgress', 'SlowProgress', + /// 'NoProgress' + /// A value indicating whether resync is + /// required. + /// The resync state. Possible values + /// include: 'None', 'PreparedForResynchronization', + /// 'StartedResynchronization' + /// The agent auto upgrade state. + /// Possible values include: 'None', 'Started', 'Completed', + /// 'Commit' + /// The last agent upgrade + /// type. + /// The agent upgrade job Id. + /// The agent version to + /// which last agent upgrade was attempted. + /// The list of protected disks. + /// A value indicating whether + /// last agent upgrade was successful or not. + /// The mobility agent + /// information. + /// The last agent upgrade + /// error information. + /// The agent upgrade + /// blocking error information. + /// The network details. + public InMageRcmReplicationDetails(string internalIdentifier = default(string), string fabricDiscoveryMachineId = default(string), string multiVmGroupName = default(string), string discoveryType = default(string), string processServerId = default(string), int? processorCoreCount = default(int?), double? allocatedMemoryInMB = default(double?), string processServerName = default(string), string runAsAccountId = default(string), string osType = default(string), string firmwareType = default(string), string primaryNicIpAddress = default(string), string targetGeneration = default(string), string licenseType = default(string), string targetVmName = default(string), string targetVmSize = default(string), string targetResourceGroupId = default(string), string targetLocation = default(string), string targetAvailabilitySetId = default(string), string targetAvailabilityZone = default(string), string targetProximityPlacementGroupId = default(string), string targetBootDiagnosticsStorageAccountId = default(string), string targetNetworkId = default(string), string testNetworkId = default(string), string failoverRecoveryPointId = default(string), System.DateTime? lastRecoveryPointReceived = default(System.DateTime?), long? lastRpoInSeconds = default(long?), System.DateTime? lastRpoCalculatedTime = default(System.DateTime?), string lastRecoveryPointId = default(string), int? initialReplicationProgressPercentage = default(int?), long? initialReplicationProcessedBytes = default(long?), long? initialReplicationTransferredBytes = default(long?), string initialReplicationProgressHealth = default(string), int? resyncProgressPercentage = default(int?), long? resyncProcessedBytes = default(long?), long? resyncTransferredBytes = default(long?), string resyncProgressHealth = default(string), string resyncRequired = default(string), string resyncState = default(string), string agentUpgradeState = default(string), string lastAgentUpgradeType = default(string), string agentUpgradeJobId = default(string), string agentUpgradeAttemptToVersion = default(string), IList protectedDisks = default(IList), string isLastUpgradeSuccessful = default(string), InMageRcmMobilityAgentDetails mobilityAgentDetails = default(InMageRcmMobilityAgentDetails), IList lastAgentUpgradeErrorDetails = default(IList), IList agentUpgradeBlockingErrorDetails = default(IList), IList vmNics = default(IList)) + { + InternalIdentifier = internalIdentifier; + FabricDiscoveryMachineId = fabricDiscoveryMachineId; + MultiVmGroupName = multiVmGroupName; + DiscoveryType = discoveryType; + ProcessServerId = processServerId; + ProcessorCoreCount = processorCoreCount; + AllocatedMemoryInMB = allocatedMemoryInMB; + ProcessServerName = processServerName; + RunAsAccountId = runAsAccountId; + OsType = osType; + FirmwareType = firmwareType; + PrimaryNicIpAddress = primaryNicIpAddress; + TargetGeneration = targetGeneration; + LicenseType = licenseType; + TargetVmName = targetVmName; + TargetVmSize = targetVmSize; + TargetResourceGroupId = targetResourceGroupId; + TargetLocation = targetLocation; + TargetAvailabilitySetId = targetAvailabilitySetId; + TargetAvailabilityZone = targetAvailabilityZone; + TargetProximityPlacementGroupId = targetProximityPlacementGroupId; + TargetBootDiagnosticsStorageAccountId = targetBootDiagnosticsStorageAccountId; + TargetNetworkId = targetNetworkId; + TestNetworkId = testNetworkId; + FailoverRecoveryPointId = failoverRecoveryPointId; + LastRecoveryPointReceived = lastRecoveryPointReceived; + LastRpoInSeconds = lastRpoInSeconds; + LastRpoCalculatedTime = lastRpoCalculatedTime; + LastRecoveryPointId = lastRecoveryPointId; + InitialReplicationProgressPercentage = initialReplicationProgressPercentage; + InitialReplicationProcessedBytes = initialReplicationProcessedBytes; + InitialReplicationTransferredBytes = initialReplicationTransferredBytes; + InitialReplicationProgressHealth = initialReplicationProgressHealth; + ResyncProgressPercentage = resyncProgressPercentage; + ResyncProcessedBytes = resyncProcessedBytes; + ResyncTransferredBytes = resyncTransferredBytes; + ResyncProgressHealth = resyncProgressHealth; + ResyncRequired = resyncRequired; + ResyncState = resyncState; + AgentUpgradeState = agentUpgradeState; + LastAgentUpgradeType = lastAgentUpgradeType; + AgentUpgradeJobId = agentUpgradeJobId; + AgentUpgradeAttemptToVersion = agentUpgradeAttemptToVersion; + ProtectedDisks = protectedDisks; + IsLastUpgradeSuccessful = isLastUpgradeSuccessful; + MobilityAgentDetails = mobilityAgentDetails; + LastAgentUpgradeErrorDetails = lastAgentUpgradeErrorDetails; + AgentUpgradeBlockingErrorDetails = agentUpgradeBlockingErrorDetails; + VmNics = vmNics; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the virtual machine internal identifier. + /// + [JsonProperty(PropertyName = "internalIdentifier")] + public string InternalIdentifier { get; private set; } + + /// + /// Gets the ARM Id of the discovered VM. + /// + [JsonProperty(PropertyName = "fabricDiscoveryMachineId")] + public string FabricDiscoveryMachineId { get; private set; } + + /// + /// Gets the multi VM group name. + /// + [JsonProperty(PropertyName = "multiVmGroupName")] + public string MultiVmGroupName { get; private set; } + + /// + /// Gets the type of the discovered VM. + /// + [JsonProperty(PropertyName = "discoveryType")] + public string DiscoveryType { get; private set; } + + /// + /// Gets the process server Id. + /// + [JsonProperty(PropertyName = "processServerId")] + public string ProcessServerId { get; private set; } + + /// + /// Gets the processor core count. + /// + [JsonProperty(PropertyName = "processorCoreCount")] + public int? ProcessorCoreCount { get; private set; } + + /// + /// Gets the allocated memory in MB. + /// + [JsonProperty(PropertyName = "allocatedMemoryInMB")] + public double? AllocatedMemoryInMB { get; private set; } + + /// + /// Gets the process server name. + /// + [JsonProperty(PropertyName = "processServerName")] + public string ProcessServerName { get; private set; } + + /// + /// Gets the run-as account Id. + /// + [JsonProperty(PropertyName = "runAsAccountId")] + public string RunAsAccountId { get; private set; } + + /// + /// Gets the type of the OS on the VM. + /// + [JsonProperty(PropertyName = "osType")] + public string OsType { get; private set; } + + /// + /// Gets the firmware type. + /// + [JsonProperty(PropertyName = "firmwareType")] + public string FirmwareType { get; private set; } + + /// + /// Gets the IP address of the primary network interface. + /// + [JsonProperty(PropertyName = "primaryNicIpAddress")] + public string PrimaryNicIpAddress { get; private set; } + + /// + /// Gets the target generation. + /// + [JsonProperty(PropertyName = "targetGeneration")] + public string TargetGeneration { get; private set; } + + /// + /// Gets or sets license Type of the VM to be used. + /// + [JsonProperty(PropertyName = "licenseType")] + public string LicenseType { get; set; } + + /// + /// Gets or sets target VM name. + /// + [JsonProperty(PropertyName = "targetVmName")] + public string TargetVmName { get; set; } + + /// + /// Gets or sets the target VM size. + /// + [JsonProperty(PropertyName = "targetVmSize")] + public string TargetVmSize { get; set; } + + /// + /// Gets or sets the target resource group Id. + /// + [JsonProperty(PropertyName = "targetResourceGroupId")] + public string TargetResourceGroupId { get; set; } + + /// + /// Gets or sets the target location. + /// + [JsonProperty(PropertyName = "targetLocation")] + public string TargetLocation { get; set; } + + /// + /// Gets or sets the target availability set Id. + /// + [JsonProperty(PropertyName = "targetAvailabilitySetId")] + public string TargetAvailabilitySetId { get; set; } + + /// + /// Gets or sets the target availability zone. + /// + [JsonProperty(PropertyName = "targetAvailabilityZone")] + public string TargetAvailabilityZone { get; set; } + + /// + /// Gets or sets the target proximity placement group Id. + /// + [JsonProperty(PropertyName = "targetProximityPlacementGroupId")] + public string TargetProximityPlacementGroupId { get; set; } + + /// + /// Gets or sets the target boot diagnostics storage account ARM Id. + /// + [JsonProperty(PropertyName = "targetBootDiagnosticsStorageAccountId")] + public string TargetBootDiagnosticsStorageAccountId { get; set; } + + /// + /// Gets or sets the target network Id. + /// + [JsonProperty(PropertyName = "targetNetworkId")] + public string TargetNetworkId { get; set; } + + /// + /// Gets or sets the test network Id. + /// + [JsonProperty(PropertyName = "testNetworkId")] + public string TestNetworkId { get; set; } + + /// + /// Gets the recovery point Id to which the VM was failed over. + /// + [JsonProperty(PropertyName = "failoverRecoveryPointId")] + public string FailoverRecoveryPointId { get; private set; } + + /// + /// Gets the last recovery point received time. + /// + [JsonProperty(PropertyName = "lastRecoveryPointReceived")] + public System.DateTime? LastRecoveryPointReceived { get; private set; } + + /// + /// Gets the last recovery point objective value. + /// + [JsonProperty(PropertyName = "lastRpoInSeconds")] + public long? LastRpoInSeconds { get; private set; } + + /// + /// Gets the last recovery point objective calculated time. + /// + [JsonProperty(PropertyName = "lastRpoCalculatedTime")] + public System.DateTime? LastRpoCalculatedTime { get; private set; } + + /// + /// Gets the last recovery point Id. + /// + [JsonProperty(PropertyName = "lastRecoveryPointId")] + public string LastRecoveryPointId { get; private set; } + + /// + /// Gets the initial replication progress percentage. This is + /// calculated based on total bytes processed for all disks in the + /// source VM. + /// + [JsonProperty(PropertyName = "initialReplicationProgressPercentage")] + public int? InitialReplicationProgressPercentage { get; private set; } + + /// + /// Gets the initial replication processed bytes. This includes sum of + /// total bytes transferred and matched bytes on all selected disks in + /// source VM. + /// + [JsonProperty(PropertyName = "initialReplicationProcessedBytes")] + public long? InitialReplicationProcessedBytes { get; private set; } + + /// + /// Gets the initial replication transferred bytes from source VM to + /// azure for all selected disks on source VM. + /// + [JsonProperty(PropertyName = "initialReplicationTransferredBytes")] + public long? InitialReplicationTransferredBytes { get; private set; } + + /// + /// Gets the initial replication progress health. Possible values + /// include: 'None', 'InProgress', 'SlowProgress', 'NoProgress' + /// + [JsonProperty(PropertyName = "initialReplicationProgressHealth")] + public string InitialReplicationProgressHealth { get; private set; } + + /// + /// Gets the resync progress percentage. This is calculated based on + /// total bytes processed for all disks in the source VM. + /// + [JsonProperty(PropertyName = "resyncProgressPercentage")] + public int? ResyncProgressPercentage { get; private set; } + + /// + /// Gets the resync processed bytes. This includes sum of total bytes + /// transferred and matched bytes on all selected disks in source VM. + /// + [JsonProperty(PropertyName = "resyncProcessedBytes")] + public long? ResyncProcessedBytes { get; private set; } + + /// + /// Gets the resync transferred bytes from source VM to azure for all + /// selected disks on source VM. + /// + [JsonProperty(PropertyName = "resyncTransferredBytes")] + public long? ResyncTransferredBytes { get; private set; } + + /// + /// Gets the resync progress health. Possible values include: 'None', + /// 'InProgress', 'SlowProgress', 'NoProgress' + /// + [JsonProperty(PropertyName = "resyncProgressHealth")] + public string ResyncProgressHealth { get; private set; } + + /// + /// Gets a value indicating whether resync is required. + /// + [JsonProperty(PropertyName = "resyncRequired")] + public string ResyncRequired { get; private set; } + + /// + /// Gets the resync state. Possible values include: 'None', + /// 'PreparedForResynchronization', 'StartedResynchronization' + /// + [JsonProperty(PropertyName = "resyncState")] + public string ResyncState { get; private set; } + + /// + /// Gets the agent auto upgrade state. Possible values include: 'None', + /// 'Started', 'Completed', 'Commit' + /// + [JsonProperty(PropertyName = "agentUpgradeState")] + public string AgentUpgradeState { get; private set; } + + /// + /// Gets the last agent upgrade type. + /// + [JsonProperty(PropertyName = "lastAgentUpgradeType")] + public string LastAgentUpgradeType { get; private set; } + + /// + /// Gets the agent upgrade job Id. + /// + [JsonProperty(PropertyName = "agentUpgradeJobId")] + public string AgentUpgradeJobId { get; private set; } + + /// + /// Gets the agent version to which last agent upgrade was attempted. + /// + [JsonProperty(PropertyName = "agentUpgradeAttemptToVersion")] + public string AgentUpgradeAttemptToVersion { get; private set; } + + /// + /// Gets or sets the list of protected disks. + /// + [JsonProperty(PropertyName = "protectedDisks")] + public IList ProtectedDisks { get; set; } + + /// + /// Gets a value indicating whether last agent upgrade was successful + /// or not. + /// + [JsonProperty(PropertyName = "isLastUpgradeSuccessful")] + public string IsLastUpgradeSuccessful { get; private set; } + + /// + /// Gets or sets the mobility agent information. + /// + [JsonProperty(PropertyName = "mobilityAgentDetails")] + public InMageRcmMobilityAgentDetails MobilityAgentDetails { get; set; } + + /// + /// Gets or sets the last agent upgrade error information. + /// + [JsonProperty(PropertyName = "lastAgentUpgradeErrorDetails")] + public IList LastAgentUpgradeErrorDetails { get; set; } + + /// + /// Gets or sets the agent upgrade blocking error information. + /// + [JsonProperty(PropertyName = "agentUpgradeBlockingErrorDetails")] + public IList AgentUpgradeBlockingErrorDetails { get; set; } + + /// + /// Gets or sets the network details. + /// + [JsonProperty(PropertyName = "vmNics")] + public IList VmNics { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmReprotectInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmReprotectInput.cs new file mode 100644 index 0000000000000..c963c886439a5 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmReprotectInput.cs @@ -0,0 +1,99 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcm specific provider input. + /// + [Newtonsoft.Json.JsonObject("InMageRcm")] + public partial class InMageRcmReprotectInput : ReverseReplicationProviderSpecificInput + { + /// + /// Initializes a new instance of the InMageRcmReprotectInput class. + /// + public InMageRcmReprotectInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmReprotectInput class. + /// + /// The reprotect agent Id. + /// The target datastore name. + /// The log storage account ARM + /// Id. + /// The Policy Id. + public InMageRcmReprotectInput(string reprotectAgentId, string datastoreName, string logStorageAccountId, string policyId = default(string)) + { + ReprotectAgentId = reprotectAgentId; + DatastoreName = datastoreName; + LogStorageAccountId = logStorageAccountId; + PolicyId = policyId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the reprotect agent Id. + /// + [JsonProperty(PropertyName = "reprotectAgentId")] + public string ReprotectAgentId { get; set; } + + /// + /// Gets or sets the target datastore name. + /// + [JsonProperty(PropertyName = "datastoreName")] + public string DatastoreName { get; set; } + + /// + /// Gets or sets the log storage account ARM Id. + /// + [JsonProperty(PropertyName = "logStorageAccountId")] + public string LogStorageAccountId { get; set; } + + /// + /// Gets or sets the Policy Id. + /// + [JsonProperty(PropertyName = "policyId")] + public string PolicyId { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ReprotectAgentId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ReprotectAgentId"); + } + if (DatastoreName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "DatastoreName"); + } + if (LogStorageAccountId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "LogStorageAccountId"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmSyncDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmSyncDetails.cs new file mode 100644 index 0000000000000..3bc0b95fa5745 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmSyncDetails.cs @@ -0,0 +1,119 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcm disk level sync details. + /// + public partial class InMageRcmSyncDetails + { + /// + /// Initializes a new instance of the InMageRcmSyncDetails class. + /// + public InMageRcmSyncDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmSyncDetails class. + /// + /// The progress health. Possible values + /// include: 'None', 'InProgress', 'SlowProgress', 'NoProgress', + /// 'Queued' + /// The transferred bytes from source VM + /// to azure for the disk. + /// The bytes transferred + /// in last 15 minutes from source VM to azure. + /// The time of the last data + /// transfer from source VM to azure. + /// The total processed bytes. This + /// includes bytes that are transferred from source VM to azure and + /// matched bytes. + /// The start time. + /// The last refresh time. + /// Progress in percentage. Progress + /// percentage is calculated based on processed bytes. + public InMageRcmSyncDetails(string progressHealth = default(string), long? transferredBytes = default(long?), long? last15MinutesTransferredBytes = default(long?), string lastDataTransferTimeUtc = default(string), long? processedBytes = default(long?), string startTime = default(string), string lastRefreshTime = default(string), int? progressPercentage = default(int?)) + { + ProgressHealth = progressHealth; + TransferredBytes = transferredBytes; + Last15MinutesTransferredBytes = last15MinutesTransferredBytes; + LastDataTransferTimeUtc = lastDataTransferTimeUtc; + ProcessedBytes = processedBytes; + StartTime = startTime; + LastRefreshTime = lastRefreshTime; + ProgressPercentage = progressPercentage; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the progress health. Possible values include: 'None', + /// 'InProgress', 'SlowProgress', 'NoProgress', 'Queued' + /// + [JsonProperty(PropertyName = "progressHealth")] + public string ProgressHealth { get; private set; } + + /// + /// Gets the transferred bytes from source VM to azure for the disk. + /// + [JsonProperty(PropertyName = "transferredBytes")] + public long? TransferredBytes { get; private set; } + + /// + /// Gets the bytes transferred in last 15 minutes from source VM to + /// azure. + /// + [JsonProperty(PropertyName = "last15MinutesTransferredBytes")] + public long? Last15MinutesTransferredBytes { get; private set; } + + /// + /// Gets the time of the last data transfer from source VM to azure. + /// + [JsonProperty(PropertyName = "lastDataTransferTimeUtc")] + public string LastDataTransferTimeUtc { get; private set; } + + /// + /// Gets the total processed bytes. This includes bytes that are + /// transferred from source VM to azure and matched bytes. + /// + [JsonProperty(PropertyName = "processedBytes")] + public long? ProcessedBytes { get; private set; } + + /// + /// Gets the start time. + /// + [JsonProperty(PropertyName = "startTime")] + public string StartTime { get; private set; } + + /// + /// Gets the last refresh time. + /// + [JsonProperty(PropertyName = "lastRefreshTime")] + public string LastRefreshTime { get; private set; } + + /// + /// Gets progress in percentage. Progress percentage is calculated + /// based on processed bytes. + /// + [JsonProperty(PropertyName = "progressPercentage")] + public int? ProgressPercentage { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmTestFailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmTestFailoverInput.cs new file mode 100644 index 0000000000000..22f2ba02819b4 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmTestFailoverInput.cs @@ -0,0 +1,64 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcm provider specific input for test failover. + /// + [Newtonsoft.Json.JsonObject("InMageRcm")] + public partial class InMageRcmTestFailoverInput : TestFailoverProviderSpecificInput + { + /// + /// Initializes a new instance of the InMageRcmTestFailoverInput class. + /// + public InMageRcmTestFailoverInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmTestFailoverInput class. + /// + /// The test network Id. + /// The recovery point id to be passed to + /// test failover to a particular recovery point. In case of latest + /// recovery point, null should be passed. + public InMageRcmTestFailoverInput(string networkId = default(string), string recoveryPointId = default(string)) + { + NetworkId = networkId; + RecoveryPointId = recoveryPointId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the test network Id. + /// + [JsonProperty(PropertyName = "networkId")] + public string NetworkId { get; set; } + + /// + /// Gets or sets the recovery point id to be passed to test failover to + /// a particular recovery point. In case of latest recovery point, null + /// should be passed. + /// + [JsonProperty(PropertyName = "recoveryPointId")] + public string RecoveryPointId { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmUnplannedFailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmUnplannedFailoverInput.cs new file mode 100644 index 0000000000000..9b54f303fdec5 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmUnplannedFailoverInput.cs @@ -0,0 +1,81 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcm provider specific input for unplanned failover. + /// + [Newtonsoft.Json.JsonObject("InMageRcm")] + public partial class InMageRcmUnplannedFailoverInput : UnplannedFailoverProviderSpecificInput + { + /// + /// Initializes a new instance of the InMageRcmUnplannedFailoverInput + /// class. + /// + public InMageRcmUnplannedFailoverInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageRcmUnplannedFailoverInput + /// class. + /// + /// A value indicating whether VM is to + /// be shutdown. + /// The recovery point id to be passed to + /// failover to a particular recovery point. In case of latest recovery + /// point, null should be passed. + public InMageRcmUnplannedFailoverInput(string performShutdown, string recoveryPointId = default(string)) + { + PerformShutdown = performShutdown; + RecoveryPointId = recoveryPointId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets a value indicating whether VM is to be shutdown. + /// + [JsonProperty(PropertyName = "performShutdown")] + public string PerformShutdown { get; set; } + + /// + /// Gets or sets the recovery point id to be passed to failover to a + /// particular recovery point. In case of latest recovery point, null + /// should be passed. + /// + [JsonProperty(PropertyName = "recoveryPointId")] + public string RecoveryPointId { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (PerformShutdown == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "PerformShutdown"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmUpdateContainerMappingInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmUpdateContainerMappingInput.cs new file mode 100644 index 0000000000000..2c1b0cac383c4 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmUpdateContainerMappingInput.cs @@ -0,0 +1,70 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// InMageRcm update protection container mapping. + /// + [Newtonsoft.Json.JsonObject("InMageRcm")] + public partial class InMageRcmUpdateContainerMappingInput : ReplicationProviderSpecificUpdateContainerMappingInput + { + /// + /// Initializes a new instance of the + /// InMageRcmUpdateContainerMappingInput class. + /// + public InMageRcmUpdateContainerMappingInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// InMageRcmUpdateContainerMappingInput class. + /// + /// A value indicating whether + /// agent auto upgrade has to be enabled. + public InMageRcmUpdateContainerMappingInput(string enableAgentAutoUpgrade) + { + EnableAgentAutoUpgrade = enableAgentAutoUpgrade; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets a value indicating whether agent auto upgrade has to + /// be enabled. + /// + [JsonProperty(PropertyName = "enableAgentAutoUpgrade")] + public string EnableAgentAutoUpgrade { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (EnableAgentAutoUpgrade == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "EnableAgentAutoUpgrade"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmUpdateReplicationProtectedItemInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmUpdateReplicationProtectedItemInput.cs new file mode 100644 index 0000000000000..14a802856a58c --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageRcmUpdateReplicationProtectedItemInput.cs @@ -0,0 +1,143 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// InMageRcm provider specific input to update replication protected item. + /// + [Newtonsoft.Json.JsonObject("InMageRcm")] + public partial class InMageRcmUpdateReplicationProtectedItemInput : UpdateReplicationProtectedItemProviderInput + { + /// + /// Initializes a new instance of the + /// InMageRcmUpdateReplicationProtectedItemInput class. + /// + public InMageRcmUpdateReplicationProtectedItemInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// InMageRcmUpdateReplicationProtectedItemInput class. + /// + /// The target VM name. + /// The target VM size. + /// The target resource group ARM + /// Id. + /// The target availability set + /// ARM Id. + /// The target availability + /// zone. + /// The target proximity + /// placement group Id. + /// The target boot + /// diagnostics storage account ARM Id. + /// The target network ARM Id. + /// The test network ARM Id. + /// The list of NIC details. + /// The license type. Possible values + /// include: 'NotSpecified', 'NoLicenseType', 'WindowsServer' + public InMageRcmUpdateReplicationProtectedItemInput(string targetVmName = default(string), string targetVmSize = default(string), string targetResourceGroupId = default(string), string targetAvailabilitySetId = default(string), string targetAvailabilityZone = default(string), string targetProximityPlacementGroupId = default(string), string targetBootDiagnosticsStorageAccountId = default(string), string targetNetworkId = default(string), string testNetworkId = default(string), IList vmNics = default(IList), string licenseType = default(string)) + { + TargetVmName = targetVmName; + TargetVmSize = targetVmSize; + TargetResourceGroupId = targetResourceGroupId; + TargetAvailabilitySetId = targetAvailabilitySetId; + TargetAvailabilityZone = targetAvailabilityZone; + TargetProximityPlacementGroupId = targetProximityPlacementGroupId; + TargetBootDiagnosticsStorageAccountId = targetBootDiagnosticsStorageAccountId; + TargetNetworkId = targetNetworkId; + TestNetworkId = testNetworkId; + VmNics = vmNics; + LicenseType = licenseType; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the target VM name. + /// + [JsonProperty(PropertyName = "targetVmName")] + public string TargetVmName { get; set; } + + /// + /// Gets or sets the target VM size. + /// + [JsonProperty(PropertyName = "targetVmSize")] + public string TargetVmSize { get; set; } + + /// + /// Gets or sets the target resource group ARM Id. + /// + [JsonProperty(PropertyName = "targetResourceGroupId")] + public string TargetResourceGroupId { get; set; } + + /// + /// Gets or sets the target availability set ARM Id. + /// + [JsonProperty(PropertyName = "targetAvailabilitySetId")] + public string TargetAvailabilitySetId { get; set; } + + /// + /// Gets or sets the target availability zone. + /// + [JsonProperty(PropertyName = "targetAvailabilityZone")] + public string TargetAvailabilityZone { get; set; } + + /// + /// Gets or sets the target proximity placement group Id. + /// + [JsonProperty(PropertyName = "targetProximityPlacementGroupId")] + public string TargetProximityPlacementGroupId { get; set; } + + /// + /// Gets or sets the target boot diagnostics storage account ARM Id. + /// + [JsonProperty(PropertyName = "targetBootDiagnosticsStorageAccountId")] + public string TargetBootDiagnosticsStorageAccountId { get; set; } + + /// + /// Gets or sets the target network ARM Id. + /// + [JsonProperty(PropertyName = "targetNetworkId")] + public string TargetNetworkId { get; set; } + + /// + /// Gets or sets the test network ARM Id. + /// + [JsonProperty(PropertyName = "testNetworkId")] + public string TestNetworkId { get; set; } + + /// + /// Gets or sets the list of NIC details. + /// + [JsonProperty(PropertyName = "vmNics")] + public IList VmNics { get; set; } + + /// + /// Gets or sets the license type. Possible values include: + /// 'NotSpecified', 'NoLicenseType', 'WindowsServer' + /// + [JsonProperty(PropertyName = "licenseType")] + public string LicenseType { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageReplicationDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageReplicationDetails.cs index e62489d2572fa..3160559f812c7 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageReplicationDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageReplicationDetails.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// InMage provider specific settings + /// InMage provider specific settings. /// [Newtonsoft.Json.JsonObject("InMage")] public partial class InMageReplicationDetails : ReplicationProviderSpecificSettings @@ -48,7 +48,7 @@ public InMageReplicationDetails() /// The protection state /// description for the vm. /// The resync details of the - /// machine + /// machine. /// The retention window start /// time. /// The retention window end @@ -85,10 +85,10 @@ public InMageReplicationDetails() /// A value indicating the /// underlying Azure storage account. If the VM is not running in /// Azure, this value shall be set to null. - /// The data stores of the on-premise machine - /// Value can be list of strings that contain data store names + /// The datastores of the on-premise machine + /// Value can be list of strings that contain datastore names. /// The validation errors of the - /// on-premise machine Value can be list of validation errors + /// on-premise machine Value can be list of validation errors. /// The last RPO calculated /// time. /// The last update time received @@ -97,7 +97,12 @@ public InMageReplicationDetails() /// item. /// The OS Version of the protected /// item. - public InMageReplicationDetails(string activeSiteType = default(string), int? sourceVmCpuCount = default(int?), int? sourceVmRamSizeInMB = default(int?), OSDiskDetails osDetails = default(OSDiskDetails), string protectionStage = default(string), string vmId = default(string), string vmProtectionState = default(string), string vmProtectionStateDescription = default(string), InitialReplicationDetails resyncDetails = default(InitialReplicationDetails), System.DateTime? retentionWindowStart = default(System.DateTime?), System.DateTime? retentionWindowEnd = default(System.DateTime?), double? compressedDataRateInMB = default(double?), double? uncompressedDataRateInMB = default(double?), long? rpoInSeconds = default(long?), IList protectedDisks = default(IList), string ipAddress = default(string), System.DateTime? lastHeartbeat = default(System.DateTime?), string processServerId = default(string), string masterTargetId = default(string), IDictionary consistencyPoints = default(IDictionary), string diskResized = default(string), string rebootAfterUpdateStatus = default(string), string multiVmGroupId = default(string), string multiVmGroupName = default(string), string multiVmSyncStatus = default(string), InMageAgentDetails agentDetails = default(InMageAgentDetails), string vCenterInfrastructureId = default(string), string infrastructureVmId = default(string), IList vmNics = default(IList), string discoveryType = default(string), string azureStorageAccountId = default(string), IList datastores = default(IList), IList validationErrors = default(IList), System.DateTime? lastRpoCalculatedTime = default(System.DateTime?), System.DateTime? lastUpdateReceivedTime = default(System.DateTime?), string replicaId = default(string), string osVersion = default(string)) + /// A value indicating whether + /// additional IR stats are available or not. + /// The total transferred data in + /// bytes. + /// The progress health. + public InMageReplicationDetails(string activeSiteType = default(string), int? sourceVmCpuCount = default(int?), int? sourceVmRamSizeInMB = default(int?), OSDiskDetails osDetails = default(OSDiskDetails), string protectionStage = default(string), string vmId = default(string), string vmProtectionState = default(string), string vmProtectionStateDescription = default(string), InitialReplicationDetails resyncDetails = default(InitialReplicationDetails), System.DateTime? retentionWindowStart = default(System.DateTime?), System.DateTime? retentionWindowEnd = default(System.DateTime?), double? compressedDataRateInMB = default(double?), double? uncompressedDataRateInMB = default(double?), long? rpoInSeconds = default(long?), IList protectedDisks = default(IList), string ipAddress = default(string), System.DateTime? lastHeartbeat = default(System.DateTime?), string processServerId = default(string), string masterTargetId = default(string), IDictionary consistencyPoints = default(IDictionary), string diskResized = default(string), string rebootAfterUpdateStatus = default(string), string multiVmGroupId = default(string), string multiVmGroupName = default(string), string multiVmSyncStatus = default(string), InMageAgentDetails agentDetails = default(InMageAgentDetails), string vCenterInfrastructureId = default(string), string infrastructureVmId = default(string), IList vmNics = default(IList), string discoveryType = default(string), string azureStorageAccountId = default(string), IList datastores = default(IList), IList validationErrors = default(IList), System.DateTime? lastRpoCalculatedTime = default(System.DateTime?), System.DateTime? lastUpdateReceivedTime = default(System.DateTime?), string replicaId = default(string), string osVersion = default(string), bool? isAdditionalStatsAvailable = default(bool?), long? totalDataTransferred = default(long?), string totalProgressHealth = default(string)) { ActiveSiteType = activeSiteType; SourceVmCpuCount = sourceVmCpuCount; @@ -136,6 +141,9 @@ public InMageReplicationDetails() LastUpdateReceivedTime = lastUpdateReceivedTime; ReplicaId = replicaId; OsVersion = osVersion; + IsAdditionalStatsAvailable = isAdditionalStatsAvailable; + TotalDataTransferred = totalDataTransferred; + TotalProgressHealth = totalProgressHealth; CustomInit(); } @@ -196,7 +204,7 @@ public InMageReplicationDetails() public string VmProtectionStateDescription { get; set; } /// - /// Gets or sets the resync details of the machine + /// Gets or sets the resync details of the machine. /// [JsonProperty(PropertyName = "resyncDetails")] public InitialReplicationDetails ResyncDetails { get; set; } @@ -339,15 +347,15 @@ public InMageReplicationDetails() public string AzureStorageAccountId { get; set; } /// - /// Gets or sets the data stores of the on-premise machine Value can be - /// list of strings that contain data store names + /// Gets or sets the datastores of the on-premise machine Value can be + /// list of strings that contain datastore names. /// [JsonProperty(PropertyName = "datastores")] public IList Datastores { get; set; } /// /// Gets or sets the validation errors of the on-premise machine Value - /// can be list of validation errors + /// can be list of validation errors. /// [JsonProperty(PropertyName = "validationErrors")] public IList ValidationErrors { get; set; } @@ -376,5 +384,24 @@ public InMageReplicationDetails() [JsonProperty(PropertyName = "osVersion")] public string OsVersion { get; set; } + /// + /// Gets or sets a value indicating whether additional IR stats are + /// available or not. + /// + [JsonProperty(PropertyName = "isAdditionalStatsAvailable")] + public bool? IsAdditionalStatsAvailable { get; set; } + + /// + /// Gets or sets the total transferred data in bytes. + /// + [JsonProperty(PropertyName = "totalDataTransferred")] + public long? TotalDataTransferred { get; set; } + + /// + /// Gets or sets the progress health. + /// + [JsonProperty(PropertyName = "totalProgressHealth")] + public string TotalProgressHealth { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageReprotectInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageReprotectInput.cs index 744a307394713..9da32820fe9e6 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageReprotectInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageReprotectInput.cs @@ -39,7 +39,7 @@ public InMageReprotectInput() /// MT. /// The Policy Id. /// The CS account Id. - /// The target data store name. + /// The target datastore name. /// The enable disk exclusion /// input. /// The disks to include list. @@ -86,7 +86,7 @@ public InMageReprotectInput() public string RunAsAccountId { get; set; } /// - /// Gets or sets the target data store name. + /// Gets or sets the target datastore name. /// [JsonProperty(PropertyName = "datastoreName")] public string DatastoreName { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageTestFailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageTestFailoverInput.cs new file mode 100644 index 0000000000000..1ca31d65a08e6 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageTestFailoverInput.cs @@ -0,0 +1,72 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Provider specific input for InMage test failover. + /// + [Newtonsoft.Json.JsonObject("InMage")] + public partial class InMageTestFailoverInput : TestFailoverProviderSpecificInput + { + /// + /// Initializes a new instance of the InMageTestFailoverInput class. + /// + public InMageTestFailoverInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the InMageTestFailoverInput class. + /// + /// The recovery point type. Values + /// from LatestTime, LatestTag or Custom. In the case of custom, the + /// recovery point provided by RecoveryPointId will be used. In the + /// other two cases, recovery point id will be ignored. Possible values + /// include: 'LatestTime', 'LatestTag', 'Custom' + /// The recovery point id to be passed to + /// test failover to a particular recovery point. In case of latest + /// recovery point, null should be passed. + public InMageTestFailoverInput(string recoveryPointType = default(string), string recoveryPointId = default(string)) + { + RecoveryPointType = recoveryPointType; + RecoveryPointId = recoveryPointId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the recovery point type. Values from LatestTime, + /// LatestTag or Custom. In the case of custom, the recovery point + /// provided by RecoveryPointId will be used. In the other two cases, + /// recovery point id will be ignored. Possible values include: + /// 'LatestTime', 'LatestTag', 'Custom' + /// + [JsonProperty(PropertyName = "recoveryPointType")] + public string RecoveryPointType { get; set; } + + /// + /// Gets or sets the recovery point id to be passed to test failover to + /// a particular recovery point. In case of latest recovery point, null + /// should be passed. + /// + [JsonProperty(PropertyName = "recoveryPointId")] + public string RecoveryPointId { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageFailoverProviderInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageUnplannedFailoverInput.cs similarity index 83% rename from sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageFailoverProviderInput.cs rename to sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageUnplannedFailoverInput.cs index 47c9303a2594a..96bbd91826290 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageFailoverProviderInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InMageUnplannedFailoverInput.cs @@ -14,22 +14,22 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Provider specific input for InMage failover. + /// Provider specific input for InMage unplanned failover. /// [Newtonsoft.Json.JsonObject("InMage")] - public partial class InMageFailoverProviderInput : ProviderSpecificFailoverInput + public partial class InMageUnplannedFailoverInput : UnplannedFailoverProviderSpecificInput { /// - /// Initializes a new instance of the InMageFailoverProviderInput + /// Initializes a new instance of the InMageUnplannedFailoverInput /// class. /// - public InMageFailoverProviderInput() + public InMageUnplannedFailoverInput() { CustomInit(); } /// - /// Initializes a new instance of the InMageFailoverProviderInput + /// Initializes a new instance of the InMageUnplannedFailoverInput /// class. /// /// The recovery point type. Values @@ -40,7 +40,7 @@ public InMageFailoverProviderInput() /// The recovery point id to be passed to /// failover to a particular recovery point. In case of latest recovery /// point, null should be passed. - public InMageFailoverProviderInput(string recoveryPointType = default(string), string recoveryPointId = default(string)) + public InMageUnplannedFailoverInput(string recoveryPointType = default(string), string recoveryPointId = default(string)) { RecoveryPointType = recoveryPointType; RecoveryPointId = recoveryPointId; diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InnerHealthError.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InnerHealthError.cs index 4d585044e4f4a..e04a2492a5fd1 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InnerHealthError.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InnerHealthError.cs @@ -44,11 +44,15 @@ public InnerHealthError() /// Possible causes of error. /// Recommended action to resolve /// error. - /// Error creation time (UTC) + /// Error creation time (UTC). /// DRA error /// message. /// ID of the entity. - public InnerHealthError(string errorSource = default(string), string errorType = default(string), string errorLevel = default(string), string errorCategory = default(string), string errorCode = default(string), string summaryMessage = default(string), string errorMessage = default(string), string possibleCauses = default(string), string recommendedAction = default(string), System.DateTime? creationTimeUtc = default(System.DateTime?), string recoveryProviderErrorMessage = default(string), string entityId = default(string)) + /// The health error unique id. + /// Value indicating whether the + /// health error is customer resolvable. Possible values include: + /// 'Allowed', 'NotAllowed' + public InnerHealthError(string errorSource = default(string), string errorType = default(string), string errorLevel = default(string), string errorCategory = default(string), string errorCode = default(string), string summaryMessage = default(string), string errorMessage = default(string), string possibleCauses = default(string), string recommendedAction = default(string), System.DateTime? creationTimeUtc = default(System.DateTime?), string recoveryProviderErrorMessage = default(string), string entityId = default(string), string errorId = default(string), string customerResolvability = default(string)) { ErrorSource = errorSource; ErrorType = errorType; @@ -62,6 +66,8 @@ public InnerHealthError() CreationTimeUtc = creationTimeUtc; RecoveryProviderErrorMessage = recoveryProviderErrorMessage; EntityId = entityId; + ErrorId = errorId; + CustomerResolvability = customerResolvability; CustomInit(); } @@ -125,7 +131,7 @@ public InnerHealthError() public string RecommendedAction { get; set; } /// - /// Gets or sets error creation time (UTC) + /// Gets or sets error creation time (UTC). /// [JsonProperty(PropertyName = "creationTimeUtc")] public System.DateTime? CreationTimeUtc { get; set; } @@ -142,5 +148,18 @@ public InnerHealthError() [JsonProperty(PropertyName = "entityId")] public string EntityId { get; set; } + /// + /// Gets or sets the health error unique id. + /// + [JsonProperty(PropertyName = "errorId")] + public string ErrorId { get; set; } + + /// + /// Gets or sets value indicating whether the health error is customer + /// resolvable. Possible values include: 'Allowed', 'NotAllowed' + /// + [JsonProperty(PropertyName = "customerResolvability")] + public string CustomerResolvability { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InputEndpoint.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InputEndpoint.cs index dc2b029bba3ee..f1e9f3ad5a9e0 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InputEndpoint.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/InputEndpoint.cs @@ -13,9 +13,6 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using Newtonsoft.Json; using System.Linq; - /// - /// Azure VM input endpoint details. - /// public partial class InputEndpoint { /// @@ -29,10 +26,6 @@ public InputEndpoint() /// /// Initializes a new instance of the InputEndpoint class. /// - /// The input endpoint name. - /// The input endpoint private port. - /// The input endpoint public port. - /// The input endpoint protocol. public InputEndpoint(string endpointName = default(string), int? privatePort = default(int?), int? publicPort = default(int?), string protocol = default(string)) { EndpointName = endpointName; @@ -48,25 +41,21 @@ public InputEndpoint() partial void CustomInit(); /// - /// Gets or sets the input endpoint name. /// [JsonProperty(PropertyName = "endpointName")] public string EndpointName { get; set; } /// - /// Gets or sets the input endpoint private port. /// [JsonProperty(PropertyName = "privatePort")] public int? PrivatePort { get; set; } /// - /// Gets or sets the input endpoint public port. /// [JsonProperty(PropertyName = "publicPort")] public int? PublicPort { get; set; } /// - /// Gets or sets the input endpoint protocol. /// [JsonProperty(PropertyName = "protocol")] public string Protocol { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/JobProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/JobProperties.cs index be9133e6cbe06..15e620fb337cd 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/JobProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/JobProperties.cs @@ -50,7 +50,7 @@ public JobProperties() /// object. /// The type of the affected object /// which is of - /// {Microsoft.Azure.SiteRecovery.V2015_11_10.AffectedObjectType} + /// Microsoft.Azure.SiteRecovery.V2015_11_10.AffectedObjectType /// class. /// The custom job details like test /// failover job details. @@ -156,8 +156,7 @@ public JobProperties() /// /// Gets or sets the type of the affected object which is of - /// {Microsoft.Azure.SiteRecovery.V2015_11_10.AffectedObjectType} - /// class. + /// Microsoft.Azure.SiteRecovery.V2015_11_10.AffectedObjectType class. /// [JsonProperty(PropertyName = "targetInstanceType")] public string TargetInstanceType { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/JobQueryParameter.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/JobQueryParameter.cs index 743e983a315c8..e358dc1933022 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/JobQueryParameter.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/JobQueryParameter.cs @@ -30,19 +30,27 @@ public JobQueryParameter() /// Initializes a new instance of the JobQueryParameter class. /// /// Date time to get jobs from. - /// Date time to get jobs up to. + /// Date time to get jobs upto. /// The Id of the fabric to search jobs /// under. /// The type of objects. /// The states of the job to be filtered can be /// in. - public JobQueryParameter(string startTime = default(string), string endTime = default(string), string fabricId = default(string), string affectedObjectTypes = default(string), string jobStatus = default(string)) + /// The output type of the jobs. Possible + /// values include: 'Json', 'Xml', 'Excel' + /// The job Name. + /// The timezone offset for the location + /// of the request (in minutes). + public JobQueryParameter(string startTime = default(string), string endTime = default(string), string fabricId = default(string), string affectedObjectTypes = default(string), string jobStatus = default(string), string jobOutputType = default(string), string jobName = default(string), double? timezoneOffset = default(double?)) { StartTime = startTime; EndTime = endTime; FabricId = fabricId; AffectedObjectTypes = affectedObjectTypes; JobStatus = jobStatus; + JobOutputType = jobOutputType; + JobName = jobName; + TimezoneOffset = timezoneOffset; CustomInit(); } @@ -58,7 +66,7 @@ public JobQueryParameter() public string StartTime { get; set; } /// - /// Gets or sets date time to get jobs up to. + /// Gets or sets date time to get jobs upto. /// [JsonProperty(PropertyName = "endTime")] public string EndTime { get; set; } @@ -81,5 +89,25 @@ public JobQueryParameter() [JsonProperty(PropertyName = "jobStatus")] public string JobStatus { get; set; } + /// + /// Gets or sets the output type of the jobs. Possible values include: + /// 'Json', 'Xml', 'Excel' + /// + [JsonProperty(PropertyName = "jobOutputType")] + public string JobOutputType { get; set; } + + /// + /// Gets or sets the job Name. + /// + [JsonProperty(PropertyName = "jobName")] + public string JobName { get; set; } + + /// + /// Gets or sets the timezone offset for the location of the request + /// (in minutes). + /// + [JsonProperty(PropertyName = "timezoneOffset")] + public double? TimezoneOffset { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/KeyEncryptionKeyInfo.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/KeyEncryptionKeyInfo.cs index 423a923e70b16..795acdbaaecfc 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/KeyEncryptionKeyInfo.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/KeyEncryptionKeyInfo.cs @@ -29,8 +29,8 @@ public KeyEncryptionKeyInfo() /// /// Initializes a new instance of the KeyEncryptionKeyInfo class. /// - /// The key url / identifier. - /// The KeyVault resource ARM id + /// The key URL / identifier. + /// The KeyVault resource ARM Id /// for key. public KeyEncryptionKeyInfo(string keyIdentifier = default(string), string keyVaultResourceArmId = default(string)) { @@ -45,13 +45,13 @@ public KeyEncryptionKeyInfo() partial void CustomInit(); /// - /// Gets or sets the key url / identifier. + /// Gets or sets the key URL / identifier. /// [JsonProperty(PropertyName = "keyIdentifier")] public string KeyIdentifier { get; set; } /// - /// Gets or sets the KeyVault resource ARM id for key. + /// Gets or sets the KeyVault resource ARM Id for key. /// [JsonProperty(PropertyName = "keyVaultResourceArmId")] public string KeyVaultResourceArmId { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MarsAgentDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MarsAgentDetails.cs new file mode 100644 index 0000000000000..7939133fe76f8 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MarsAgentDetails.cs @@ -0,0 +1,120 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Mars agent details. + /// + public partial class MarsAgentDetails + { + /// + /// Initializes a new instance of the MarsAgentDetails class. + /// + public MarsAgentDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the MarsAgentDetails class. + /// + /// The Mars agent Id. + /// The Mars agent name. + /// The Mars agent Bios Id. + /// The fabric object Id. + /// The Mars agent Fqdn. + /// The version. + /// The last heartbeat received from the + /// Mars agent. + /// The health of the Mars agent. Possible values + /// include: 'None', 'Normal', 'Warning', 'Critical' + /// The health errors. + public MarsAgentDetails(string id = default(string), string name = default(string), string biosId = default(string), string fabricObjectId = default(string), string fqdn = default(string), string version = default(string), System.DateTime? lastHeartbeatUtc = default(System.DateTime?), string health = default(string), IList healthErrors = default(IList)) + { + Id = id; + Name = name; + BiosId = biosId; + FabricObjectId = fabricObjectId; + Fqdn = fqdn; + Version = version; + LastHeartbeatUtc = lastHeartbeatUtc; + Health = health; + HealthErrors = healthErrors; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the Mars agent Id. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; private set; } + + /// + /// Gets the Mars agent name. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; private set; } + + /// + /// Gets the Mars agent Bios Id. + /// + [JsonProperty(PropertyName = "biosId")] + public string BiosId { get; private set; } + + /// + /// Gets the fabric object Id. + /// + [JsonProperty(PropertyName = "fabricObjectId")] + public string FabricObjectId { get; private set; } + + /// + /// Gets the Mars agent Fqdn. + /// + [JsonProperty(PropertyName = "fqdn")] + public string Fqdn { get; private set; } + + /// + /// Gets the version. + /// + [JsonProperty(PropertyName = "version")] + public string Version { get; private set; } + + /// + /// Gets the last heartbeat received from the Mars agent. + /// + [JsonProperty(PropertyName = "lastHeartbeatUtc")] + public System.DateTime? LastHeartbeatUtc { get; private set; } + + /// + /// Gets the health of the Mars agent. Possible values include: 'None', + /// 'Normal', 'Warning', 'Critical' + /// + [JsonProperty(PropertyName = "health")] + public string Health { get; private set; } + + /// + /// Gets the health errors. + /// + [JsonProperty(PropertyName = "healthErrors")] + public IList HealthErrors { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MasterTargetServer.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MasterTargetServer.cs index 996b07a113fc1..f6e60f92b6fad 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MasterTargetServer.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MasterTargetServer.cs @@ -39,7 +39,7 @@ public MasterTargetServer() /// the server. /// The last heartbeat received from the /// server. - /// Version status + /// Version status. /// The retention volumes of Master /// target Server. /// The list of data stores in the @@ -119,7 +119,7 @@ public MasterTargetServer() public System.DateTime? LastHeartbeat { get; set; } /// - /// Gets or sets version status + /// Gets or sets version status. /// [JsonProperty(PropertyName = "versionStatus")] public string VersionStatus { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MigrationItemProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MigrationItemProperties.cs index 90ef4cb27749a..9435bc9027352 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MigrationItemProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MigrationItemProperties.cs @@ -59,7 +59,7 @@ public MigrationItemProperties() /// include: 'None', 'Normal', 'Warning', 'Critical' /// The list of health errors. /// The allowed operations on the - /// migration item, based on the current migration state of the + /// migration item based on the current migration state of the /// item. /// The current job details. /// The correlation Id for events @@ -165,7 +165,7 @@ public MigrationItemProperties() public IList HealthErrors { get; private set; } /// - /// Gets the allowed operations on the migration item, based on the + /// Gets the allowed operations on the migration item based on the /// current migration state of the item. /// [JsonProperty(PropertyName = "allowedOperations")] diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MigrationItemsQueryParameter.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MigrationItemsQueryParameter.cs index 5581a7df642c0..15610f390293d 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MigrationItemsQueryParameter.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MigrationItemsQueryParameter.cs @@ -33,10 +33,13 @@ public MigrationItemsQueryParameter() /// /// The source fabric name /// filter. + /// The source container name + /// filter. /// The replication provider type. - public MigrationItemsQueryParameter(string sourceFabricName = default(string), string instanceType = default(string)) + public MigrationItemsQueryParameter(string sourceFabricName = default(string), string sourceContainerName = default(string), string instanceType = default(string)) { SourceFabricName = sourceFabricName; + SourceContainerName = sourceContainerName; InstanceType = instanceType; CustomInit(); } @@ -52,6 +55,12 @@ public MigrationItemsQueryParameter() [JsonProperty(PropertyName = "sourceFabricName")] public string SourceFabricName { get; set; } + /// + /// Gets or sets the source container name filter. + /// + [JsonProperty(PropertyName = "sourceContainerName")] + public string SourceContainerName { get; set; } + /// /// Gets or sets the replication provider type. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MobilityAgentUpgradeState.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MobilityAgentUpgradeState.cs new file mode 100644 index 0000000000000..743ba91280ddc --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/MobilityAgentUpgradeState.cs @@ -0,0 +1,24 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + + /// + /// Defines values for MobilityAgentUpgradeState. + /// + public static class MobilityAgentUpgradeState + { + public const string None = "None"; + public const string Started = "Started"; + public const string Completed = "Completed"; + public const string Commit = "Commit"; + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/NetworkProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/NetworkProperties.cs index e8d42125f9d79..48d27b395a4b4 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/NetworkProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/NetworkProperties.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Network Properties + /// Network Properties. /// public partial class NetworkProperties { diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RcmAzureMigrationPolicyDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/NewProtectionProfile.cs similarity index 56% rename from sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RcmAzureMigrationPolicyDetails.cs rename to sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/NewProtectionProfile.cs index c57469a8f9339..2d5e73be690f8 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RcmAzureMigrationPolicyDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/NewProtectionProfile.cs @@ -10,46 +10,44 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; /// - /// RCM based Azure migration specific policy details. + /// New Protection profile input. /// - [Newtonsoft.Json.JsonObject("RcmAzureMigration")] - public partial class RcmAzureMigrationPolicyDetails : PolicyProviderSpecificDetails + [Newtonsoft.Json.JsonObject("New")] + public partial class NewProtectionProfile : ProtectionProfileCustomDetails { /// - /// Initializes a new instance of the RcmAzureMigrationPolicyDetails - /// class. + /// Initializes a new instance of the NewProtectionProfile class. /// - public RcmAzureMigrationPolicyDetails() + public NewProtectionProfile() { CustomInit(); } /// - /// Initializes a new instance of the RcmAzureMigrationPolicyDetails - /// class. + /// Initializes a new instance of the NewProtectionProfile class. /// - /// The recovery point - /// threshold in minutes. + /// The protection profile input. + /// A value indicating whether multi-VM + /// sync has to be enabled. Value should be 'Enabled' or 'Disabled'. + /// Possible values include: 'Enable', 'Disable' /// The duration in minutes until /// which the recovery points need to be stored. - /// The app consistent - /// snapshot frequency in minutes. - /// A value indicating whether multi-VM - /// sync has to be enabled. Possible values include: 'Enabled', - /// 'Disabled' /// The crash - /// consistent snapshot frequency in minutes. - public RcmAzureMigrationPolicyDetails(int? recoveryPointThresholdInMinutes = default(int?), int? recoveryPointHistory = default(int?), int? appConsistentFrequencyInMinutes = default(int?), string multiVmSyncStatus = default(string), int? crashConsistentFrequencyInMinutes = default(int?)) + /// consistent snapshot frequency (in minutes). + /// The app consistent + /// snapshot frequency (in minutes). + public NewProtectionProfile(string policyName, string multiVmSyncStatus, int? recoveryPointHistory = default(int?), int? crashConsistentFrequencyInMinutes = default(int?), int? appConsistentFrequencyInMinutes = default(int?)) { - RecoveryPointThresholdInMinutes = recoveryPointThresholdInMinutes; + PolicyName = policyName; RecoveryPointHistory = recoveryPointHistory; + CrashConsistentFrequencyInMinutes = crashConsistentFrequencyInMinutes; AppConsistentFrequencyInMinutes = appConsistentFrequencyInMinutes; MultiVmSyncStatus = multiVmSyncStatus; - CrashConsistentFrequencyInMinutes = crashConsistentFrequencyInMinutes; CustomInit(); } @@ -59,10 +57,10 @@ public RcmAzureMigrationPolicyDetails() partial void CustomInit(); /// - /// Gets or sets the recovery point threshold in minutes. + /// Gets or sets the protection profile input. /// - [JsonProperty(PropertyName = "recoveryPointThresholdInMinutes")] - public int? RecoveryPointThresholdInMinutes { get; set; } + [JsonProperty(PropertyName = "policyName")] + public string PolicyName { get; set; } /// /// Gets or sets the duration in minutes until which the recovery @@ -72,23 +70,41 @@ public RcmAzureMigrationPolicyDetails() public int? RecoveryPointHistory { get; set; } /// - /// Gets or sets the app consistent snapshot frequency in minutes. + /// Gets or sets the crash consistent snapshot frequency (in minutes). + /// + [JsonProperty(PropertyName = "crashConsistentFrequencyInMinutes")] + public int? CrashConsistentFrequencyInMinutes { get; set; } + + /// + /// Gets or sets the app consistent snapshot frequency (in minutes). /// [JsonProperty(PropertyName = "appConsistentFrequencyInMinutes")] public int? AppConsistentFrequencyInMinutes { get; set; } /// /// Gets or sets a value indicating whether multi-VM sync has to be - /// enabled. Possible values include: 'Enabled', 'Disabled' + /// enabled. Value should be 'Enabled' or 'Disabled'. Possible values + /// include: 'Enable', 'Disable' /// [JsonProperty(PropertyName = "multiVmSyncStatus")] public string MultiVmSyncStatus { get; set; } /// - /// Gets or sets the crash consistent snapshot frequency in minutes. + /// Validate the object. /// - [JsonProperty(PropertyName = "crashConsistentFrequencyInMinutes")] - public int? CrashConsistentFrequencyInMinutes { get; set; } - + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (PolicyName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "PolicyName"); + } + if (MultiVmSyncStatus == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "MultiVmSyncStatus"); + } + } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/NewRecoveryVirtualNetwork.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/NewRecoveryVirtualNetwork.cs new file mode 100644 index 0000000000000..02da59bfd702a --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/NewRecoveryVirtualNetwork.cs @@ -0,0 +1,67 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Recovery virtual network input to create new virtual network from given + /// source network. + /// + [Newtonsoft.Json.JsonObject("New")] + public partial class NewRecoveryVirtualNetwork : RecoveryVirtualNetworkCustomDetails + { + /// + /// Initializes a new instance of the NewRecoveryVirtualNetwork class. + /// + public NewRecoveryVirtualNetwork() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the NewRecoveryVirtualNetwork class. + /// + /// The name of + /// the resource group to be used to create the recovery virtual + /// network. If absent, target network would be created in the same + /// resource group as target VM. + /// The recovery virtual + /// network name. + public NewRecoveryVirtualNetwork(string recoveryVirtualNetworkResourceGroupName = default(string), string recoveryVirtualNetworkName = default(string)) + { + RecoveryVirtualNetworkResourceGroupName = recoveryVirtualNetworkResourceGroupName; + RecoveryVirtualNetworkName = recoveryVirtualNetworkName; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the name of the resource group to be used to create + /// the recovery virtual network. If absent, target network would be + /// created in the same resource group as target VM. + /// + [JsonProperty(PropertyName = "recoveryVirtualNetworkResourceGroupName")] + public string RecoveryVirtualNetworkResourceGroupName { get; set; } + + /// + /// Gets or sets the recovery virtual network name. + /// + [JsonProperty(PropertyName = "recoveryVirtualNetworkName")] + public string RecoveryVirtualNetworkName { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/OSVersionWrapper.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/OSVersionWrapper.cs index 09944c92a601c..cb4ba753ab711 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/OSVersionWrapper.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/OSVersionWrapper.cs @@ -30,7 +30,7 @@ public OSVersionWrapper() /// Initializes a new instance of the OSVersionWrapper class. /// /// The version. - /// Service pack. + /// The service pack. public OSVersionWrapper(string version = default(string), string servicePack = default(string)) { Version = version; @@ -50,7 +50,7 @@ public OSVersionWrapper() public string Version { get; set; } /// - /// Gets or sets service pack. + /// Gets or sets the service pack. /// [JsonProperty(PropertyName = "servicePack")] public string ServicePack { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/OperationsDiscovery.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/OperationsDiscovery.cs index 8e613bfee1dc4..0d3b3dd0b01d1 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/OperationsDiscovery.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/OperationsDiscovery.cs @@ -49,11 +49,11 @@ public OperationsDiscovery() /// response. This API is used to register for their service, and /// should include details about the operation (e.g. a localized name /// for the resource provider + any special considerations like PII - /// release) - /// Object type + /// release). + /// Object type. /// Origin. The intended executor of the /// operation; governs the display of the operation in the RBAC UX and - /// the audit logs UX. Default value is "user,system" + /// the audit logs UX. Default value is "user,system". /// Properties. Reserved for future /// use. public OperationsDiscovery(string name = default(string), Display display = default(Display), string origin = default(string), object properties = default(object)) @@ -91,13 +91,13 @@ public OperationsDiscovery() /// response. This API is used to register for their service, and /// should include details about the operation (e.g. a localized name /// for the resource provider + any special considerations like PII - /// release) + /// release). /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } /// - /// Gets or sets object type + /// Gets or sets object type. /// [JsonProperty(PropertyName = "display")] public Display Display { get; set; } @@ -105,7 +105,7 @@ public OperationsDiscovery() /// /// Gets or sets origin. The intended executor of the operation; /// governs the display of the operation in the RBAC UX and the audit - /// logs UX. Default value is "user,system" + /// logs UX. Default value is "user,system". /// [JsonProperty(PropertyName = "origin")] public string Origin { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PlannedFailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PlannedFailoverInput.cs index 9716a911bae4a..a53ea0c28374a 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PlannedFailoverInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PlannedFailoverInput.cs @@ -29,7 +29,7 @@ public PlannedFailoverInput() /// /// Initializes a new instance of the PlannedFailoverInput class. /// - /// Planned failover input properties + /// Planned failover input properties. public PlannedFailoverInput(PlannedFailoverInputProperties properties = default(PlannedFailoverInputProperties)) { Properties = properties; @@ -42,7 +42,7 @@ public PlannedFailoverInput() partial void CustomInit(); /// - /// Gets or sets planned failover input properties + /// Gets or sets planned failover input properties. /// [JsonProperty(PropertyName = "properties")] public PlannedFailoverInputProperties Properties { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PlannedFailoverInputProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PlannedFailoverInputProperties.cs index b69e04918b426..4bf0b3f799573 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PlannedFailoverInputProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PlannedFailoverInputProperties.cs @@ -33,8 +33,8 @@ public PlannedFailoverInputProperties() /// /// Failover direction. /// Provider specific - /// settings - public PlannedFailoverInputProperties(string failoverDirection = default(string), ProviderSpecificFailoverInput providerSpecificDetails = default(ProviderSpecificFailoverInput)) + /// settings. + public PlannedFailoverInputProperties(string failoverDirection = default(string), PlannedFailoverProviderSpecificFailoverInput providerSpecificDetails = default(PlannedFailoverProviderSpecificFailoverInput)) { FailoverDirection = failoverDirection; ProviderSpecificDetails = providerSpecificDetails; @@ -53,10 +53,10 @@ public PlannedFailoverInputProperties() public string FailoverDirection { get; set; } /// - /// Gets or sets provider specific settings + /// Gets or sets provider specific settings. /// [JsonProperty(PropertyName = "providerSpecificDetails")] - public ProviderSpecificFailoverInput ProviderSpecificDetails { get; set; } + public PlannedFailoverProviderSpecificFailoverInput ProviderSpecificDetails { get; set; } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PlannedFailoverProviderSpecificFailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PlannedFailoverProviderSpecificFailoverInput.cs new file mode 100644 index 0000000000000..a48d6caf5e64c --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PlannedFailoverProviderSpecificFailoverInput.cs @@ -0,0 +1,36 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using System.Linq; + + /// + /// Provider specific failover input. + /// + public partial class PlannedFailoverProviderSpecificFailoverInput + { + /// + /// Initializes a new instance of the + /// PlannedFailoverProviderSpecificFailoverInput class. + /// + public PlannedFailoverProviderSpecificFailoverInput() + { + CustomInit(); + } + + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PolicyProviderSpecificInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PolicyProviderSpecificInput.cs index 4409c7b334105..a536b64f25944 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PolicyProviderSpecificInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PolicyProviderSpecificInput.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Base class for provider specific input + /// Base class for provider specific input. /// public partial class PolicyProviderSpecificInput { diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProcessServer.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProcessServer.cs index 70ac3b815d92a..88bc38dad8ade 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProcessServer.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProcessServer.cs @@ -40,7 +40,7 @@ public ProcessServer() /// the server. /// The last heartbeat received from the /// server. - /// Version status + /// Version status. /// The list of the mobility /// service updates available on the Process Server. /// The agent generated Id. @@ -166,7 +166,7 @@ public ProcessServer() public System.DateTime? LastHeartbeat { get; set; } /// - /// Gets or sets version status + /// Gets or sets version status. /// [JsonProperty(PropertyName = "versionStatus")] public string VersionStatus { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProcessServerDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProcessServerDetails.cs new file mode 100644 index 0000000000000..d110093db7ecd --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProcessServerDetails.cs @@ -0,0 +1,284 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Process server details. + /// + public partial class ProcessServerDetails + { + /// + /// Initializes a new instance of the ProcessServerDetails class. + /// + public ProcessServerDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ProcessServerDetails class. + /// + /// The process server Id. + /// The process server name. + /// The process server Bios Id. + /// The fabric object Id. + /// The process server Fqdn. + /// The version. + /// The last heartbeat received from the + /// process server. + /// The total memory. + /// The available memory. + /// The used memory. + /// The memory usage + /// percentage. + /// The total disk space. + /// The available disk + /// space. + /// The used disk space. + /// The free disk space + /// percentage. + /// The uploading + /// pending data in bytes. + /// The throughput in bytes. + /// The processor usage + /// percentage. + /// The throughput status. Possible + /// values include: 'Healthy', 'Warning', 'Critical', 'Unknown' + /// The system load. + /// The system load status. Possible + /// values include: 'Healthy', 'Warning', 'Critical', 'Unknown' + /// The disk usage status. Possible + /// values include: 'Healthy', 'Warning', 'Critical', 'Unknown' + /// The memory usage status. Possible + /// values include: 'Healthy', 'Warning', 'Critical', 'Unknown' + /// The processor usage status. + /// Possible values include: 'Healthy', 'Warning', 'Critical', + /// 'Unknown' + /// The health of the process server. Possible + /// values include: 'None', 'Normal', 'Warning', 'Critical' + /// The health errors. + /// The historic health of the process + /// server based on the health in last 24 hours. Possible values + /// include: 'None', 'Normal', 'Warning', 'Critical' + public ProcessServerDetails(string id = default(string), string name = default(string), string biosId = default(string), string fabricObjectId = default(string), string fqdn = default(string), string version = default(string), System.DateTime? lastHeartbeatUtc = default(System.DateTime?), long? totalMemoryInBytes = default(long?), long? availableMemoryInBytes = default(long?), long? usedMemoryInBytes = default(long?), double? memoryUsagePercentage = default(double?), long? totalSpaceInBytes = default(long?), long? availableSpaceInBytes = default(long?), long? usedSpaceInBytes = default(long?), double? freeSpacePercentage = default(double?), long? throughputUploadPendingDataInBytes = default(long?), long? throughputInBytes = default(long?), double? processorUsagePercentage = default(double?), string throughputStatus = default(string), long? systemLoad = default(long?), string systemLoadStatus = default(string), string diskUsageStatus = default(string), string memoryUsageStatus = default(string), string processorUsageStatus = default(string), string health = default(string), IList healthErrors = default(IList), string historicHealth = default(string)) + { + Id = id; + Name = name; + BiosId = biosId; + FabricObjectId = fabricObjectId; + Fqdn = fqdn; + Version = version; + LastHeartbeatUtc = lastHeartbeatUtc; + TotalMemoryInBytes = totalMemoryInBytes; + AvailableMemoryInBytes = availableMemoryInBytes; + UsedMemoryInBytes = usedMemoryInBytes; + MemoryUsagePercentage = memoryUsagePercentage; + TotalSpaceInBytes = totalSpaceInBytes; + AvailableSpaceInBytes = availableSpaceInBytes; + UsedSpaceInBytes = usedSpaceInBytes; + FreeSpacePercentage = freeSpacePercentage; + ThroughputUploadPendingDataInBytes = throughputUploadPendingDataInBytes; + ThroughputInBytes = throughputInBytes; + ProcessorUsagePercentage = processorUsagePercentage; + ThroughputStatus = throughputStatus; + SystemLoad = systemLoad; + SystemLoadStatus = systemLoadStatus; + DiskUsageStatus = diskUsageStatus; + MemoryUsageStatus = memoryUsageStatus; + ProcessorUsageStatus = processorUsageStatus; + Health = health; + HealthErrors = healthErrors; + HistoricHealth = historicHealth; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the process server Id. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; private set; } + + /// + /// Gets the process server name. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; private set; } + + /// + /// Gets the process server Bios Id. + /// + [JsonProperty(PropertyName = "biosId")] + public string BiosId { get; private set; } + + /// + /// Gets the fabric object Id. + /// + [JsonProperty(PropertyName = "fabricObjectId")] + public string FabricObjectId { get; private set; } + + /// + /// Gets the process server Fqdn. + /// + [JsonProperty(PropertyName = "fqdn")] + public string Fqdn { get; private set; } + + /// + /// Gets the version. + /// + [JsonProperty(PropertyName = "version")] + public string Version { get; private set; } + + /// + /// Gets the last heartbeat received from the process server. + /// + [JsonProperty(PropertyName = "lastHeartbeatUtc")] + public System.DateTime? LastHeartbeatUtc { get; private set; } + + /// + /// Gets the total memory. + /// + [JsonProperty(PropertyName = "totalMemoryInBytes")] + public long? TotalMemoryInBytes { get; private set; } + + /// + /// Gets the available memory. + /// + [JsonProperty(PropertyName = "availableMemoryInBytes")] + public long? AvailableMemoryInBytes { get; private set; } + + /// + /// Gets the used memory. + /// + [JsonProperty(PropertyName = "usedMemoryInBytes")] + public long? UsedMemoryInBytes { get; private set; } + + /// + /// Gets the memory usage percentage. + /// + [JsonProperty(PropertyName = "memoryUsagePercentage")] + public double? MemoryUsagePercentage { get; private set; } + + /// + /// Gets the total disk space. + /// + [JsonProperty(PropertyName = "totalSpaceInBytes")] + public long? TotalSpaceInBytes { get; private set; } + + /// + /// Gets the available disk space. + /// + [JsonProperty(PropertyName = "availableSpaceInBytes")] + public long? AvailableSpaceInBytes { get; private set; } + + /// + /// Gets the used disk space. + /// + [JsonProperty(PropertyName = "usedSpaceInBytes")] + public long? UsedSpaceInBytes { get; private set; } + + /// + /// Gets the free disk space percentage. + /// + [JsonProperty(PropertyName = "freeSpacePercentage")] + public double? FreeSpacePercentage { get; private set; } + + /// + /// Gets the uploading pending data in bytes. + /// + [JsonProperty(PropertyName = "throughputUploadPendingDataInBytes")] + public long? ThroughputUploadPendingDataInBytes { get; private set; } + + /// + /// Gets the throughput in bytes. + /// + [JsonProperty(PropertyName = "throughputInBytes")] + public long? ThroughputInBytes { get; private set; } + + /// + /// Gets the processor usage percentage. + /// + [JsonProperty(PropertyName = "processorUsagePercentage")] + public double? ProcessorUsagePercentage { get; private set; } + + /// + /// Gets the throughput status. Possible values include: 'Healthy', + /// 'Warning', 'Critical', 'Unknown' + /// + [JsonProperty(PropertyName = "throughputStatus")] + public string ThroughputStatus { get; private set; } + + /// + /// Gets the system load. + /// + [JsonProperty(PropertyName = "systemLoad")] + public long? SystemLoad { get; private set; } + + /// + /// Gets the system load status. Possible values include: 'Healthy', + /// 'Warning', 'Critical', 'Unknown' + /// + [JsonProperty(PropertyName = "systemLoadStatus")] + public string SystemLoadStatus { get; private set; } + + /// + /// Gets the disk usage status. Possible values include: 'Healthy', + /// 'Warning', 'Critical', 'Unknown' + /// + [JsonProperty(PropertyName = "diskUsageStatus")] + public string DiskUsageStatus { get; private set; } + + /// + /// Gets the memory usage status. Possible values include: 'Healthy', + /// 'Warning', 'Critical', 'Unknown' + /// + [JsonProperty(PropertyName = "memoryUsageStatus")] + public string MemoryUsageStatus { get; private set; } + + /// + /// Gets the processor usage status. Possible values include: + /// 'Healthy', 'Warning', 'Critical', 'Unknown' + /// + [JsonProperty(PropertyName = "processorUsageStatus")] + public string ProcessorUsageStatus { get; private set; } + + /// + /// Gets the health of the process server. Possible values include: + /// 'None', 'Normal', 'Warning', 'Critical' + /// + [JsonProperty(PropertyName = "health")] + public string Health { get; private set; } + + /// + /// Gets the health errors. + /// + [JsonProperty(PropertyName = "healthErrors")] + public IList HealthErrors { get; private set; } + + /// + /// Gets the historic health of the process server based on the health + /// in last 24 hours. Possible values include: 'None', 'Normal', + /// 'Warning', 'Critical' + /// + [JsonProperty(PropertyName = "historicHealth")] + public string HistoricHealth { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectableItem.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectableItem.cs index 2593d53769da8..e140f5b84365b 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectableItem.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectableItem.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Replication protected item + /// Replication protected item. /// public partial class ProtectableItem : Resource { diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectedItemsQueryParameter.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectedItemsQueryParameter.cs index 4e2e30688ed61..c1aba2f7beacf 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectedItemsQueryParameter.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectedItemsQueryParameter.cs @@ -39,13 +39,15 @@ public ProtectedItemsQueryParameter() /// Whether Multi VM group is /// auto created or specified by user. Possible values include: /// 'AutoCreated', 'UserSpecified' - public ProtectedItemsQueryParameter(string sourceFabricName = default(string), string recoveryPlanName = default(string), string vCenterName = default(string), string instanceType = default(string), string multiVmGroupCreateOption = default(string)) + /// The process server Id filter. + public ProtectedItemsQueryParameter(string sourceFabricName = default(string), string recoveryPlanName = default(string), string vCenterName = default(string), string instanceType = default(string), string multiVmGroupCreateOption = default(string), string processServerId = default(string)) { SourceFabricName = sourceFabricName; RecoveryPlanName = recoveryPlanName; VCenterName = vCenterName; InstanceType = instanceType; MultiVmGroupCreateOption = multiVmGroupCreateOption; + ProcessServerId = processServerId; CustomInit(); } @@ -85,5 +87,11 @@ public ProtectedItemsQueryParameter() [JsonProperty(PropertyName = "multiVmGroupCreateOption")] public string MultiVmGroupCreateOption { get; set; } + /// + /// Gets or sets the process server Id filter. + /// + [JsonProperty(PropertyName = "processServerId")] + public string ProcessServerId { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectionContainerMappingProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectionContainerMappingProperties.cs index 2ff0f1cedaf72..275c772c0330f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectionContainerMappingProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectionContainerMappingProperties.cs @@ -42,7 +42,7 @@ public ProtectionContainerMappingProperties() /// Health of pairing. /// Health error. /// Policy ARM Id. - /// Association Status + /// Association Status. /// Friendly name /// of source protection container. /// Friendly name of source @@ -109,7 +109,7 @@ public ProtectionContainerMappingProperties() public string PolicyId { get; set; } /// - /// Gets or sets association Status + /// Gets or sets association Status. /// [JsonProperty(PropertyName = "state")] public string State { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectionContainerProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectionContainerProperties.cs index aa1667f386390..f07b8a43d557c 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectionContainerProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectionContainerProperties.cs @@ -34,7 +34,7 @@ public ProtectionContainerProperties() /// Fabric friendly name. /// The name. /// The fabric type. - /// Number of protected PEs + /// Number of protected PEs. /// The pairing status of this /// cloud. /// The role of this cloud. @@ -76,7 +76,7 @@ public ProtectionContainerProperties() public string FabricType { get; set; } /// - /// Gets or sets number of protected PEs + /// Gets or sets number of protected PEs. /// [JsonProperty(PropertyName = "protectedItemCount")] public int? ProtectedItemCount { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectionProfileCustomDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectionProfileCustomDetails.cs new file mode 100644 index 0000000000000..de67fba03ce9b --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProtectionProfileCustomDetails.cs @@ -0,0 +1,36 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using System.Linq; + + /// + /// Protection Profile custom input. + /// + public partial class ProtectionProfileCustomDetails + { + /// + /// Initializes a new instance of the ProtectionProfileCustomDetails + /// class. + /// + public ProtectionProfileCustomDetails() + { + CustomInit(); + } + + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PushInstallerDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PushInstallerDetails.cs new file mode 100644 index 0000000000000..474d21c42efc1 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/PushInstallerDetails.cs @@ -0,0 +1,120 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Push installer details. + /// + public partial class PushInstallerDetails + { + /// + /// Initializes a new instance of the PushInstallerDetails class. + /// + public PushInstallerDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PushInstallerDetails class. + /// + /// The push installer Id. + /// The push installer name. + /// The push installer Bios Id. + /// The fabric object Id. + /// The push installer Fqdn. + /// The version. + /// The last heartbeat received from the + /// push installer. + /// The health of the push installer. Possible + /// values include: 'None', 'Normal', 'Warning', 'Critical' + /// The health errors. + public PushInstallerDetails(string id = default(string), string name = default(string), string biosId = default(string), string fabricObjectId = default(string), string fqdn = default(string), string version = default(string), System.DateTime? lastHeartbeatUtc = default(System.DateTime?), string health = default(string), IList healthErrors = default(IList)) + { + Id = id; + Name = name; + BiosId = biosId; + FabricObjectId = fabricObjectId; + Fqdn = fqdn; + Version = version; + LastHeartbeatUtc = lastHeartbeatUtc; + Health = health; + HealthErrors = healthErrors; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the push installer Id. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; private set; } + + /// + /// Gets the push installer name. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; private set; } + + /// + /// Gets the push installer Bios Id. + /// + [JsonProperty(PropertyName = "biosId")] + public string BiosId { get; private set; } + + /// + /// Gets the fabric object Id. + /// + [JsonProperty(PropertyName = "fabricObjectId")] + public string FabricObjectId { get; private set; } + + /// + /// Gets the push installer Fqdn. + /// + [JsonProperty(PropertyName = "fqdn")] + public string Fqdn { get; private set; } + + /// + /// Gets the version. + /// + [JsonProperty(PropertyName = "version")] + public string Version { get; private set; } + + /// + /// Gets the last heartbeat received from the push installer. + /// + [JsonProperty(PropertyName = "lastHeartbeatUtc")] + public System.DateTime? LastHeartbeatUtc { get; private set; } + + /// + /// Gets the health of the push installer. Possible values include: + /// 'None', 'Normal', 'Warning', 'Critical' + /// + [JsonProperty(PropertyName = "health")] + public string Health { get; private set; } + + /// + /// Gets the health errors. + /// + [JsonProperty(PropertyName = "healthErrors")] + public IList HealthErrors { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RcmComponentStatus.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RcmComponentStatus.cs new file mode 100644 index 0000000000000..ad47bb0653109 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RcmComponentStatus.cs @@ -0,0 +1,24 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + + /// + /// Defines values for RcmComponentStatus. + /// + public static class RcmComponentStatus + { + public const string Healthy = "Healthy"; + public const string Warning = "Warning"; + public const string Critical = "Critical"; + public const string Unknown = "Unknown"; + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RcmProxyDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RcmProxyDetails.cs new file mode 100644 index 0000000000000..b0d2a933ed5b0 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RcmProxyDetails.cs @@ -0,0 +1,120 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// RCM proxy details. + /// + public partial class RcmProxyDetails + { + /// + /// Initializes a new instance of the RcmProxyDetails class. + /// + public RcmProxyDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RcmProxyDetails class. + /// + /// The RCM proxy Id. + /// The RCM proxy name. + /// The RCM proxy Bios Id. + /// The fabric object Id. + /// The RCM proxy Fqdn. + /// The version. + /// The last heartbeat received from the + /// RCM proxy. + /// The health of the RCM proxy. Possible values + /// include: 'None', 'Normal', 'Warning', 'Critical' + /// The health errors. + public RcmProxyDetails(string id = default(string), string name = default(string), string biosId = default(string), string fabricObjectId = default(string), string fqdn = default(string), string version = default(string), System.DateTime? lastHeartbeatUtc = default(System.DateTime?), string health = default(string), IList healthErrors = default(IList)) + { + Id = id; + Name = name; + BiosId = biosId; + FabricObjectId = fabricObjectId; + Fqdn = fqdn; + Version = version; + LastHeartbeatUtc = lastHeartbeatUtc; + Health = health; + HealthErrors = healthErrors; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the RCM proxy Id. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; private set; } + + /// + /// Gets the RCM proxy name. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; private set; } + + /// + /// Gets the RCM proxy Bios Id. + /// + [JsonProperty(PropertyName = "biosId")] + public string BiosId { get; private set; } + + /// + /// Gets the fabric object Id. + /// + [JsonProperty(PropertyName = "fabricObjectId")] + public string FabricObjectId { get; private set; } + + /// + /// Gets the RCM proxy Fqdn. + /// + [JsonProperty(PropertyName = "fqdn")] + public string Fqdn { get; private set; } + + /// + /// Gets the version. + /// + [JsonProperty(PropertyName = "version")] + public string Version { get; private set; } + + /// + /// Gets the last heartbeat received from the RCM proxy. + /// + [JsonProperty(PropertyName = "lastHeartbeatUtc")] + public System.DateTime? LastHeartbeatUtc { get; private set; } + + /// + /// Gets the health of the RCM proxy. Possible values include: 'None', + /// 'Normal', 'Warning', 'Critical' + /// + [JsonProperty(PropertyName = "health")] + public string Health { get; private set; } + + /// + /// Gets the health errors. + /// + [JsonProperty(PropertyName = "healthErrors")] + public IList HealthErrors { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryAvailabilitySetCustomDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryAvailabilitySetCustomDetails.cs new file mode 100644 index 0000000000000..154c5ff0ec0a1 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryAvailabilitySetCustomDetails.cs @@ -0,0 +1,36 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using System.Linq; + + /// + /// Recovery Availability Set custom input. + /// + public partial class RecoveryAvailabilitySetCustomDetails + { + /// + /// Initializes a new instance of the + /// RecoveryAvailabilitySetCustomDetails class. + /// + public RecoveryAvailabilitySetCustomDetails() + { + CustomInit(); + } + + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanHyperVReplicaAzureFailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanHyperVReplicaAzureFailoverInput.cs index e42eeac5c02ac..08dd4c256a1e2 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanHyperVReplicaAzureFailoverInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanHyperVReplicaAzureFailoverInput.cs @@ -32,7 +32,6 @@ public RecoveryPlanHyperVReplicaAzureFailoverInput() /// Initializes a new instance of the /// RecoveryPlanHyperVReplicaAzureFailoverInput class. /// - /// The vault location. /// The primary KEK certificate /// PFX. /// The secondary KEK @@ -40,9 +39,8 @@ public RecoveryPlanHyperVReplicaAzureFailoverInput() /// The recovery point type. Possible /// values include: 'Latest', 'LatestApplicationConsistent', /// 'LatestProcessed' - public RecoveryPlanHyperVReplicaAzureFailoverInput(string vaultLocation = default(string), string primaryKekCertificatePfx = default(string), string secondaryKekCertificatePfx = default(string), string recoveryPointType = default(string)) + public RecoveryPlanHyperVReplicaAzureFailoverInput(string primaryKekCertificatePfx = default(string), string secondaryKekCertificatePfx = default(string), string recoveryPointType = default(string)) { - VaultLocation = vaultLocation; PrimaryKekCertificatePfx = primaryKekCertificatePfx; SecondaryKekCertificatePfx = secondaryKekCertificatePfx; RecoveryPointType = recoveryPointType; @@ -54,12 +52,6 @@ public RecoveryPlanHyperVReplicaAzureFailoverInput() /// partial void CustomInit(); - /// - /// Gets or sets the vault location. - /// - [JsonProperty(PropertyName = "vaultLocation")] - public string VaultLocation { get; set; } - /// /// Gets or sets the primary KEK certificate PFX. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanInMageAzureV2FailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanInMageAzureV2FailoverInput.cs index eae1b2cac85db..8063a4a24c90a 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanInMageAzureV2FailoverInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanInMageAzureV2FailoverInput.cs @@ -33,16 +33,14 @@ public RecoveryPlanInMageAzureV2FailoverInput() /// Initializes a new instance of the /// RecoveryPlanInMageAzureV2FailoverInput class. /// - /// The vault location. /// The recovery point type. Possible /// values include: 'Latest', 'LatestApplicationConsistent', /// 'LatestCrashConsistent', 'LatestProcessed' /// A value indicating whether multi /// VM sync enabled VMs should use multi VM sync points for /// failover. - public RecoveryPlanInMageAzureV2FailoverInput(string vaultLocation, string recoveryPointType, string useMultiVmSyncPoint = default(string)) + public RecoveryPlanInMageAzureV2FailoverInput(string recoveryPointType, string useMultiVmSyncPoint = default(string)) { - VaultLocation = vaultLocation; RecoveryPointType = recoveryPointType; UseMultiVmSyncPoint = useMultiVmSyncPoint; CustomInit(); @@ -53,12 +51,6 @@ public RecoveryPlanInMageAzureV2FailoverInput() /// partial void CustomInit(); - /// - /// Gets or sets the vault location. - /// - [JsonProperty(PropertyName = "vaultLocation")] - public string VaultLocation { get; set; } - /// /// Gets or sets the recovery point type. Possible values include: /// 'Latest', 'LatestApplicationConsistent', 'LatestCrashConsistent', @@ -82,10 +74,6 @@ public RecoveryPlanInMageAzureV2FailoverInput() /// public virtual void Validate() { - if (VaultLocation == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "VaultLocation"); - } if (RecoveryPointType == null) { throw new ValidationException(ValidationRules.CannotBeNull, "RecoveryPointType"); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanInMageRcmFailbackFailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanInMageRcmFailbackFailoverInput.cs new file mode 100644 index 0000000000000..795dbf7b1a392 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanInMageRcmFailbackFailoverInput.cs @@ -0,0 +1,81 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Recovery plan InMageRcmFailback failover input. + /// + [Newtonsoft.Json.JsonObject("InMageRcmFailback")] + public partial class RecoveryPlanInMageRcmFailbackFailoverInput : RecoveryPlanProviderSpecificFailoverInput + { + /// + /// Initializes a new instance of the + /// RecoveryPlanInMageRcmFailbackFailoverInput class. + /// + public RecoveryPlanInMageRcmFailbackFailoverInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// RecoveryPlanInMageRcmFailbackFailoverInput class. + /// + /// The recovery point type. Possible + /// values include: 'ApplicationConsistent', 'CrashConsistent' + /// A value indicating whether multi + /// VM sync enabled VMs should use multi VM sync points for + /// failover. + public RecoveryPlanInMageRcmFailbackFailoverInput(string recoveryPointType, string useMultiVmSyncPoint = default(string)) + { + RecoveryPointType = recoveryPointType; + UseMultiVmSyncPoint = useMultiVmSyncPoint; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the recovery point type. Possible values include: + /// 'ApplicationConsistent', 'CrashConsistent' + /// + [JsonProperty(PropertyName = "recoveryPointType")] + public string RecoveryPointType { get; set; } + + /// + /// Gets or sets a value indicating whether multi VM sync enabled VMs + /// should use multi VM sync points for failover. + /// + [JsonProperty(PropertyName = "useMultiVmSyncPoint")] + public string UseMultiVmSyncPoint { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (RecoveryPointType == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RecoveryPointType"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanInMageRcmFailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanInMageRcmFailoverInput.cs new file mode 100644 index 0000000000000..3797aba59bc12 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanInMageRcmFailoverInput.cs @@ -0,0 +1,83 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Recovery plan InMageRcm failover input. + /// + [Newtonsoft.Json.JsonObject("InMageRcm")] + public partial class RecoveryPlanInMageRcmFailoverInput : RecoveryPlanProviderSpecificFailoverInput + { + /// + /// Initializes a new instance of the + /// RecoveryPlanInMageRcmFailoverInput class. + /// + public RecoveryPlanInMageRcmFailoverInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// RecoveryPlanInMageRcmFailoverInput class. + /// + /// The recovery point type. Possible + /// values include: 'Latest', 'LatestApplicationConsistent', + /// 'LatestCrashConsistent', 'LatestProcessed' + /// A value indicating whether multi + /// VM sync enabled VMs should use multi VM sync points for + /// failover. + public RecoveryPlanInMageRcmFailoverInput(string recoveryPointType, string useMultiVmSyncPoint = default(string)) + { + RecoveryPointType = recoveryPointType; + UseMultiVmSyncPoint = useMultiVmSyncPoint; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the recovery point type. Possible values include: + /// 'Latest', 'LatestApplicationConsistent', 'LatestCrashConsistent', + /// 'LatestProcessed' + /// + [JsonProperty(PropertyName = "recoveryPointType")] + public string RecoveryPointType { get; set; } + + /// + /// Gets or sets a value indicating whether multi VM sync enabled VMs + /// should use multi VM sync points for failover. + /// + [JsonProperty(PropertyName = "useMultiVmSyncPoint")] + public string UseMultiVmSyncPoint { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (RecoveryPointType == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "RecoveryPointType"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanPointType.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanPointType.cs new file mode 100644 index 0000000000000..e7b13f67add23 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanPointType.cs @@ -0,0 +1,24 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + + /// + /// Defines values for RecoveryPlanPointType. + /// + public static class RecoveryPlanPointType + { + public const string Latest = "Latest"; + public const string LatestApplicationConsistent = "LatestApplicationConsistent"; + public const string LatestCrashConsistent = "LatestCrashConsistent"; + public const string LatestProcessed = "LatestProcessed"; + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanProperties.cs index 8314327d14afd..1e9342e7f996b 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanProperties.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Recovery plan custom details. + /// Recovery plan properties. /// public partial class RecoveryPlanProperties { @@ -175,10 +175,10 @@ public RecoveryPlanProperties() public IList Groups { get; set; } /// - /// Gets the provider id and provider specific details. + /// Gets or sets the provider id and provider specific details. /// [JsonProperty(PropertyName = "providerSpecificDetails")] - public IList ProviderSpecificDetails { get; private set; } + public IList ProviderSpecificDetails { get; set; } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanProviderSpecificFailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanProviderSpecificFailoverInput.cs index a90b9cc186f0a..b5f81a849462e 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanProviderSpecificFailoverInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanProviderSpecificFailoverInput.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Recovery plan provider specific failover input base class. + /// Recovery plan provider specific failover input. /// public partial class RecoveryPlanProviderSpecificFailoverInput { diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanShutdownGroupTaskDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanShutdownGroupTaskDetails.cs index 5941581275d40..e5fa930346e12 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanShutdownGroupTaskDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanShutdownGroupTaskDetails.cs @@ -10,7 +10,6 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { - using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; using System.Linq; @@ -18,7 +17,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models /// /// This class represents the recovery plan shutdown group task details. /// - public partial class RecoveryPlanShutdownGroupTaskDetails : GroupTaskDetails + public partial class RecoveryPlanShutdownGroupTaskDetails : RecoveryPlanGroupTaskDetails { /// /// Initializes a new instance of the @@ -38,11 +37,8 @@ public RecoveryPlanShutdownGroupTaskDetails() /// The group identifier. /// The group type. public RecoveryPlanShutdownGroupTaskDetails(IList childTasks = default(IList), string name = default(string), string groupId = default(string), string rpGroupType = default(string)) - : base(childTasks) + : base(childTasks, name, groupId, rpGroupType) { - Name = name; - GroupId = groupId; - RpGroupType = rpGroupType; CustomInit(); } @@ -51,23 +47,5 @@ public RecoveryPlanShutdownGroupTaskDetails() /// partial void CustomInit(); - /// - /// Gets or sets the name. - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; set; } - - /// - /// Gets or sets the group identifier. - /// - [JsonProperty(PropertyName = "groupId")] - public string GroupId { get; set; } - - /// - /// Gets or sets the group type. - /// - [JsonProperty(PropertyName = "rpGroupType")] - public string RpGroupType { get; set; } - } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanTestFailoverCleanupInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanTestFailoverCleanupInput.cs index cff69a0c56b20..201391cc4c1f5 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanTestFailoverCleanupInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanTestFailoverCleanupInput.cs @@ -64,6 +64,10 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Properties"); } + if (Properties != null) + { + Properties.Validate(); + } } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanTestFailoverCleanupInputProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanTestFailoverCleanupInputProperties.cs index ea4f616937553..6bb27f969f091 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanTestFailoverCleanupInputProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanTestFailoverCleanupInputProperties.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -49,5 +50,21 @@ public RecoveryPlanTestFailoverCleanupInputProperties() [JsonProperty(PropertyName = "comments")] public string Comments { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Comments != null) + { + if (Comments.Length > 1024) + { + throw new ValidationException(ValidationRules.MaxLength, "Comments", 1024); + } + } + } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanTestFailoverInputProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanTestFailoverInputProperties.cs index 717858bfe6032..e6ff95beaf83c 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanTestFailoverInputProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPlanTestFailoverInputProperties.cs @@ -40,16 +40,13 @@ public RecoveryPlanTestFailoverInputProperties() /// failover. /// The Id of the network to be used for test /// failover. - /// A value indicating whether - /// the test failover cleanup is to be skipped. /// The provider specific /// properties. - public RecoveryPlanTestFailoverInputProperties(string failoverDirection, string networkType, string networkId = default(string), string skipTestFailoverCleanup = default(string), IList providerSpecificDetails = default(IList)) + public RecoveryPlanTestFailoverInputProperties(string failoverDirection, string networkType, string networkId = default(string), IList providerSpecificDetails = default(IList)) { FailoverDirection = failoverDirection; NetworkType = networkType; NetworkId = networkId; - SkipTestFailoverCleanup = skipTestFailoverCleanup; ProviderSpecificDetails = providerSpecificDetails; CustomInit(); } @@ -78,13 +75,6 @@ public RecoveryPlanTestFailoverInputProperties() [JsonProperty(PropertyName = "networkId")] public string NetworkId { get; set; } - /// - /// Gets or sets a value indicating whether the test failover cleanup - /// is to be skipped. - /// - [JsonProperty(PropertyName = "skipTestFailoverCleanup")] - public string SkipTestFailoverCleanup { get; set; } - /// /// Gets or sets the provider specific properties. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPoint.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPoint.cs index 0a726f64de823..6aea1e61c6a9b 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPoint.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryPoint.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Base class representing a recovery point. + /// Recovery point. /// public partial class RecoveryPoint : Resource { @@ -33,7 +33,7 @@ public RecoveryPoint() /// Resource Name /// Resource Type /// Resource Location - /// Recovery point related data. + /// The recovery point properties. public RecoveryPoint(string id = default(string), string name = default(string), string type = default(string), string location = default(string), RecoveryPointProperties properties = default(RecoveryPointProperties)) : base(id, name, type, location) { @@ -47,7 +47,7 @@ public RecoveryPoint() partial void CustomInit(); /// - /// Gets or sets recovery point related data. + /// Gets or sets the recovery point properties. /// [JsonProperty(PropertyName = "properties")] public RecoveryPointProperties Properties { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryProximityPlacementGroupCustomDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryProximityPlacementGroupCustomDetails.cs new file mode 100644 index 0000000000000..7ac465b99f6b7 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryProximityPlacementGroupCustomDetails.cs @@ -0,0 +1,36 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using System.Linq; + + /// + /// Recovery Proximity placement group custom input. + /// + public partial class RecoveryProximityPlacementGroupCustomDetails + { + /// + /// Initializes a new instance of the + /// RecoveryProximityPlacementGroupCustomDetails class. + /// + public RecoveryProximityPlacementGroupCustomDetails() + { + CustomInit(); + } + + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryResourceGroupCustomDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryResourceGroupCustomDetails.cs new file mode 100644 index 0000000000000..d879094e1cf19 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryResourceGroupCustomDetails.cs @@ -0,0 +1,36 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using System.Linq; + + /// + /// Recovery Resource Group custom input. + /// + public partial class RecoveryResourceGroupCustomDetails + { + /// + /// Initializes a new instance of the + /// RecoveryResourceGroupCustomDetails class. + /// + public RecoveryResourceGroupCustomDetails() + { + CustomInit(); + } + + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryServicesProviderProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryServicesProviderProperties.cs index d2e27fcccd54a..350857e29cd13 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryServicesProviderProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryServicesProviderProperties.cs @@ -52,13 +52,18 @@ public RecoveryServicesProviderProperties() /// The recovery services provider /// health error details. /// The DRA Id. + /// The machine Id. + /// The machine name. + /// The Bios Id. /// The authentication /// identity details. /// The resource access /// identity details. + /// The data plane + /// authentication identity details. /// The provider version /// details. - public RecoveryServicesProviderProperties(string fabricType = default(string), string friendlyName = default(string), string providerVersion = default(string), string serverVersion = default(string), string providerVersionState = default(string), System.DateTime? providerVersionExpiryDate = default(System.DateTime?), string fabricFriendlyName = default(string), System.DateTime? lastHeartBeat = default(System.DateTime?), string connectionStatus = default(string), int? protectedItemCount = default(int?), IList allowedScenarios = default(IList), IList healthErrorDetails = default(IList), string draIdentifier = default(string), IdentityProviderDetails authenticationIdentityDetails = default(IdentityProviderDetails), IdentityProviderDetails resourceAccessIdentityDetails = default(IdentityProviderDetails), VersionDetails providerVersionDetails = default(VersionDetails)) + public RecoveryServicesProviderProperties(string fabricType = default(string), string friendlyName = default(string), string providerVersion = default(string), string serverVersion = default(string), string providerVersionState = default(string), System.DateTime? providerVersionExpiryDate = default(System.DateTime?), string fabricFriendlyName = default(string), System.DateTime? lastHeartBeat = default(System.DateTime?), string connectionStatus = default(string), int? protectedItemCount = default(int?), IList allowedScenarios = default(IList), IList healthErrorDetails = default(IList), string draIdentifier = default(string), string machineId = default(string), string machineName = default(string), string biosId = default(string), IdentityProviderDetails authenticationIdentityDetails = default(IdentityProviderDetails), IdentityProviderDetails resourceAccessIdentityDetails = default(IdentityProviderDetails), IdentityProviderDetails dataPlaneAuthenticationIdentityDetails = default(IdentityProviderDetails), VersionDetails providerVersionDetails = default(VersionDetails)) { FabricType = fabricType; FriendlyName = friendlyName; @@ -73,8 +78,12 @@ public RecoveryServicesProviderProperties() AllowedScenarios = allowedScenarios; HealthErrorDetails = healthErrorDetails; DraIdentifier = draIdentifier; + MachineId = machineId; + MachineName = machineName; + BiosId = biosId; AuthenticationIdentityDetails = authenticationIdentityDetails; ResourceAccessIdentityDetails = resourceAccessIdentityDetails; + DataPlaneAuthenticationIdentityDetails = dataPlaneAuthenticationIdentityDetails; ProviderVersionDetails = providerVersionDetails; CustomInit(); } @@ -162,6 +171,24 @@ public RecoveryServicesProviderProperties() [JsonProperty(PropertyName = "draIdentifier")] public string DraIdentifier { get; set; } + /// + /// Gets or sets the machine Id. + /// + [JsonProperty(PropertyName = "machineId")] + public string MachineId { get; set; } + + /// + /// Gets or sets the machine name. + /// + [JsonProperty(PropertyName = "machineName")] + public string MachineName { get; set; } + + /// + /// Gets or sets the Bios Id. + /// + [JsonProperty(PropertyName = "biosId")] + public string BiosId { get; set; } + /// /// Gets or sets the authentication identity details. /// @@ -174,6 +201,12 @@ public RecoveryServicesProviderProperties() [JsonProperty(PropertyName = "resourceAccessIdentityDetails")] public IdentityProviderDetails ResourceAccessIdentityDetails { get; set; } + /// + /// Gets or sets the data plane authentication identity details. + /// + [JsonProperty(PropertyName = "dataPlaneAuthenticationIdentityDetails")] + public IdentityProviderDetails DataPlaneAuthenticationIdentityDetails { get; set; } + /// /// Gets or sets the provider version details. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryVirtualNetworkCustomDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryVirtualNetworkCustomDetails.cs new file mode 100644 index 0000000000000..6112535f56d4a --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RecoveryVirtualNetworkCustomDetails.cs @@ -0,0 +1,36 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using System.Linq; + + /// + /// Recovery Virtual network custom input. + /// + public partial class RecoveryVirtualNetworkCustomDetails + { + /// + /// Initializes a new instance of the + /// RecoveryVirtualNetworkCustomDetails class. + /// + public RecoveryVirtualNetworkCustomDetails() + { + CustomInit(); + } + + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationAgentDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationAgentDetails.cs new file mode 100644 index 0000000000000..b6cb1707f543b --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationAgentDetails.cs @@ -0,0 +1,120 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Replication agent details. + /// + public partial class ReplicationAgentDetails + { + /// + /// Initializes a new instance of the ReplicationAgentDetails class. + /// + public ReplicationAgentDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ReplicationAgentDetails class. + /// + /// The replication agent Id. + /// The replication agent name. + /// The replication agent Bios Id. + /// The fabric object Id. + /// The replication agent Fqdn. + /// The version. + /// The last heartbeat received from the + /// replication agent. + /// The health of the replication agent. Possible + /// values include: 'None', 'Normal', 'Warning', 'Critical' + /// The health errors. + public ReplicationAgentDetails(string id = default(string), string name = default(string), string biosId = default(string), string fabricObjectId = default(string), string fqdn = default(string), string version = default(string), System.DateTime? lastHeartbeatUtc = default(System.DateTime?), string health = default(string), IList healthErrors = default(IList)) + { + Id = id; + Name = name; + BiosId = biosId; + FabricObjectId = fabricObjectId; + Fqdn = fqdn; + Version = version; + LastHeartbeatUtc = lastHeartbeatUtc; + Health = health; + HealthErrors = healthErrors; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the replication agent Id. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; private set; } + + /// + /// Gets the replication agent name. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; private set; } + + /// + /// Gets the replication agent Bios Id. + /// + [JsonProperty(PropertyName = "biosId")] + public string BiosId { get; private set; } + + /// + /// Gets the fabric object Id. + /// + [JsonProperty(PropertyName = "fabricObjectId")] + public string FabricObjectId { get; private set; } + + /// + /// Gets the replication agent Fqdn. + /// + [JsonProperty(PropertyName = "fqdn")] + public string Fqdn { get; private set; } + + /// + /// Gets the version. + /// + [JsonProperty(PropertyName = "version")] + public string Version { get; private set; } + + /// + /// Gets the last heartbeat received from the replication agent. + /// + [JsonProperty(PropertyName = "lastHeartbeatUtc")] + public System.DateTime? LastHeartbeatUtc { get; private set; } + + /// + /// Gets the health of the replication agent. Possible values include: + /// 'None', 'Normal', 'Warning', 'Critical' + /// + [JsonProperty(PropertyName = "health")] + public string Health { get; private set; } + + /// + /// Gets the health errors. + /// + [JsonProperty(PropertyName = "healthErrors")] + public IList HealthErrors { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationEligibilityResultsErrorInfo.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationEligibilityResultsErrorInfo.cs index bc0cde952eb29..4f235ed58244e 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationEligibilityResultsErrorInfo.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationEligibilityResultsErrorInfo.cs @@ -52,28 +52,28 @@ public ReplicationEligibilityResultsErrorInfo() partial void CustomInit(); /// - /// Gets the error code. + /// Gets or sets the error code. /// [JsonProperty(PropertyName = "code")] - public string Code { get; private set; } + public string Code { get; set; } /// - /// Gets the error message. + /// Gets or sets the error message. /// [JsonProperty(PropertyName = "message")] - public string Message { get; private set; } + public string Message { get; set; } /// - /// Gets the possible causes. + /// Gets or sets the possible causes. /// [JsonProperty(PropertyName = "possibleCauses")] - public string PossibleCauses { get; private set; } + public string PossibleCauses { get; set; } /// - /// Gets the recommended action. + /// Gets or sets the recommended action. /// [JsonProperty(PropertyName = "recommendedAction")] - public string RecommendedAction { get; private set; } + public string RecommendedAction { get; set; } /// /// Gets the error status. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationGroupDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationGroupDetails.cs index e12efb20739ec..d1030ff24563f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationGroupDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationGroupDetails.cs @@ -13,7 +13,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Replication group details. This will be used in case of San and Wvr. + /// Replication group details. This will be used in case of San. /// public partial class ReplicationGroupDetails : ConfigurationSettings { diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectedItemOperation.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectedItemOperation.cs index 5b08dfb7a4f91..d32500db1bb00 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectedItemOperation.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectedItemOperation.cs @@ -25,6 +25,7 @@ public static class ReplicationProtectedItemOperation public const string TestFailoverCleanup = "TestFailoverCleanup"; public const string Failback = "Failback"; public const string FinalizeFailback = "FinalizeFailback"; + public const string CancelFailover = "CancelFailover"; public const string ChangePit = "ChangePit"; public const string RepairReplication = "RepairReplication"; public const string SwitchProtection = "SwitchProtection"; diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectedItemProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectedItemProperties.cs index 25f1b6fca6655..da5da4f7dd38f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectedItemProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectedItemProperties.cs @@ -83,7 +83,9 @@ public ReplicationProtectedItemProperties() /// custom settings. /// The recovery container /// Id. - public ReplicationProtectedItemProperties(string friendlyName = default(string), string protectedItemType = default(string), string protectableItemId = default(string), string recoveryServicesProviderId = default(string), string primaryFabricFriendlyName = default(string), string primaryFabricProvider = default(string), string recoveryFabricFriendlyName = default(string), string recoveryFabricId = default(string), string primaryProtectionContainerFriendlyName = default(string), string recoveryProtectionContainerFriendlyName = default(string), string protectionState = default(string), string protectionStateDescription = default(string), string activeLocation = default(string), string testFailoverState = default(string), string testFailoverStateDescription = default(string), IList allowedOperations = default(IList), string replicationHealth = default(string), string failoverHealth = default(string), IList healthErrors = default(IList), string policyId = default(string), string policyFriendlyName = default(string), System.DateTime? lastSuccessfulFailoverTime = default(System.DateTime?), System.DateTime? lastSuccessfulTestFailoverTime = default(System.DateTime?), CurrentScenarioDetails currentScenario = default(CurrentScenarioDetails), string failoverRecoveryPointId = default(string), ReplicationProviderSpecificSettings providerSpecificDetails = default(ReplicationProviderSpecificSettings), string recoveryContainerId = default(string)) + /// The correlation Id for events + /// associated with this protected item. + public ReplicationProtectedItemProperties(string friendlyName = default(string), string protectedItemType = default(string), string protectableItemId = default(string), string recoveryServicesProviderId = default(string), string primaryFabricFriendlyName = default(string), string primaryFabricProvider = default(string), string recoveryFabricFriendlyName = default(string), string recoveryFabricId = default(string), string primaryProtectionContainerFriendlyName = default(string), string recoveryProtectionContainerFriendlyName = default(string), string protectionState = default(string), string protectionStateDescription = default(string), string activeLocation = default(string), string testFailoverState = default(string), string testFailoverStateDescription = default(string), IList allowedOperations = default(IList), string replicationHealth = default(string), string failoverHealth = default(string), IList healthErrors = default(IList), string policyId = default(string), string policyFriendlyName = default(string), System.DateTime? lastSuccessfulFailoverTime = default(System.DateTime?), System.DateTime? lastSuccessfulTestFailoverTime = default(System.DateTime?), CurrentScenarioDetails currentScenario = default(CurrentScenarioDetails), string failoverRecoveryPointId = default(string), ReplicationProviderSpecificSettings providerSpecificDetails = default(ReplicationProviderSpecificSettings), string recoveryContainerId = default(string), string eventCorrelationId = default(string)) { FriendlyName = friendlyName; ProtectedItemType = protectedItemType; @@ -112,6 +114,7 @@ public ReplicationProtectedItemProperties() FailoverRecoveryPointId = failoverRecoveryPointId; ProviderSpecificDetails = providerSpecificDetails; RecoveryContainerId = recoveryContainerId; + EventCorrelationId = eventCorrelationId; CustomInit(); } @@ -288,5 +291,12 @@ public ReplicationProtectedItemProperties() [JsonProperty(PropertyName = "recoveryContainerId")] public string RecoveryContainerId { get; set; } + /// + /// Gets or sets the correlation Id for events associated with this + /// protected item. + /// + [JsonProperty(PropertyName = "eventCorrelationId")] + public string EventCorrelationId { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectionIntent.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectionIntent.cs new file mode 100644 index 0000000000000..40e4cabab99a1 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectionIntent.cs @@ -0,0 +1,58 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Replication protection intent. + /// + public partial class ReplicationProtectionIntent : Resource + { + /// + /// Initializes a new instance of the ReplicationProtectionIntent + /// class. + /// + public ReplicationProtectionIntent() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ReplicationProtectionIntent + /// class. + /// + /// Resource Id + /// Resource Name + /// Resource Type + /// Resource Location + /// The custom data. + public ReplicationProtectionIntent(string id = default(string), string name = default(string), string type = default(string), string location = default(string), ReplicationProtectionIntentProperties properties = default(ReplicationProtectionIntentProperties)) + : base(id, name, type, location) + { + Properties = properties; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the custom data. + /// + [JsonProperty(PropertyName = "properties")] + public ReplicationProtectionIntentProperties Properties { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectionIntentProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectionIntentProperties.cs new file mode 100644 index 0000000000000..c6d55ef7481a4 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectionIntentProperties.cs @@ -0,0 +1,95 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Replication protection intent custom data details. + /// + public partial class ReplicationProtectionIntentProperties + { + /// + /// Initializes a new instance of the + /// ReplicationProtectionIntentProperties class. + /// + public ReplicationProtectionIntentProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// ReplicationProtectionIntentProperties class. + /// + /// The name. + /// The job Id. + /// The job state. + /// A value indicating whether the intent object + /// is active. + /// The creation time in UTC. + /// The Replication provider + /// custom settings. + public ReplicationProtectionIntentProperties(string friendlyName = default(string), string jobId = default(string), string jobState = default(string), bool? isActive = default(bool?), string creationTimeUTC = default(string), ReplicationProtectionIntentProviderSpecificSettings providerSpecificDetails = default(ReplicationProtectionIntentProviderSpecificSettings)) + { + FriendlyName = friendlyName; + JobId = jobId; + JobState = jobState; + IsActive = isActive; + CreationTimeUTC = creationTimeUTC; + ProviderSpecificDetails = providerSpecificDetails; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the name. + /// + [JsonProperty(PropertyName = "friendlyName")] + public string FriendlyName { get; set; } + + /// + /// Gets the job Id. + /// + [JsonProperty(PropertyName = "jobId")] + public string JobId { get; private set; } + + /// + /// Gets the job state. + /// + [JsonProperty(PropertyName = "jobState")] + public string JobState { get; private set; } + + /// + /// Gets a value indicating whether the intent object is active. + /// + [JsonProperty(PropertyName = "isActive")] + public bool? IsActive { get; private set; } + + /// + /// Gets the creation time in UTC. + /// + [JsonProperty(PropertyName = "creationTimeUTC")] + public string CreationTimeUTC { get; private set; } + + /// + /// Gets or sets the Replication provider custom settings. + /// + [JsonProperty(PropertyName = "providerSpecificDetails")] + public ReplicationProtectionIntentProviderSpecificSettings ProviderSpecificDetails { get; set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectionIntentProviderSpecificSettings.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectionIntentProviderSpecificSettings.cs new file mode 100644 index 0000000000000..1285bc3fb5103 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReplicationProtectionIntentProviderSpecificSettings.cs @@ -0,0 +1,36 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using System.Linq; + + /// + /// Replication provider specific settings. + /// + public partial class ReplicationProtectionIntentProviderSpecificSettings + { + /// + /// Initializes a new instance of the + /// ReplicationProtectionIntentProviderSpecificSettings class. + /// + public ReplicationProtectionIntentProviderSpecificSettings() + { + CustomInit(); + } + + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReprotectAgentDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReprotectAgentDetails.cs new file mode 100644 index 0000000000000..d0e4e9c4d43a3 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReprotectAgentDetails.cs @@ -0,0 +1,120 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Reprotect agent details. + /// + public partial class ReprotectAgentDetails + { + /// + /// Initializes a new instance of the ReprotectAgentDetails class. + /// + public ReprotectAgentDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ReprotectAgentDetails class. + /// + /// The reprotect agent Id. + /// The reprotect agent name. + /// The reprotect agent Bios Id. + /// The fabric object Id. + /// The reprotect agent Fqdn. + /// The version. + /// The last heartbeat received from the + /// reprotect agent. + /// The health of the reprotect agent. Possible + /// values include: 'None', 'Normal', 'Warning', 'Critical' + /// The health errors. + public ReprotectAgentDetails(string id = default(string), string name = default(string), string biosId = default(string), string fabricObjectId = default(string), string fqdn = default(string), string version = default(string), System.DateTime? lastHeartbeatUtc = default(System.DateTime?), string health = default(string), IList healthErrors = default(IList)) + { + Id = id; + Name = name; + BiosId = biosId; + FabricObjectId = fabricObjectId; + Fqdn = fqdn; + Version = version; + LastHeartbeatUtc = lastHeartbeatUtc; + Health = health; + HealthErrors = healthErrors; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the reprotect agent Id. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; private set; } + + /// + /// Gets the reprotect agent name. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; private set; } + + /// + /// Gets the reprotect agent Bios Id. + /// + [JsonProperty(PropertyName = "biosId")] + public string BiosId { get; private set; } + + /// + /// Gets the fabric object Id. + /// + [JsonProperty(PropertyName = "fabricObjectId")] + public string FabricObjectId { get; private set; } + + /// + /// Gets the reprotect agent Fqdn. + /// + [JsonProperty(PropertyName = "fqdn")] + public string Fqdn { get; private set; } + + /// + /// Gets the version. + /// + [JsonProperty(PropertyName = "version")] + public string Version { get; private set; } + + /// + /// Gets the last heartbeat received from the reprotect agent. + /// + [JsonProperty(PropertyName = "lastHeartbeatUtc")] + public System.DateTime? LastHeartbeatUtc { get; private set; } + + /// + /// Gets the health of the reprotect agent. Possible values include: + /// 'None', 'Normal', 'Warning', 'Critical' + /// + [JsonProperty(PropertyName = "health")] + public string Health { get; private set; } + + /// + /// Gets the health errors. + /// + [JsonProperty(PropertyName = "healthErrors")] + public IList HealthErrors { get; private set; } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ResourceHealthSummary.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ResourceHealthSummary.cs index 9bc4a6c18dfec..ebc60c186ec19 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ResourceHealthSummary.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ResourceHealthSummary.cs @@ -36,10 +36,13 @@ public ResourceHealthSummary() /// container. /// The list of summary of health errors across /// the resources under the container. - public ResourceHealthSummary(int? resourceCount = default(int?), IList issues = default(IList)) + /// The categorized resource + /// counts. + public ResourceHealthSummary(int? resourceCount = default(int?), IList issues = default(IList), IDictionary categorizedResourceCounts = default(IDictionary)) { ResourceCount = resourceCount; Issues = issues; + CategorizedResourceCounts = categorizedResourceCounts; CustomInit(); } @@ -61,5 +64,11 @@ public ResourceHealthSummary() [JsonProperty(PropertyName = "issues")] public IList Issues { get; set; } + /// + /// Gets or sets the categorized resource counts. + /// + [JsonProperty(PropertyName = "categorizedResourceCounts")] + public IDictionary CategorizedResourceCounts { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReverseReplicationInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReverseReplicationInput.cs index 95bb25618b796..629d75f48e5ed 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReverseReplicationInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ReverseReplicationInput.cs @@ -29,7 +29,7 @@ public ReverseReplicationInput() /// /// Initializes a new instance of the ReverseReplicationInput class. /// - /// Reverse replication properties + /// Reverse replication properties. public ReverseReplicationInput(ReverseReplicationInputProperties properties = default(ReverseReplicationInputProperties)) { Properties = properties; @@ -42,7 +42,7 @@ public ReverseReplicationInput() partial void CustomInit(); /// - /// Gets or sets reverse replication properties + /// Gets or sets reverse replication properties. /// [JsonProperty(PropertyName = "properties")] public ReverseReplicationInputProperties Properties { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RoleAssignment.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RoleAssignment.cs deleted file mode 100644 index 4aee3fa65dd0a..0000000000000 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/RoleAssignment.cs +++ /dev/null @@ -1,83 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Azure role assignment details. - /// - public partial class RoleAssignment - { - /// - /// Initializes a new instance of the RoleAssignment class. - /// - public RoleAssignment() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the RoleAssignment class. - /// - /// The ARM Id of the role assignment. - /// The name of the role assignment. - /// Role assignment scope. - /// Principal Id. - /// Role definition id. - public RoleAssignment(string id = default(string), string name = default(string), string scope = default(string), string principalId = default(string), string roleDefinitionId = default(string)) - { - Id = id; - Name = name; - Scope = scope; - PrincipalId = principalId; - RoleDefinitionId = roleDefinitionId; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the ARM Id of the role assignment. - /// - [JsonProperty(PropertyName = "id")] - public string Id { get; set; } - - /// - /// Gets or sets the name of the role assignment. - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; set; } - - /// - /// Gets or sets role assignment scope. - /// - [JsonProperty(PropertyName = "scope")] - public string Scope { get; set; } - - /// - /// Gets or sets principal Id. - /// - [JsonProperty(PropertyName = "principalId")] - public string PrincipalId { get; set; } - - /// - /// Gets or sets role definition id. - /// - [JsonProperty(PropertyName = "roleDefinitionId")] - public string RoleDefinitionId { get; set; } - - } -} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ServiceError.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ServiceError.cs index 7d44f18fc7487..bc9d2999f5d1d 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ServiceError.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ServiceError.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// ASR error model + /// ASR error model. /// public partial class ServiceError { diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SqlServerLicenseType.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SqlServerLicenseType.cs new file mode 100644 index 0000000000000..9211f0e4676df --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SqlServerLicenseType.cs @@ -0,0 +1,24 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + + /// + /// Defines values for SqlServerLicenseType. + /// + public static class SqlServerLicenseType + { + public const string NotSpecified = "NotSpecified"; + public const string NoLicenseType = "NoLicenseType"; + public const string PAYG = "PAYG"; + public const string AHUB = "AHUB"; + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProviderSpecificFailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/StorageAccountCustomDetails.cs similarity index 78% rename from sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProviderSpecificFailoverInput.cs rename to sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/StorageAccountCustomDetails.cs index 7ee542f769aac..03a09036f73d5 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/ProviderSpecificFailoverInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/StorageAccountCustomDetails.cs @@ -13,15 +13,15 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Provider specific failover input. + /// Storage account custom input. /// - public partial class ProviderSpecificFailoverInput + public partial class StorageAccountCustomDetails { /// - /// Initializes a new instance of the ProviderSpecificFailoverInput + /// Initializes a new instance of the StorageAccountCustomDetails /// class. /// - public ProviderSpecificFailoverInput() + public StorageAccountCustomDetails() { CustomInit(); } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SupportedOSDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SupportedOSDetails.cs index 8f350561e6689..bb8bf0973d0b5 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SupportedOSDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SupportedOSDetails.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Supported Operating system details. + /// Supported operating system details. /// public partial class SupportedOSDetails { @@ -33,7 +33,8 @@ public SupportedOSDetails() /// /// The name. /// The type. - /// List of version for OS. + /// The list of version for operating + /// system. public SupportedOSDetails(string osName = default(string), string osType = default(string), IList osVersions = default(IList)) { OsName = osName; @@ -60,7 +61,7 @@ public SupportedOSDetails() public string OsType { get; set; } /// - /// Gets or sets list of version for OS. + /// Gets or sets the list of version for operating system. /// [JsonProperty(PropertyName = "osVersions")] public IList OsVersions { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SupportedOSProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SupportedOSProperties.cs index 0aca6e59620a8..b65d6f3650cd0 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SupportedOSProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SupportedOSProperties.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Properties model for supported OS API. + /// Supported operating systems properties. /// public partial class SupportedOSProperties { @@ -31,7 +31,8 @@ public SupportedOSProperties() /// /// Initializes a new instance of the SupportedOSProperties class. /// - /// The supported OS List. + /// The supported operating systems + /// property list. public SupportedOSProperties(IList supportedOsList = default(IList)) { SupportedOsList = supportedOsList; @@ -44,7 +45,7 @@ public SupportedOSProperties() partial void CustomInit(); /// - /// Gets or sets the supported OS List. + /// Gets or sets the supported operating systems property list. /// [JsonProperty(PropertyName = "supportedOsList")] public IList SupportedOsList { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SupportedOSProperty.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SupportedOSProperty.cs index 3bdccca167229..97989f11f22c9 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SupportedOSProperty.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SupportedOSProperty.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Property object for supported OS api. + /// Supported operating systems property. /// public partial class SupportedOSProperty { @@ -31,9 +31,9 @@ public SupportedOSProperty() /// /// Initializes a new instance of the SupportedOSProperty class. /// - /// Gets the replication provider - /// type. - /// List of supported OS. + /// The replication provider type. + /// The list of supported operating + /// systems. public SupportedOSProperty(string instanceType = default(string), IList supportedOs = default(IList)) { InstanceType = instanceType; @@ -47,13 +47,13 @@ public SupportedOSProperty() partial void CustomInit(); /// - /// Gets the replication provider type. + /// Gets or sets the replication provider type. /// [JsonProperty(PropertyName = "instanceType")] - public string InstanceType { get; private set; } + public string InstanceType { get; set; } /// - /// Gets or sets list of supported OS. + /// Gets or sets the list of supported operating systems. /// [JsonProperty(PropertyName = "supportedOs")] public IList SupportedOs { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SupportedOperatingSystems.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SupportedOperatingSystems.cs index 3525d2eeed826..70cdaf071d7a5 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SupportedOperatingSystems.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SupportedOperatingSystems.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Response object for supported operating systems API. + /// Supported operating systems. /// public partial class SupportedOperatingSystems : Resource { @@ -33,8 +33,8 @@ public SupportedOperatingSystems() /// Resource Name /// Resource Type /// Resource Location - /// Properties model for supported OS - /// API. + /// The supported operating systems + /// properties. public SupportedOperatingSystems(string id = default(string), string name = default(string), string type = default(string), string location = default(string), SupportedOSProperties properties = default(SupportedOSProperties)) : base(id, name, type, location) { @@ -48,7 +48,7 @@ public SupportedOperatingSystems() partial void CustomInit(); /// - /// Gets or sets properties model for supported OS API. + /// Gets or sets the supported operating systems properties. /// [JsonProperty(PropertyName = "properties")] public SupportedOSProperties Properties { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SwitchProtectionInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SwitchProtectionInput.cs index b11ff7f7d5624..5c4c0336a6819 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SwitchProtectionInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/SwitchProtectionInput.cs @@ -29,7 +29,7 @@ public SwitchProtectionInput() /// /// Initializes a new instance of the SwitchProtectionInput class. /// - /// Switch protection properties + /// Switch protection properties. public SwitchProtectionInput(SwitchProtectionInputProperties properties = default(SwitchProtectionInputProperties)) { Properties = properties; @@ -42,7 +42,7 @@ public SwitchProtectionInput() partial void CustomInit(); /// - /// Gets or sets switch protection properties + /// Gets or sets switch protection properties. /// [JsonProperty(PropertyName = "properties")] public SwitchProtectionInputProperties Properties { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TargetComputeSizeProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TargetComputeSizeProperties.cs index feb083db72e86..700ce189a3a93 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TargetComputeSizeProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TargetComputeSizeProperties.cs @@ -133,10 +133,10 @@ public TargetComputeSizeProperties() public string HighIopsSupported { get; set; } /// - /// Gets the supported HyperV Generations. + /// Gets or sets the supported HyperV Generations. /// [JsonProperty(PropertyName = "hyperVGenerations")] - public IList HyperVGenerations { get; private set; } + public IList HyperVGenerations { get; set; } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverCleanupInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverCleanupInput.cs index c9213927ce18c..df4494989bb4b 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverCleanupInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverCleanupInput.cs @@ -61,6 +61,10 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Properties"); } + if (Properties != null) + { + Properties.Validate(); + } } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverCleanupInputProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverCleanupInputProperties.cs index 903ca6ab9307c..60696e21e3a1f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverCleanupInputProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverCleanupInputProperties.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -49,5 +50,21 @@ public TestFailoverCleanupInputProperties() [JsonProperty(PropertyName = "comments")] public string Comments { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Comments != null) + { + if (Comments.Length > 1024) + { + throw new ValidationException(ValidationRules.MaxLength, "Comments", 1024); + } + } + } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverInput.cs index 619eb9f6d0cb7..f100453fb0a85 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverInput.cs @@ -10,11 +10,12 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; /// - /// Input definition for planned failover. + /// Input definition for test failover. /// public partial class TestFailoverInput { @@ -29,8 +30,8 @@ public TestFailoverInput() /// /// Initializes a new instance of the TestFailoverInput class. /// - /// Planned failover input properties - public TestFailoverInput(TestFailoverInputProperties properties = default(TestFailoverInputProperties)) + /// Test failover input properties. + public TestFailoverInput(TestFailoverInputProperties properties) { Properties = properties; CustomInit(); @@ -42,10 +43,23 @@ public TestFailoverInput() partial void CustomInit(); /// - /// Gets or sets planned failover input properties + /// Gets or sets test failover input properties. /// [JsonProperty(PropertyName = "properties")] public TestFailoverInputProperties Properties { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Properties == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Properties"); + } + } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverInputProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverInputProperties.cs index 1e5cd1346e826..b2eb3df6c60e8 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverInputProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverInputProperties.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Input definition for planned failover input properties. + /// Input definition for test failover input properties. /// public partial class TestFailoverInputProperties { @@ -31,21 +31,18 @@ public TestFailoverInputProperties() /// Initializes a new instance of the TestFailoverInputProperties /// class. /// - /// Failover direction. + /// Test failover direction. /// Network type to be used for test /// failover. /// The id of the network to be used for test - /// failover - /// A value indicating whether - /// the test failover cleanup is to be skipped. + /// failover. /// Provider specific - /// settings - public TestFailoverInputProperties(string failoverDirection = default(string), string networkType = default(string), string networkId = default(string), string skipTestFailoverCleanup = default(string), ProviderSpecificFailoverInput providerSpecificDetails = default(ProviderSpecificFailoverInput)) + /// settings. + public TestFailoverInputProperties(string failoverDirection = default(string), string networkType = default(string), string networkId = default(string), TestFailoverProviderSpecificInput providerSpecificDetails = default(TestFailoverProviderSpecificInput)) { FailoverDirection = failoverDirection; NetworkType = networkType; NetworkId = networkId; - SkipTestFailoverCleanup = skipTestFailoverCleanup; ProviderSpecificDetails = providerSpecificDetails; CustomInit(); } @@ -56,7 +53,7 @@ public TestFailoverInputProperties() partial void CustomInit(); /// - /// Gets or sets failover direction. + /// Gets or sets test failover direction. /// [JsonProperty(PropertyName = "failoverDirection")] public string FailoverDirection { get; set; } @@ -68,23 +65,16 @@ public TestFailoverInputProperties() public string NetworkType { get; set; } /// - /// Gets or sets the id of the network to be used for test failover + /// Gets or sets the id of the network to be used for test failover. /// [JsonProperty(PropertyName = "networkId")] public string NetworkId { get; set; } /// - /// Gets or sets a value indicating whether the test failover cleanup - /// is to be skipped. - /// - [JsonProperty(PropertyName = "skipTestFailoverCleanup")] - public string SkipTestFailoverCleanup { get; set; } - - /// - /// Gets or sets provider specific settings + /// Gets or sets provider specific settings. /// [JsonProperty(PropertyName = "providerSpecificDetails")] - public ProviderSpecificFailoverInput ProviderSpecificDetails { get; set; } + public TestFailoverProviderSpecificInput ProviderSpecificDetails { get; set; } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverProviderSpecificInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverProviderSpecificInput.cs new file mode 100644 index 0000000000000..9076648c25eb0 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/TestFailoverProviderSpecificInput.cs @@ -0,0 +1,36 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using System.Linq; + + /// + /// Provider specific test failover input. + /// + public partial class TestFailoverProviderSpecificInput + { + /// + /// Initializes a new instance of the TestFailoverProviderSpecificInput + /// class. + /// + public TestFailoverProviderSpecificInput() + { + CustomInit(); + } + + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/UnplannedFailoverInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/UnplannedFailoverInput.cs index e1e8c7ed92f4a..fe9ce95e0d2ec 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/UnplannedFailoverInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/UnplannedFailoverInput.cs @@ -10,11 +10,12 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; /// - /// Input definition for planned failover. + /// Input definition for unplanned failover. /// public partial class UnplannedFailoverInput { @@ -29,8 +30,9 @@ public UnplannedFailoverInput() /// /// Initializes a new instance of the UnplannedFailoverInput class. /// - /// Planned failover input properties - public UnplannedFailoverInput(UnplannedFailoverInputProperties properties = default(UnplannedFailoverInputProperties)) + /// Unplanned failover input + /// properties. + public UnplannedFailoverInput(UnplannedFailoverInputProperties properties) { Properties = properties; CustomInit(); @@ -42,10 +44,23 @@ public UnplannedFailoverInput() partial void CustomInit(); /// - /// Gets or sets planned failover input properties + /// Gets or sets unplanned failover input properties. /// [JsonProperty(PropertyName = "properties")] public UnplannedFailoverInputProperties Properties { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Properties == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Properties"); + } + } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/UnplannedFailoverInputProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/UnplannedFailoverInputProperties.cs index a6e46cd31805c..8a7fd3df60517 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/UnplannedFailoverInputProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/UnplannedFailoverInputProperties.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// Input definition for planned failover input properties. + /// Input definition for unplanned failover input properties. /// public partial class UnplannedFailoverInputProperties { @@ -33,10 +33,10 @@ public UnplannedFailoverInputProperties() /// /// Failover direction. /// Source site operations - /// status + /// status. /// Provider specific - /// settings - public UnplannedFailoverInputProperties(string failoverDirection = default(string), string sourceSiteOperations = default(string), ProviderSpecificFailoverInput providerSpecificDetails = default(ProviderSpecificFailoverInput)) + /// settings. + public UnplannedFailoverInputProperties(string failoverDirection = default(string), string sourceSiteOperations = default(string), UnplannedFailoverProviderSpecificInput providerSpecificDetails = default(UnplannedFailoverProviderSpecificInput)) { FailoverDirection = failoverDirection; SourceSiteOperations = sourceSiteOperations; @@ -56,16 +56,16 @@ public UnplannedFailoverInputProperties() public string FailoverDirection { get; set; } /// - /// Gets or sets source site operations status + /// Gets or sets source site operations status. /// [JsonProperty(PropertyName = "sourceSiteOperations")] public string SourceSiteOperations { get; set; } /// - /// Gets or sets provider specific settings + /// Gets or sets provider specific settings. /// [JsonProperty(PropertyName = "providerSpecificDetails")] - public ProviderSpecificFailoverInput ProviderSpecificDetails { get; set; } + public UnplannedFailoverProviderSpecificInput ProviderSpecificDetails { get; set; } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/UnplannedFailoverProviderSpecificInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/UnplannedFailoverProviderSpecificInput.cs new file mode 100644 index 0000000000000..6c6e627804f57 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/UnplannedFailoverProviderSpecificInput.cs @@ -0,0 +1,36 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using System.Linq; + + /// + /// Provider specific unplanned failover input. + /// + public partial class UnplannedFailoverProviderSpecificInput + { + /// + /// Initializes a new instance of the + /// UnplannedFailoverProviderSpecificInput class. + /// + public UnplannedFailoverProviderSpecificInput() + { + CustomInit(); + } + + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/UpdateReplicationProtectedItemInputProperties.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/UpdateReplicationProtectedItemInputProperties.cs index 12e3f57567505..d66b9ee49893d 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/UpdateReplicationProtectedItemInputProperties.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/UpdateReplicationProtectedItemInputProperties.cs @@ -33,9 +33,9 @@ public UpdateReplicationProtectedItemInputProperties() /// Initializes a new instance of the /// UpdateReplicationProtectedItemInputProperties class. /// - /// Target azure VM name given by the + /// Target Azure VM name given by the /// user. - /// Target Azure Vm size. + /// Target Azure VM size. /// Target Azure Network /// Id. /// The Azure Network Id for @@ -44,12 +44,12 @@ public UpdateReplicationProtectedItemInputProperties() /// will be used as the primary nic during failover. /// The selected option to enable /// RDP\SSH on target vm after failover. String value of - /// {SrsDataContract.EnableRDPOnTargetOption} enum. - /// The list of vm nic details. + /// SrsDataContract.EnableRDPOnTargetOption enum. + /// The list of VM nic details. /// License type. Possible values include: /// 'NotSpecified', 'NoLicenseType', 'WindowsServer' /// The target availability set - /// id. + /// Id. /// The provider specific input /// to update replication protected item. public UpdateReplicationProtectedItemInputProperties(string recoveryAzureVMName = default(string), string recoveryAzureVMSize = default(string), string selectedRecoveryAzureNetworkId = default(string), string selectedTfoAzureNetworkId = default(string), string selectedSourceNicId = default(string), string enableRdpOnTargetOption = default(string), IList vmNics = default(IList), string licenseType = default(string), string recoveryAvailabilitySetId = default(string), UpdateReplicationProtectedItemProviderInput providerSpecificDetails = default(UpdateReplicationProtectedItemProviderInput)) @@ -73,13 +73,13 @@ public UpdateReplicationProtectedItemInputProperties() partial void CustomInit(); /// - /// Gets or sets target azure VM name given by the user. + /// Gets or sets target Azure VM name given by the user. /// [JsonProperty(PropertyName = "recoveryAzureVMName")] public string RecoveryAzureVMName { get; set; } /// - /// Gets or sets target Azure Vm size. + /// Gets or sets target Azure VM size. /// [JsonProperty(PropertyName = "recoveryAzureVMSize")] public string RecoveryAzureVMSize { get; set; } @@ -106,13 +106,13 @@ public UpdateReplicationProtectedItemInputProperties() /// /// Gets or sets the selected option to enable RDP\SSH on target vm /// after failover. String value of - /// {SrsDataContract.EnableRDPOnTargetOption} enum. + /// SrsDataContract.EnableRDPOnTargetOption enum. /// [JsonProperty(PropertyName = "enableRdpOnTargetOption")] public string EnableRdpOnTargetOption { get; set; } /// - /// Gets or sets the list of vm nic details. + /// Gets or sets the list of VM nic details. /// [JsonProperty(PropertyName = "vmNics")] public IList VmNics { get; set; } @@ -125,7 +125,7 @@ public UpdateReplicationProtectedItemInputProperties() public string LicenseType { get; set; } /// - /// Gets or sets the target availability set id. + /// Gets or sets the target availability set Id. /// [JsonProperty(PropertyName = "recoveryAvailabilitySetId")] public string RecoveryAvailabilitySetId { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMNicDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMNicDetails.cs index 071d487cfdeab..638aa32af69db 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMNicDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMNicDetails.cs @@ -34,37 +34,21 @@ public VMNicDetails() /// The nic Id. /// The replica nic Id. /// The source nic ARM Id. - /// VM subnet name. /// VM network name. /// Recovery VM network Id. - /// Recovery VM subnet name. - /// Ip address type. - /// Primary nic static IP - /// address. - /// Replica nic static IP - /// address. + /// The IP configurations of the NIC. /// Selection type for failover. - /// IP allocation type for - /// recovery VM. - /// The id of the public IP - /// address resource associated with the NIC. /// The id of the NSG /// associated with the NIC. - /// The target backend - /// address pools for the NIC. /// A value /// indicating whether the NIC has accelerated networking /// enabled. /// The network to be used by NIC during /// test failover. - /// The subnet to be used by NIC during - /// test failover. /// The NSG to be used by NIC /// during test failover. - /// Whether the test - /// failover NIC has accelerated networking enabled. - /// The IP configurations to be used by NIC - /// during test failover. + /// Whether the TFO NIC + /// has accelerated networking enabled. /// The name of the NIC to be used when /// creating target NICs. /// The resource group of @@ -79,29 +63,20 @@ public VMNicDetails() /// A value indicating whether an /// existing NIC is allowed to be reused during test failover subject /// to availability. - public VMNicDetails(string nicId = default(string), string replicaNicId = default(string), string sourceNicArmId = default(string), string vMSubnetName = default(string), string vMNetworkName = default(string), string recoveryVMNetworkId = default(string), string recoveryVMSubnetName = default(string), string ipAddressType = default(string), string primaryNicStaticIPAddress = default(string), string replicaNicStaticIPAddress = default(string), string selectionType = default(string), string recoveryNicIpAddressType = default(string), string recoveryPublicIpAddressId = default(string), string recoveryNetworkSecurityGroupId = default(string), IList recoveryLBBackendAddressPoolIds = default(IList), bool? enableAcceleratedNetworkingOnRecovery = default(bool?), string tfoVMNetworkId = default(string), string tfoVMSubnetName = default(string), string tfoNetworkSecurityGroupId = default(string), bool? enableAcceleratedNetworkingOnTfo = default(bool?), IList tfoIPConfigs = default(IList), string recoveryNicName = default(string), string recoveryNicResourceGroupName = default(string), bool? reuseExistingNic = default(bool?), string tfoRecoveryNicName = default(string), string tfoRecoveryNicResourceGroupName = default(string), bool? tfoReuseExistingNic = default(bool?)) + public VMNicDetails(string nicId = default(string), string replicaNicId = default(string), string sourceNicArmId = default(string), string vMNetworkName = default(string), string recoveryVMNetworkId = default(string), IList ipConfigs = default(IList), string selectionType = default(string), string recoveryNetworkSecurityGroupId = default(string), bool? enableAcceleratedNetworkingOnRecovery = default(bool?), string tfoVMNetworkId = default(string), string tfoNetworkSecurityGroupId = default(string), bool? enableAcceleratedNetworkingOnTfo = default(bool?), string recoveryNicName = default(string), string recoveryNicResourceGroupName = default(string), bool? reuseExistingNic = default(bool?), string tfoRecoveryNicName = default(string), string tfoRecoveryNicResourceGroupName = default(string), bool? tfoReuseExistingNic = default(bool?)) { NicId = nicId; ReplicaNicId = replicaNicId; SourceNicArmId = sourceNicArmId; - VMSubnetName = vMSubnetName; VMNetworkName = vMNetworkName; RecoveryVMNetworkId = recoveryVMNetworkId; - RecoveryVMSubnetName = recoveryVMSubnetName; - IpAddressType = ipAddressType; - PrimaryNicStaticIPAddress = primaryNicStaticIPAddress; - ReplicaNicStaticIPAddress = replicaNicStaticIPAddress; + IpConfigs = ipConfigs; SelectionType = selectionType; - RecoveryNicIpAddressType = recoveryNicIpAddressType; - RecoveryPublicIpAddressId = recoveryPublicIpAddressId; RecoveryNetworkSecurityGroupId = recoveryNetworkSecurityGroupId; - RecoveryLBBackendAddressPoolIds = recoveryLBBackendAddressPoolIds; EnableAcceleratedNetworkingOnRecovery = enableAcceleratedNetworkingOnRecovery; TfoVMNetworkId = tfoVMNetworkId; - TfoVMSubnetName = tfoVMSubnetName; TfoNetworkSecurityGroupId = tfoNetworkSecurityGroupId; EnableAcceleratedNetworkingOnTfo = enableAcceleratedNetworkingOnTfo; - TfoIPConfigs = tfoIPConfigs; RecoveryNicName = recoveryNicName; RecoveryNicResourceGroupName = recoveryNicResourceGroupName; ReuseExistingNic = reuseExistingNic; @@ -134,12 +109,6 @@ public VMNicDetails() [JsonProperty(PropertyName = "sourceNicArmId")] public string SourceNicArmId { get; set; } - /// - /// Gets or sets VM subnet name. - /// - [JsonProperty(PropertyName = "vMSubnetName")] - public string VMSubnetName { get; set; } - /// /// Gets or sets VM network name. /// @@ -153,28 +122,10 @@ public VMNicDetails() public string RecoveryVMNetworkId { get; set; } /// - /// Gets or sets recovery VM subnet name. - /// - [JsonProperty(PropertyName = "recoveryVMSubnetName")] - public string RecoveryVMSubnetName { get; set; } - - /// - /// Gets or sets ip address type. + /// Gets or sets the IP configurations of the NIC. /// - [JsonProperty(PropertyName = "ipAddressType")] - public string IpAddressType { get; set; } - - /// - /// Gets or sets primary nic static IP address. - /// - [JsonProperty(PropertyName = "primaryNicStaticIPAddress")] - public string PrimaryNicStaticIPAddress { get; set; } - - /// - /// Gets or sets replica nic static IP address. - /// - [JsonProperty(PropertyName = "replicaNicStaticIPAddress")] - public string ReplicaNicStaticIPAddress { get; set; } + [JsonProperty(PropertyName = "ipConfigs")] + public IList IpConfigs { get; set; } /// /// Gets or sets selection type for failover. @@ -182,31 +133,12 @@ public VMNicDetails() [JsonProperty(PropertyName = "selectionType")] public string SelectionType { get; set; } - /// - /// Gets or sets IP allocation type for recovery VM. - /// - [JsonProperty(PropertyName = "recoveryNicIpAddressType")] - public string RecoveryNicIpAddressType { get; set; } - - /// - /// Gets or sets the id of the public IP address resource associated - /// with the NIC. - /// - [JsonProperty(PropertyName = "recoveryPublicIpAddressId")] - public string RecoveryPublicIpAddressId { get; set; } - /// /// Gets or sets the id of the NSG associated with the NIC. /// [JsonProperty(PropertyName = "recoveryNetworkSecurityGroupId")] public string RecoveryNetworkSecurityGroupId { get; set; } - /// - /// Gets or sets the target backend address pools for the NIC. - /// - [JsonProperty(PropertyName = "recoveryLBBackendAddressPoolIds")] - public IList RecoveryLBBackendAddressPoolIds { get; set; } - /// /// Gets or sets a value indicating whether the NIC has accelerated /// networking enabled. @@ -220,12 +152,6 @@ public VMNicDetails() [JsonProperty(PropertyName = "tfoVMNetworkId")] public string TfoVMNetworkId { get; set; } - /// - /// Gets or sets the subnet to be used by NIC during test failover. - /// - [JsonProperty(PropertyName = "tfoVMSubnetName")] - public string TfoVMSubnetName { get; set; } - /// /// Gets or sets the NSG to be used by NIC during test failover. /// @@ -233,19 +159,12 @@ public VMNicDetails() public string TfoNetworkSecurityGroupId { get; set; } /// - /// Gets or sets whether the test failover NIC has accelerated - /// networking enabled. + /// Gets or sets whether the TFO NIC has accelerated networking + /// enabled. /// [JsonProperty(PropertyName = "enableAcceleratedNetworkingOnTfo")] public bool? EnableAcceleratedNetworkingOnTfo { get; set; } - /// - /// Gets or sets the IP configurations to be used by NIC during test - /// failover. - /// - [JsonProperty(PropertyName = "tfoIPConfigs")] - public IList TfoIPConfigs { get; set; } - /// /// Gets or sets the name of the NIC to be used when creating target /// NICs. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMNicInputDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMNicInputDetails.cs index 69097f452d11c..1e31de9704e74 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMNicInputDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMNicInputDetails.cs @@ -32,26 +32,17 @@ public VMNicInputDetails() /// Initializes a new instance of the VMNicInputDetails class. /// /// The nic Id. - /// Recovery VM subnet name. - /// Replica nic static IP - /// address. + /// The IP configurations to be used by NIC + /// during test failover and failover. /// Selection type for failover. - /// The id of the public IP - /// address resource associated with the NIC. /// The id of the NSG /// associated with the NIC. - /// The target backend - /// address pools for the NIC. /// Whether the NIC /// has accelerated networking enabled. - /// The subnet to be used by NIC during - /// test failover. /// The NSG to be used by NIC /// during test failover. /// Whether the test NIC /// has accelerated networking enabled. - /// The IP configurations to be used by NIC - /// during test failover. /// The name of the NIC to be used when /// creating target NICs. /// The resource group of @@ -66,20 +57,15 @@ public VMNicInputDetails() /// A value indicating whether an /// existing NIC is allowed to be reused during test failover subject /// to availability. - public VMNicInputDetails(string nicId = default(string), string recoveryVMSubnetName = default(string), string replicaNicStaticIPAddress = default(string), string selectionType = default(string), string recoveryPublicIpAddressId = default(string), string recoveryNetworkSecurityGroupId = default(string), IList recoveryLBBackendAddressPoolIds = default(IList), bool? enableAcceleratedNetworkingOnRecovery = default(bool?), string tfoVMSubnetName = default(string), string tfoNetworkSecurityGroupId = default(string), bool? enableAcceleratedNetworkingOnTfo = default(bool?), IList tfoIPConfigs = default(IList), string recoveryNicName = default(string), string recoveryNicResourceGroupName = default(string), bool? reuseExistingNic = default(bool?), string tfoNicName = default(string), string tfoNicResourceGroupName = default(string), bool? tfoReuseExistingNic = default(bool?)) + public VMNicInputDetails(string nicId = default(string), IList ipConfigs = default(IList), string selectionType = default(string), string recoveryNetworkSecurityGroupId = default(string), bool? enableAcceleratedNetworkingOnRecovery = default(bool?), string tfoNetworkSecurityGroupId = default(string), bool? enableAcceleratedNetworkingOnTfo = default(bool?), string recoveryNicName = default(string), string recoveryNicResourceGroupName = default(string), bool? reuseExistingNic = default(bool?), string tfoNicName = default(string), string tfoNicResourceGroupName = default(string), bool? tfoReuseExistingNic = default(bool?)) { NicId = nicId; - RecoveryVMSubnetName = recoveryVMSubnetName; - ReplicaNicStaticIPAddress = replicaNicStaticIPAddress; + IpConfigs = ipConfigs; SelectionType = selectionType; - RecoveryPublicIpAddressId = recoveryPublicIpAddressId; RecoveryNetworkSecurityGroupId = recoveryNetworkSecurityGroupId; - RecoveryLBBackendAddressPoolIds = recoveryLBBackendAddressPoolIds; EnableAcceleratedNetworkingOnRecovery = enableAcceleratedNetworkingOnRecovery; - TfoVMSubnetName = tfoVMSubnetName; TfoNetworkSecurityGroupId = tfoNetworkSecurityGroupId; EnableAcceleratedNetworkingOnTfo = enableAcceleratedNetworkingOnTfo; - TfoIPConfigs = tfoIPConfigs; RecoveryNicName = recoveryNicName; RecoveryNicResourceGroupName = recoveryNicResourceGroupName; ReuseExistingNic = reuseExistingNic; @@ -101,16 +87,11 @@ public VMNicInputDetails() public string NicId { get; set; } /// - /// Gets or sets recovery VM subnet name. - /// - [JsonProperty(PropertyName = "recoveryVMSubnetName")] - public string RecoveryVMSubnetName { get; set; } - - /// - /// Gets or sets replica nic static IP address. + /// Gets or sets the IP configurations to be used by NIC during test + /// failover and failover. /// - [JsonProperty(PropertyName = "replicaNicStaticIPAddress")] - public string ReplicaNicStaticIPAddress { get; set; } + [JsonProperty(PropertyName = "ipConfigs")] + public IList IpConfigs { get; set; } /// /// Gets or sets selection type for failover. @@ -118,37 +99,18 @@ public VMNicInputDetails() [JsonProperty(PropertyName = "selectionType")] public string SelectionType { get; set; } - /// - /// Gets or sets the id of the public IP address resource associated - /// with the NIC. - /// - [JsonProperty(PropertyName = "recoveryPublicIpAddressId")] - public string RecoveryPublicIpAddressId { get; set; } - /// /// Gets or sets the id of the NSG associated with the NIC. /// [JsonProperty(PropertyName = "recoveryNetworkSecurityGroupId")] public string RecoveryNetworkSecurityGroupId { get; set; } - /// - /// Gets or sets the target backend address pools for the NIC. - /// - [JsonProperty(PropertyName = "recoveryLBBackendAddressPoolIds")] - public IList RecoveryLBBackendAddressPoolIds { get; set; } - /// /// Gets or sets whether the NIC has accelerated networking enabled. /// [JsonProperty(PropertyName = "enableAcceleratedNetworkingOnRecovery")] public bool? EnableAcceleratedNetworkingOnRecovery { get; set; } - /// - /// Gets or sets the subnet to be used by NIC during test failover. - /// - [JsonProperty(PropertyName = "tfoVMSubnetName")] - public string TfoVMSubnetName { get; set; } - /// /// Gets or sets the NSG to be used by NIC during test failover. /// @@ -162,13 +124,6 @@ public VMNicInputDetails() [JsonProperty(PropertyName = "enableAcceleratedNetworkingOnTfo")] public bool? EnableAcceleratedNetworkingOnTfo { get; set; } - /// - /// Gets or sets the IP configurations to be used by NIC during test - /// failover. - /// - [JsonProperty(PropertyName = "tfoIPConfigs")] - public IList TfoIPConfigs { get; set; } - /// /// Gets or sets the name of the NIC to be used when creating target /// NICs. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtDiskInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtDiskInput.cs index 7a6b051291471..24f4143429eb2 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtDiskInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtDiskInput.cs @@ -44,10 +44,10 @@ public VMwareCbtDiskInput() public VMwareCbtDiskInput(string diskId, string isOSDisk, string logStorageAccountId, string logStorageAccountSasSecretName, string diskType = default(string), string diskEncryptionSetId = default(string)) { DiskId = diskId; + DiskType = diskType; IsOSDisk = isOSDisk; LogStorageAccountId = logStorageAccountId; LogStorageAccountSasSecretName = logStorageAccountSasSecretName; - DiskType = diskType; DiskEncryptionSetId = diskEncryptionSetId; CustomInit(); } @@ -63,6 +63,13 @@ public VMwareCbtDiskInput() [JsonProperty(PropertyName = "diskId")] public string DiskId { get; set; } + /// + /// Gets or sets the disk type. Possible values include: + /// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' + /// + [JsonProperty(PropertyName = "diskType")] + public string DiskType { get; set; } + /// /// Gets or sets a value indicating whether the disk is the OS disk. /// @@ -81,13 +88,6 @@ public VMwareCbtDiskInput() [JsonProperty(PropertyName = "logStorageAccountSasSecretName")] public string LogStorageAccountSasSecretName { get; set; } - /// - /// Gets or sets the disk type. Possible values include: - /// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' - /// - [JsonProperty(PropertyName = "diskType")] - public string DiskType { get; set; } - /// /// Gets or sets the DiskEncryptionSet ARM Id. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtEnableMigrationInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtEnableMigrationInput.cs index 576ca6da2a2cf..9d907c910ef0e 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtEnableMigrationInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtEnableMigrationInput.cs @@ -38,29 +38,41 @@ public VMwareCbtEnableMigrationInput() /// The ARM Id of the VM discovered in /// VMware. /// The disks to include list. - /// The data mover RunAs account + /// The data mover run as account /// Id. - /// The snapshot RunAs account + /// The snapshot run as account /// Id. /// The target resource group ARM /// Id. /// The target network ARM Id. /// License type. Possible values include: /// 'NotSpecified', 'NoLicenseType', 'WindowsServer' + /// The SQL Server license type. + /// Possible values include: 'NotSpecified', 'NoLicenseType', 'PAYG', + /// 'AHUB' /// The target VM name. /// The target VM size. /// The target subnet name. /// The target availability set /// ARM Id. + /// The target availability + /// zone. + /// The target proximity + /// placement group ARM Id. /// The target boot /// diagnostics storage account ARM Id. /// A value indicating whether auto /// resync is to be done. - public VMwareCbtEnableMigrationInput(string vmwareMachineId, IList disksToInclude, string dataMoverRunAsAccountId, string snapshotRunAsAccountId, string targetResourceGroupId, string targetNetworkId, string licenseType = default(string), string targetVmName = default(string), string targetVmSize = default(string), string targetSubnetName = default(string), string targetAvailabilitySetId = default(string), string targetBootDiagnosticsStorageAccountId = default(string), string performAutoResync = default(string)) + /// The target VM tags. + /// The tags for the seed disks. + /// The tags for the target disks. + /// The tags for the target NICs. + public VMwareCbtEnableMigrationInput(string vmwareMachineId, IList disksToInclude, string dataMoverRunAsAccountId, string snapshotRunAsAccountId, string targetResourceGroupId, string targetNetworkId, string licenseType = default(string), string sqlServerLicenseType = default(string), string targetVmName = default(string), string targetVmSize = default(string), string targetSubnetName = default(string), string targetAvailabilitySetId = default(string), string targetAvailabilityZone = default(string), string targetProximityPlacementGroupId = default(string), string targetBootDiagnosticsStorageAccountId = default(string), string performAutoResync = default(string), IDictionary targetVmTags = default(IDictionary), IDictionary seedDiskTags = default(IDictionary), IDictionary targetDiskTags = default(IDictionary), IDictionary targetNicTags = default(IDictionary)) { VmwareMachineId = vmwareMachineId; DisksToInclude = disksToInclude; LicenseType = licenseType; + SqlServerLicenseType = sqlServerLicenseType; DataMoverRunAsAccountId = dataMoverRunAsAccountId; SnapshotRunAsAccountId = snapshotRunAsAccountId; TargetVmName = targetVmName; @@ -69,8 +81,14 @@ public VMwareCbtEnableMigrationInput() TargetNetworkId = targetNetworkId; TargetSubnetName = targetSubnetName; TargetAvailabilitySetId = targetAvailabilitySetId; + TargetAvailabilityZone = targetAvailabilityZone; + TargetProximityPlacementGroupId = targetProximityPlacementGroupId; TargetBootDiagnosticsStorageAccountId = targetBootDiagnosticsStorageAccountId; PerformAutoResync = performAutoResync; + TargetVmTags = targetVmTags; + SeedDiskTags = seedDiskTags; + TargetDiskTags = targetDiskTags; + TargetNicTags = targetNicTags; CustomInit(); } @@ -99,13 +117,20 @@ public VMwareCbtEnableMigrationInput() public string LicenseType { get; set; } /// - /// Gets or sets the data mover RunAs account Id. + /// Gets or sets the SQL Server license type. Possible values include: + /// 'NotSpecified', 'NoLicenseType', 'PAYG', 'AHUB' + /// + [JsonProperty(PropertyName = "sqlServerLicenseType")] + public string SqlServerLicenseType { get; set; } + + /// + /// Gets or sets the data mover run as account Id. /// [JsonProperty(PropertyName = "dataMoverRunAsAccountId")] public string DataMoverRunAsAccountId { get; set; } /// - /// Gets or sets the snapshot RunAs account Id. + /// Gets or sets the snapshot run as account Id. /// [JsonProperty(PropertyName = "snapshotRunAsAccountId")] public string SnapshotRunAsAccountId { get; set; } @@ -146,6 +171,18 @@ public VMwareCbtEnableMigrationInput() [JsonProperty(PropertyName = "targetAvailabilitySetId")] public string TargetAvailabilitySetId { get; set; } + /// + /// Gets or sets the target availability zone. + /// + [JsonProperty(PropertyName = "targetAvailabilityZone")] + public string TargetAvailabilityZone { get; set; } + + /// + /// Gets or sets the target proximity placement group ARM Id. + /// + [JsonProperty(PropertyName = "targetProximityPlacementGroupId")] + public string TargetProximityPlacementGroupId { get; set; } + /// /// Gets or sets the target boot diagnostics storage account ARM Id. /// @@ -158,6 +195,30 @@ public VMwareCbtEnableMigrationInput() [JsonProperty(PropertyName = "performAutoResync")] public string PerformAutoResync { get; set; } + /// + /// Gets or sets the target VM tags. + /// + [JsonProperty(PropertyName = "targetVmTags")] + public IDictionary TargetVmTags { get; set; } + + /// + /// Gets or sets the tags for the seed disks. + /// + [JsonProperty(PropertyName = "seedDiskTags")] + public IDictionary SeedDiskTags { get; set; } + + /// + /// Gets or sets the tags for the target disks. + /// + [JsonProperty(PropertyName = "targetDiskTags")] + public IDictionary TargetDiskTags { get; set; } + + /// + /// Gets or sets the tags for the target NICs. + /// + [JsonProperty(PropertyName = "targetNicTags")] + public IDictionary TargetNicTags { get; set; } + /// /// Validate the object. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtMigrationDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtMigrationDetails.cs index 37a27d0fdc3e1..fb39dec329054 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtMigrationDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtMigrationDetails.cs @@ -35,11 +35,15 @@ public VMwareCbtMigrationDetails() /// The ARM Id of the VM discovered in /// VMware. /// The type of the OS on the VM. + /// The firmware type. + /// The target generation. /// License Type of the VM to be /// used. - /// The data mover RunAs account + /// The SQL Server license + /// type. + /// The data mover run as account /// Id. - /// The snapshot RunAs account + /// The snapshot run as account /// Id. /// Target VM name. /// The target VM size. @@ -48,11 +52,17 @@ public VMwareCbtMigrationDetails() /// Id. /// The target availability set /// Id. + /// The target availability + /// zone. + /// The target proximity + /// placement group Id. /// The target boot /// diagnostics storage account ARM Id. + /// The target VM tags. /// The list of protected disks. /// The target network Id. /// The network details. + /// The tags for the target NICs. /// The recovery point Id to /// which the VM was migrated. /// The last recovery point @@ -65,6 +75,9 @@ public VMwareCbtMigrationDetails() /// percentage. /// The resync progress /// percentage. + /// The initial seeding retry + /// count. + /// The resync retry count. /// A value indicating whether resync is /// required. /// The resync state. Possible values @@ -72,11 +85,16 @@ public VMwareCbtMigrationDetails() /// 'StartedResynchronization' /// A value indicating whether auto /// resync is to be done. - public VMwareCbtMigrationDetails(string vmwareMachineId = default(string), string osType = default(string), string licenseType = default(string), string dataMoverRunAsAccountId = default(string), string snapshotRunAsAccountId = default(string), string targetVmName = default(string), string targetVmSize = default(string), string targetLocation = default(string), string targetResourceGroupId = default(string), string targetAvailabilitySetId = default(string), string targetBootDiagnosticsStorageAccountId = default(string), IList protectedDisks = default(IList), string targetNetworkId = default(string), IList vmNics = default(IList), string migrationRecoveryPointId = default(string), System.DateTime? lastRecoveryPointReceived = default(System.DateTime?), string lastRecoveryPointId = default(string), int? initialSeedingProgressPercentage = default(int?), int? migrationProgressPercentage = default(int?), int? resyncProgressPercentage = default(int?), string resyncRequired = default(string), string resyncState = default(string), string performAutoResync = default(string)) + /// The tags for the seed disks. + /// The tags for the target disks. + public VMwareCbtMigrationDetails(string vmwareMachineId = default(string), string osType = default(string), string firmwareType = default(string), string targetGeneration = default(string), string licenseType = default(string), string sqlServerLicenseType = default(string), string dataMoverRunAsAccountId = default(string), string snapshotRunAsAccountId = default(string), string targetVmName = default(string), string targetVmSize = default(string), string targetLocation = default(string), string targetResourceGroupId = default(string), string targetAvailabilitySetId = default(string), string targetAvailabilityZone = default(string), string targetProximityPlacementGroupId = default(string), string targetBootDiagnosticsStorageAccountId = default(string), IDictionary targetVmTags = default(IDictionary), IList protectedDisks = default(IList), string targetNetworkId = default(string), IList vmNics = default(IList), IDictionary targetNicTags = default(IDictionary), string migrationRecoveryPointId = default(string), System.DateTime? lastRecoveryPointReceived = default(System.DateTime?), string lastRecoveryPointId = default(string), int? initialSeedingProgressPercentage = default(int?), int? migrationProgressPercentage = default(int?), int? resyncProgressPercentage = default(int?), long? initialSeedingRetryCount = default(long?), long? resyncRetryCount = default(long?), string resyncRequired = default(string), string resyncState = default(string), string performAutoResync = default(string), IDictionary seedDiskTags = default(IDictionary), IDictionary targetDiskTags = default(IDictionary)) { VmwareMachineId = vmwareMachineId; OsType = osType; + FirmwareType = firmwareType; + TargetGeneration = targetGeneration; LicenseType = licenseType; + SqlServerLicenseType = sqlServerLicenseType; DataMoverRunAsAccountId = dataMoverRunAsAccountId; SnapshotRunAsAccountId = snapshotRunAsAccountId; TargetVmName = targetVmName; @@ -84,19 +102,27 @@ public VMwareCbtMigrationDetails() TargetLocation = targetLocation; TargetResourceGroupId = targetResourceGroupId; TargetAvailabilitySetId = targetAvailabilitySetId; + TargetAvailabilityZone = targetAvailabilityZone; + TargetProximityPlacementGroupId = targetProximityPlacementGroupId; TargetBootDiagnosticsStorageAccountId = targetBootDiagnosticsStorageAccountId; + TargetVmTags = targetVmTags; ProtectedDisks = protectedDisks; TargetNetworkId = targetNetworkId; VmNics = vmNics; + TargetNicTags = targetNicTags; MigrationRecoveryPointId = migrationRecoveryPointId; LastRecoveryPointReceived = lastRecoveryPointReceived; LastRecoveryPointId = lastRecoveryPointId; InitialSeedingProgressPercentage = initialSeedingProgressPercentage; MigrationProgressPercentage = migrationProgressPercentage; ResyncProgressPercentage = resyncProgressPercentage; + InitialSeedingRetryCount = initialSeedingRetryCount; + ResyncRetryCount = resyncRetryCount; ResyncRequired = resyncRequired; ResyncState = resyncState; PerformAutoResync = performAutoResync; + SeedDiskTags = seedDiskTags; + TargetDiskTags = targetDiskTags; CustomInit(); } @@ -117,6 +143,18 @@ public VMwareCbtMigrationDetails() [JsonProperty(PropertyName = "osType")] public string OsType { get; private set; } + /// + /// Gets the firmware type. + /// + [JsonProperty(PropertyName = "firmwareType")] + public string FirmwareType { get; private set; } + + /// + /// Gets the target generation. + /// + [JsonProperty(PropertyName = "targetGeneration")] + public string TargetGeneration { get; private set; } + /// /// Gets or sets license Type of the VM to be used. /// @@ -124,13 +162,19 @@ public VMwareCbtMigrationDetails() public string LicenseType { get; set; } /// - /// Gets the data mover RunAs account Id. + /// Gets or sets the SQL Server license type. + /// + [JsonProperty(PropertyName = "sqlServerLicenseType")] + public string SqlServerLicenseType { get; set; } + + /// + /// Gets the data mover run as account Id. /// [JsonProperty(PropertyName = "dataMoverRunAsAccountId")] public string DataMoverRunAsAccountId { get; private set; } /// - /// Gets the snapshot RunAs account Id. + /// Gets the snapshot run as account Id. /// [JsonProperty(PropertyName = "snapshotRunAsAccountId")] public string SnapshotRunAsAccountId { get; private set; } @@ -165,12 +209,30 @@ public VMwareCbtMigrationDetails() [JsonProperty(PropertyName = "targetAvailabilitySetId")] public string TargetAvailabilitySetId { get; set; } + /// + /// Gets or sets the target availability zone. + /// + [JsonProperty(PropertyName = "targetAvailabilityZone")] + public string TargetAvailabilityZone { get; set; } + + /// + /// Gets or sets the target proximity placement group Id. + /// + [JsonProperty(PropertyName = "targetProximityPlacementGroupId")] + public string TargetProximityPlacementGroupId { get; set; } + /// /// Gets or sets the target boot diagnostics storage account ARM Id. /// [JsonProperty(PropertyName = "targetBootDiagnosticsStorageAccountId")] public string TargetBootDiagnosticsStorageAccountId { get; set; } + /// + /// Gets or sets the target VM tags. + /// + [JsonProperty(PropertyName = "targetVmTags")] + public IDictionary TargetVmTags { get; set; } + /// /// Gets or sets the list of protected disks. /// @@ -189,6 +251,12 @@ public VMwareCbtMigrationDetails() [JsonProperty(PropertyName = "vmNics")] public IList VmNics { get; set; } + /// + /// Gets or sets the tags for the target NICs. + /// + [JsonProperty(PropertyName = "targetNicTags")] + public IDictionary TargetNicTags { get; set; } + /// /// Gets the recovery point Id to which the VM was migrated. /// @@ -225,6 +293,18 @@ public VMwareCbtMigrationDetails() [JsonProperty(PropertyName = "resyncProgressPercentage")] public int? ResyncProgressPercentage { get; private set; } + /// + /// Gets the initial seeding retry count. + /// + [JsonProperty(PropertyName = "initialSeedingRetryCount")] + public long? InitialSeedingRetryCount { get; private set; } + + /// + /// Gets the resync retry count. + /// + [JsonProperty(PropertyName = "resyncRetryCount")] + public long? ResyncRetryCount { get; private set; } + /// /// Gets a value indicating whether resync is required. /// @@ -244,5 +324,17 @@ public VMwareCbtMigrationDetails() [JsonProperty(PropertyName = "performAutoResync")] public string PerformAutoResync { get; set; } + /// + /// Gets or sets the tags for the seed disks. + /// + [JsonProperty(PropertyName = "seedDiskTags")] + public IDictionary SeedDiskTags { get; set; } + + /// + /// Gets or sets the tags for the target disks. + /// + [JsonProperty(PropertyName = "targetDiskTags")] + public IDictionary TargetDiskTags { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtNicDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtNicDetails.cs index dd5c2ef7b5e50..bef342154e0d0 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtNicDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtNicDetails.cs @@ -40,9 +40,10 @@ public VMwareCbtNicDetails() /// The target IP address type. /// Possible values include: 'Dynamic', 'Static' /// Target subnet name. + /// Target NIC name. /// A value indicating whether /// this NIC is selected for migration. - public VMwareCbtNicDetails(string nicId = default(string), string isPrimaryNic = default(string), string sourceIPAddress = default(string), string sourceIPAddressType = default(string), string sourceNetworkId = default(string), string targetIPAddress = default(string), string targetIPAddressType = default(string), string targetSubnetName = default(string), string isSelectedForMigration = default(string)) + public VMwareCbtNicDetails(string nicId = default(string), string isPrimaryNic = default(string), string sourceIPAddress = default(string), string sourceIPAddressType = default(string), string sourceNetworkId = default(string), string targetIPAddress = default(string), string targetIPAddressType = default(string), string targetSubnetName = default(string), string targetNicName = default(string), string isSelectedForMigration = default(string)) { NicId = nicId; IsPrimaryNic = isPrimaryNic; @@ -52,6 +53,7 @@ public VMwareCbtNicDetails() TargetIPAddress = targetIPAddress; TargetIPAddressType = targetIPAddressType; TargetSubnetName = targetSubnetName; + TargetNicName = targetNicName; IsSelectedForMigration = isSelectedForMigration; CustomInit(); } @@ -111,6 +113,12 @@ public VMwareCbtNicDetails() [JsonProperty(PropertyName = "targetSubnetName")] public string TargetSubnetName { get; set; } + /// + /// Gets or sets target NIC name. + /// + [JsonProperty(PropertyName = "targetNicName")] + public string TargetNicName { get; set; } + /// /// Gets or sets a value indicating whether this NIC is selected for /// migration. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtNicInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtNicInput.cs index 3c9c27db3e044..449c682d6f8b2 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtNicInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtNicInput.cs @@ -37,13 +37,15 @@ public VMwareCbtNicInput() /// The static IP address. /// A value indicating whether /// this NIC is selected for migration. - public VMwareCbtNicInput(string nicId, string isPrimaryNic, string targetSubnetName = default(string), string targetStaticIPAddress = default(string), string isSelectedForMigration = default(string)) + /// Target NIC name. + public VMwareCbtNicInput(string nicId, string isPrimaryNic, string targetSubnetName = default(string), string targetStaticIPAddress = default(string), string isSelectedForMigration = default(string), string targetNicName = default(string)) { NicId = nicId; IsPrimaryNic = isPrimaryNic; TargetSubnetName = targetSubnetName; TargetStaticIPAddress = targetStaticIPAddress; IsSelectedForMigration = isSelectedForMigration; + TargetNicName = targetNicName; CustomInit(); } @@ -83,6 +85,12 @@ public VMwareCbtNicInput() [JsonProperty(PropertyName = "isSelectedForMigration")] public string IsSelectedForMigration { get; set; } + /// + /// Gets or sets target NIC name. + /// + [JsonProperty(PropertyName = "targetNicName")] + public string TargetNicName { get; set; } + /// /// Validate the object. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtProtectedDiskDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtProtectedDiskDetails.cs index c84801d0002d5..fb8934910df46 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtProtectedDiskDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtProtectedDiskDetails.cs @@ -33,6 +33,8 @@ public VMwareCbtProtectedDiskDetails() /// /// The disk id. /// The disk name. + /// The disk type. Possible values include: + /// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' /// The disk path. /// A value indicating whether the disk is the /// OS disk. @@ -47,12 +49,13 @@ public VMwareCbtProtectedDiskDetails() /// disk. /// The ARM Id of the target managed /// disk. - /// The disk type. Possible values include: - /// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' - public VMwareCbtProtectedDiskDetails(string diskId = default(string), string diskName = default(string), string diskPath = default(string), string isOSDisk = default(string), long? capacityInBytes = default(long?), string logStorageAccountId = default(string), string logStorageAccountSasSecretName = default(string), string diskEncryptionSetId = default(string), string seedManagedDiskId = default(string), string targetManagedDiskId = default(string), string diskType = default(string)) + /// The name for the target managed + /// disk. + public VMwareCbtProtectedDiskDetails(string diskId = default(string), string diskName = default(string), string diskType = default(string), string diskPath = default(string), string isOSDisk = default(string), long? capacityInBytes = default(long?), string logStorageAccountId = default(string), string logStorageAccountSasSecretName = default(string), string diskEncryptionSetId = default(string), string seedManagedDiskId = default(string), string targetManagedDiskId = default(string), string targetDiskName = default(string)) { DiskId = diskId; DiskName = diskName; + DiskType = diskType; DiskPath = diskPath; IsOSDisk = isOSDisk; CapacityInBytes = capacityInBytes; @@ -61,7 +64,7 @@ public VMwareCbtProtectedDiskDetails() DiskEncryptionSetId = diskEncryptionSetId; SeedManagedDiskId = seedManagedDiskId; TargetManagedDiskId = targetManagedDiskId; - DiskType = diskType; + TargetDiskName = targetDiskName; CustomInit(); } @@ -82,6 +85,13 @@ public VMwareCbtProtectedDiskDetails() [JsonProperty(PropertyName = "diskName")] public string DiskName { get; private set; } + /// + /// Gets or sets the disk type. Possible values include: + /// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' + /// + [JsonProperty(PropertyName = "diskType")] + public string DiskType { get; set; } + /// /// Gets the disk path. /// @@ -131,11 +141,10 @@ public VMwareCbtProtectedDiskDetails() public string TargetManagedDiskId { get; private set; } /// - /// Gets or sets the disk type. Possible values include: - /// 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' + /// Gets or sets the name for the target managed disk. /// - [JsonProperty(PropertyName = "diskType")] - public string DiskType { get; set; } + [JsonProperty(PropertyName = "targetDiskName")] + public string TargetDiskName { get; set; } } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtUpdateDiskInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtUpdateDiskInput.cs new file mode 100644 index 0000000000000..95e6bc91cd487 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtUpdateDiskInput.cs @@ -0,0 +1,73 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// VMwareCbt disk input for update. + /// + public partial class VMwareCbtUpdateDiskInput + { + /// + /// Initializes a new instance of the VMwareCbtUpdateDiskInput class. + /// + public VMwareCbtUpdateDiskInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the VMwareCbtUpdateDiskInput class. + /// + /// The disk Id. + /// The target disk name. + public VMwareCbtUpdateDiskInput(string diskId, string targetDiskName = default(string)) + { + DiskId = diskId; + TargetDiskName = targetDiskName; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the disk Id. + /// + [JsonProperty(PropertyName = "diskId")] + public string DiskId { get; set; } + + /// + /// Gets or sets the target disk name. + /// + [JsonProperty(PropertyName = "targetDiskName")] + public string TargetDiskName { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (DiskId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "DiskId"); + } + } + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtUpdateMigrationItemInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtUpdateMigrationItemInput.cs index 128314bad7c9a..49d9ceeb008da 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtUpdateMigrationItemInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareCbtUpdateMigrationItemInput.cs @@ -40,25 +40,43 @@ public VMwareCbtUpdateMigrationItemInput() /// Id. /// The target availability set /// ARM Id. + /// The target availability + /// zone. + /// The target proximity + /// placement group ARM Id. /// The target boot /// diagnostics storage account ARM Id. /// The target network ARM Id. /// The list of NIC details. + /// The list of disk update properties. /// The license type. Possible values /// include: 'NotSpecified', 'NoLicenseType', 'WindowsServer' + /// The SQL Server license type. + /// Possible values include: 'NotSpecified', 'NoLicenseType', 'PAYG', + /// 'AHUB' /// A value indicating whether auto /// resync is to be done. - public VMwareCbtUpdateMigrationItemInput(string targetVmName = default(string), string targetVmSize = default(string), string targetResourceGroupId = default(string), string targetAvailabilitySetId = default(string), string targetBootDiagnosticsStorageAccountId = default(string), string targetNetworkId = default(string), IList vmNics = default(IList), string licenseType = default(string), string performAutoResync = default(string)) + /// The target VM tags. + /// The tags for the target disks. + /// The tags for the target NICs. + public VMwareCbtUpdateMigrationItemInput(string targetVmName = default(string), string targetVmSize = default(string), string targetResourceGroupId = default(string), string targetAvailabilitySetId = default(string), string targetAvailabilityZone = default(string), string targetProximityPlacementGroupId = default(string), string targetBootDiagnosticsStorageAccountId = default(string), string targetNetworkId = default(string), IList vmNics = default(IList), IList vmDisks = default(IList), string licenseType = default(string), string sqlServerLicenseType = default(string), string performAutoResync = default(string), IDictionary targetVmTags = default(IDictionary), IDictionary targetDiskTags = default(IDictionary), IDictionary targetNicTags = default(IDictionary)) { TargetVmName = targetVmName; TargetVmSize = targetVmSize; TargetResourceGroupId = targetResourceGroupId; TargetAvailabilitySetId = targetAvailabilitySetId; + TargetAvailabilityZone = targetAvailabilityZone; + TargetProximityPlacementGroupId = targetProximityPlacementGroupId; TargetBootDiagnosticsStorageAccountId = targetBootDiagnosticsStorageAccountId; TargetNetworkId = targetNetworkId; VmNics = vmNics; + VmDisks = vmDisks; LicenseType = licenseType; + SqlServerLicenseType = sqlServerLicenseType; PerformAutoResync = performAutoResync; + TargetVmTags = targetVmTags; + TargetDiskTags = targetDiskTags; + TargetNicTags = targetNicTags; CustomInit(); } @@ -91,6 +109,18 @@ public VMwareCbtUpdateMigrationItemInput() [JsonProperty(PropertyName = "targetAvailabilitySetId")] public string TargetAvailabilitySetId { get; set; } + /// + /// Gets or sets the target availability zone. + /// + [JsonProperty(PropertyName = "targetAvailabilityZone")] + public string TargetAvailabilityZone { get; set; } + + /// + /// Gets or sets the target proximity placement group ARM Id. + /// + [JsonProperty(PropertyName = "targetProximityPlacementGroupId")] + public string TargetProximityPlacementGroupId { get; set; } + /// /// Gets or sets the target boot diagnostics storage account ARM Id. /// @@ -109,6 +139,12 @@ public VMwareCbtUpdateMigrationItemInput() [JsonProperty(PropertyName = "vmNics")] public IList VmNics { get; set; } + /// + /// Gets or sets the list of disk update properties. + /// + [JsonProperty(PropertyName = "vmDisks")] + public IList VmDisks { get; set; } + /// /// Gets or sets the license type. Possible values include: /// 'NotSpecified', 'NoLicenseType', 'WindowsServer' @@ -116,11 +152,36 @@ public VMwareCbtUpdateMigrationItemInput() [JsonProperty(PropertyName = "licenseType")] public string LicenseType { get; set; } + /// + /// Gets or sets the SQL Server license type. Possible values include: + /// 'NotSpecified', 'NoLicenseType', 'PAYG', 'AHUB' + /// + [JsonProperty(PropertyName = "sqlServerLicenseType")] + public string SqlServerLicenseType { get; set; } + /// /// Gets or sets a value indicating whether auto resync is to be done. /// [JsonProperty(PropertyName = "performAutoResync")] public string PerformAutoResync { get; set; } + /// + /// Gets or sets the target VM tags. + /// + [JsonProperty(PropertyName = "targetVmTags")] + public IDictionary TargetVmTags { get; set; } + + /// + /// Gets or sets the tags for the target disks. + /// + [JsonProperty(PropertyName = "targetDiskTags")] + public IDictionary TargetDiskTags { get; set; } + + /// + /// Gets or sets the tags for the target NICs. + /// + [JsonProperty(PropertyName = "targetNicTags")] + public IDictionary TargetNicTags { get; set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareDetails.cs index 6fc6c44d9e180..8934fe5f6bac9 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareDetails.cs @@ -67,7 +67,7 @@ public VMwareDetails() /// The host name. /// The last heartbeat received from CS /// server. - /// Version status + /// Version status. /// CS SSL cert expiry date. /// CS SSL cert expiry /// date. @@ -277,7 +277,7 @@ public VMwareDetails() public System.DateTime? LastHeartbeat { get; set; } /// - /// Gets or sets version status + /// Gets or sets version status. /// [JsonProperty(PropertyName = "versionStatus")] public string VersionStatus { get; set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareV2FabricCreationInput.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareV2FabricCreationInput.cs index 59e48ba8314f6..ca5eb6b785859 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareV2FabricCreationInput.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareV2FabricCreationInput.cs @@ -33,12 +33,15 @@ public VMwareV2FabricCreationInput() /// Initializes a new instance of the VMwareV2FabricCreationInput /// class. /// - /// The ARM Id of the VMware site. /// The ARM Id of the migration /// solution. - public VMwareV2FabricCreationInput(string vmwareSiteId, string migrationSolutionId) + /// The ARM Id of the VMware site. + /// The ARM Id of the physical + /// site. + public VMwareV2FabricCreationInput(string migrationSolutionId, string vmwareSiteId = default(string), string physicalSiteId = default(string)) { VmwareSiteId = vmwareSiteId; + PhysicalSiteId = physicalSiteId; MigrationSolutionId = migrationSolutionId; CustomInit(); } @@ -54,6 +57,12 @@ public VMwareV2FabricCreationInput(string vmwareSiteId, string migrationSolution [JsonProperty(PropertyName = "vmwareSiteId")] public string VmwareSiteId { get; set; } + /// + /// Gets or sets the ARM Id of the physical site. + /// + [JsonProperty(PropertyName = "physicalSiteId")] + public string PhysicalSiteId { get; set; } + /// /// Gets or sets the ARM Id of the migration solution. /// @@ -68,10 +77,6 @@ public VMwareV2FabricCreationInput(string vmwareSiteId, string migrationSolution /// public virtual void Validate() { - if (VmwareSiteId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "VmwareSiteId"); - } if (MigrationSolutionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "MigrationSolutionId"); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareV2FabricSpecificDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareV2FabricSpecificDetails.cs index bedfb8ea76d2a..4f67ad5cf76b3 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareV2FabricSpecificDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareV2FabricSpecificDetails.cs @@ -11,6 +11,8 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models { using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; using System.Linq; /// @@ -33,16 +35,23 @@ public VMwareV2FabricSpecificDetails() /// class. /// /// The ARM Id of the VMware site. + /// The ARM Id of the physical + /// site. /// The Migration solution ARM /// Id. /// The service endpoint. /// The service resource Id. - public VMwareV2FabricSpecificDetails(string vmwareSiteId = default(string), string migrationSolutionId = default(string), string serviceEndpoint = default(string), string serviceResourceId = default(string)) + /// The service container Id. + /// The list of process servers. + public VMwareV2FabricSpecificDetails(string vmwareSiteId = default(string), string physicalSiteId = default(string), string migrationSolutionId = default(string), string serviceEndpoint = default(string), string serviceResourceId = default(string), string serviceContainerId = default(string), IList processServers = default(IList)) { VmwareSiteId = vmwareSiteId; + PhysicalSiteId = physicalSiteId; MigrationSolutionId = migrationSolutionId; ServiceEndpoint = serviceEndpoint; ServiceResourceId = serviceResourceId; + ServiceContainerId = serviceContainerId; + ProcessServers = processServers; CustomInit(); } @@ -57,6 +66,12 @@ public VMwareV2FabricSpecificDetails() [JsonProperty(PropertyName = "vmwareSiteId")] public string VmwareSiteId { get; private set; } + /// + /// Gets the ARM Id of the physical site. + /// + [JsonProperty(PropertyName = "physicalSiteId")] + public string PhysicalSiteId { get; private set; } + /// /// Gets the Migration solution ARM Id. /// @@ -75,5 +90,17 @@ public VMwareV2FabricSpecificDetails() [JsonProperty(PropertyName = "serviceResourceId")] public string ServiceResourceId { get; private set; } + /// + /// Gets the service container Id. + /// + [JsonProperty(PropertyName = "serviceContainerId")] + public string ServiceContainerId { get; private set; } + + /// + /// Gets the list of process servers. + /// + [JsonProperty(PropertyName = "processServers")] + public IList ProcessServers { get; private set; } + } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareVirtualMachineDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareVirtualMachineDetails.cs index 29574f7130e99..81280d0671545 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareVirtualMachineDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VMwareVirtualMachineDetails.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models using System.Linq; /// - /// VMware provider specific settings + /// VMware provider specific settings. /// [Newtonsoft.Json.JsonObject("VMwareVirtualMachine")] public partial class VMwareVirtualMachineDetails : ConfigurationSettings diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VirtualMachineTaskDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VirtualMachineTaskDetails.cs index 6a8954ffa6b13..43c8091407860 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VirtualMachineTaskDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VirtualMachineTaskDetails.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models /// /// This class represents the virtual machine task details. /// - public partial class VirtualMachineTaskDetails : TaskTypeDetails + public partial class VirtualMachineTaskDetails : JobTaskDetails { /// /// Initializes a new instance of the VirtualMachineTaskDetails class. @@ -29,15 +29,15 @@ public VirtualMachineTaskDetails() /// /// Initializes a new instance of the VirtualMachineTaskDetails class. /// + /// The job entity. /// The skipped reason. /// The skipped reason /// string. - /// The job entity. - public VirtualMachineTaskDetails(string skippedReason = default(string), string skippedReasonString = default(string), JobEntity jobTask = default(JobEntity)) + public VirtualMachineTaskDetails(JobEntity jobTask = default(JobEntity), string skippedReason = default(string), string skippedReasonString = default(string)) + : base(jobTask) { SkippedReason = skippedReason; SkippedReasonString = skippedReasonString; - JobTask = jobTask; CustomInit(); } @@ -58,11 +58,5 @@ public VirtualMachineTaskDetails() [JsonProperty(PropertyName = "skippedReasonString")] public string SkippedReasonString { get; set; } - /// - /// Gets or sets the job entity. - /// - [JsonProperty(PropertyName = "jobTask")] - public JobEntity JobTask { get; set; } - } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VmReplicationProgressHealth.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VmReplicationProgressHealth.cs new file mode 100644 index 0000000000000..1f6b319aeb50d --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VmReplicationProgressHealth.cs @@ -0,0 +1,24 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models +{ + + /// + /// Defines values for VmReplicationProgressHealth. + /// + public static class VmReplicationProgressHealth + { + public const string None = "None"; + public const string InProgress = "InProgress"; + public const string SlowProgress = "SlowProgress"; + public const string NoProgress = "NoProgress"; + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VmmVirtualMachineDetails.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VmmVirtualMachineDetails.cs index 55a75851cb325..ddea52187010f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VmmVirtualMachineDetails.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Models/VmmVirtualMachineDetails.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models /// VMM fabric provider specific VM settings. /// [Newtonsoft.Json.JsonObject("VmmVirtualMachine")] - public partial class VmmVirtualMachineDetails : ConfigurationSettings + public partial class VmmVirtualMachineDetails : HyperVVirtualMachineDetails { /// /// Initializes a new instance of the VmmVirtualMachineDetails class. @@ -39,25 +39,19 @@ public VmmVirtualMachineDetails() /// time. /// A value indicating whether the VM has /// a physical disk attached. String value of - /// {SrsDataContract.PresenceStatus} enum. Possible values include: + /// SrsDataContract.PresenceStatus enum. Possible values include: /// 'Unknown', 'Present', 'NotPresent' /// A value indicating whether the /// VM has a fibre channel adapter attached. String value of - /// {SrsDataContract.PresenceStatus} enum. Possible values include: + /// SrsDataContract.PresenceStatus enum. Possible values include: /// 'Unknown', 'Present', 'NotPresent' /// A value indicating whether the VM has a - /// shared VHD attached. String value of - /// {SrsDataContract.PresenceStatus} enum. Possible values include: - /// 'Unknown', 'Present', 'NotPresent' + /// shared VHD attached. String value of SrsDataContract.PresenceStatus + /// enum. Possible values include: 'Unknown', 'Present', + /// 'NotPresent' public VmmVirtualMachineDetails(string sourceItemId = default(string), string generation = default(string), OSDetails osDetails = default(OSDetails), IList diskDetails = default(IList), string hasPhysicalDisk = default(string), string hasFibreChannelAdapter = default(string), string hasSharedVhd = default(string)) + : base(sourceItemId, generation, osDetails, diskDetails, hasPhysicalDisk, hasFibreChannelAdapter, hasSharedVhd) { - SourceItemId = sourceItemId; - Generation = generation; - OsDetails = osDetails; - DiskDetails = diskDetails; - HasPhysicalDisk = hasPhysicalDisk; - HasFibreChannelAdapter = hasFibreChannelAdapter; - HasSharedVhd = hasSharedVhd; CustomInit(); } @@ -66,53 +60,5 @@ public VmmVirtualMachineDetails() /// partial void CustomInit(); - /// - /// Gets or sets the source id of the object. - /// - [JsonProperty(PropertyName = "sourceItemId")] - public string SourceItemId { get; set; } - - /// - /// Gets or sets the id of the object in fabric. - /// - [JsonProperty(PropertyName = "generation")] - public string Generation { get; set; } - - /// - /// Gets or sets the Last replication time. - /// - [JsonProperty(PropertyName = "osDetails")] - public OSDetails OsDetails { get; set; } - - /// - /// Gets or sets the Last successful failover time. - /// - [JsonProperty(PropertyName = "diskDetails")] - public IList DiskDetails { get; set; } - - /// - /// Gets or sets a value indicating whether the VM has a physical disk - /// attached. String value of {SrsDataContract.PresenceStatus} enum. - /// Possible values include: 'Unknown', 'Present', 'NotPresent' - /// - [JsonProperty(PropertyName = "hasPhysicalDisk")] - public string HasPhysicalDisk { get; set; } - - /// - /// Gets or sets a value indicating whether the VM has a fibre channel - /// adapter attached. String value of {SrsDataContract.PresenceStatus} - /// enum. Possible values include: 'Unknown', 'Present', 'NotPresent' - /// - [JsonProperty(PropertyName = "hasFibreChannelAdapter")] - public string HasFibreChannelAdapter { get; set; } - - /// - /// Gets or sets a value indicating whether the VM has a shared VHD - /// attached. String value of {SrsDataContract.PresenceStatus} enum. - /// Possible values include: 'Unknown', 'Present', 'NotPresent' - /// - [JsonProperty(PropertyName = "hasSharedVhd")] - public string HasSharedVhd { get; set; } - } } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Operations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Operations.cs index 9fe5a266bed59..15fda7bee3e22 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Operations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/Operations.cs @@ -103,7 +103,7 @@ internal Operations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/operations").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/operations").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/RecoveryPointsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/RecoveryPointsOperations.cs index 274de0cad04aa..000abc04b7fe3 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/RecoveryPointsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/RecoveryPointsOperations.cs @@ -51,7 +51,7 @@ internal RecoveryPointsOperations(SiteRecoveryManagementClient client) public SiteRecoveryManagementClient Client { get; private set; } /// - /// Get recovery points for a replication protected item. + /// Gets the list of recovery points for a replication protected item. /// /// /// Lists the available recovery points for a replication protected item. @@ -63,7 +63,7 @@ internal RecoveryPointsOperations(SiteRecoveryManagementClient client) /// The protection container name. /// /// - /// The replication protected item's name. + /// The replication protected item name. /// /// /// Headers that will be added to request. @@ -131,7 +131,7 @@ internal RecoveryPointsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/recoveryPoints").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/recoveryPoints").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -269,7 +269,7 @@ internal RecoveryPointsOperations(SiteRecoveryManagementClient client) } /// - /// Get a recovery point. + /// Gets a recovery point. /// /// /// Get the details of specified recovery point. @@ -281,7 +281,7 @@ internal RecoveryPointsOperations(SiteRecoveryManagementClient client) /// The protection container name. /// /// - /// The replication protected item's name. + /// The replication protected item name. /// /// /// The recovery point name. @@ -357,7 +357,7 @@ internal RecoveryPointsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/recoveryPoints/{recoveryPointName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/recoveryPoints/{recoveryPointName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -496,7 +496,7 @@ internal RecoveryPointsOperations(SiteRecoveryManagementClient client) } /// - /// Get recovery points for a replication protected item. + /// Gets the list of recovery points for a replication protected item. /// /// /// Lists the available recovery points for a replication protected item. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/RecoveryPointsOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/RecoveryPointsOperationsExtensions.cs index ae13105d38cc3..6a8979683dfcc 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/RecoveryPointsOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/RecoveryPointsOperationsExtensions.cs @@ -22,7 +22,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery public static partial class RecoveryPointsOperationsExtensions { /// - /// Get recovery points for a replication protected item. + /// Gets the list of recovery points for a replication protected item. /// /// /// Lists the available recovery points for a replication protected item. @@ -37,7 +37,7 @@ public static partial class RecoveryPointsOperationsExtensions /// The protection container name. /// /// - /// The replication protected item's name. + /// The replication protected item name. /// public static IPage ListByReplicationProtectedItems(this IRecoveryPointsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName) { @@ -45,7 +45,7 @@ public static IPage ListByReplicationProtectedItems(this IRecover } /// - /// Get recovery points for a replication protected item. + /// Gets the list of recovery points for a replication protected item. /// /// /// Lists the available recovery points for a replication protected item. @@ -60,7 +60,7 @@ public static IPage ListByReplicationProtectedItems(this IRecover /// The protection container name. /// /// - /// The replication protected item's name. + /// The replication protected item name. /// /// /// The cancellation token. @@ -74,7 +74,7 @@ public static IPage ListByReplicationProtectedItems(this IRecover } /// - /// Get a recovery point. + /// Gets a recovery point. /// /// /// Get the details of specified recovery point. @@ -89,7 +89,7 @@ public static IPage ListByReplicationProtectedItems(this IRecover /// The protection container name. /// /// - /// The replication protected item's name. + /// The replication protected item name. /// /// /// The recovery point name. @@ -100,7 +100,7 @@ public static RecoveryPoint Get(this IRecoveryPointsOperations operations, strin } /// - /// Get a recovery point. + /// Gets a recovery point. /// /// /// Get the details of specified recovery point. @@ -115,7 +115,7 @@ public static RecoveryPoint Get(this IRecoveryPointsOperations operations, strin /// The protection container name. /// /// - /// The replication protected item's name. + /// The replication protected item name. /// /// /// The recovery point name. @@ -132,7 +132,7 @@ public static RecoveryPoint Get(this IRecoveryPointsOperations operations, strin } /// - /// Get recovery points for a replication protected item. + /// Gets the list of recovery points for a replication protected item. /// /// /// Lists the available recovery points for a replication protected item. @@ -149,7 +149,7 @@ public static IPage ListByReplicationProtectedItemsNext(this IRec } /// - /// Get recovery points for a replication protected item. + /// Gets the list of recovery points for a replication protected item. /// /// /// Lists the available recovery points for a replication protected item. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationAlertSettingsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationAlertSettingsOperations.cs index 05f0346ebee92..156bc46005608 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationAlertSettingsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationAlertSettingsOperations.cs @@ -107,7 +107,7 @@ internal ReplicationAlertSettingsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -306,7 +306,7 @@ internal ReplicationAlertSettingsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -514,7 +514,7 @@ internal ReplicationAlertSettingsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationEligibilityResultsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationEligibilityResultsOperations.cs index ada748e1ef93d..18cae8d5ab1a9 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationEligibilityResultsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationEligibilityResultsOperations.cs @@ -112,7 +112,7 @@ internal ReplicationEligibilityResultsOperations(SiteRecoveryManagementClient cl } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{virtualMachineName}/providers/Microsoft.RecoveryServices/replicationEligibilityResults").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{virtualMachineName}/providers/Microsoft.RecoveryServices/replicationEligibilityResults").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{virtualMachineName}", System.Uri.EscapeDataString(virtualMachineName)); @@ -308,7 +308,7 @@ internal ReplicationEligibilityResultsOperations(SiteRecoveryManagementClient cl } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{virtualMachineName}/providers/Microsoft.RecoveryServices/replicationEligibilityResults/default").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{virtualMachineName}/providers/Microsoft.RecoveryServices/replicationEligibilityResults/default").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{virtualMachineName}", System.Uri.EscapeDataString(virtualMachineName)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationEventsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationEventsOperations.cs index ae4a94d32647a..38f89393be3da 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationEventsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationEventsOperations.cs @@ -112,7 +112,7 @@ internal ReplicationEventsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationEvents").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationEvents").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -319,7 +319,7 @@ internal ReplicationEventsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationEvents/{eventName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationEvents/{eventName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationFabricsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationFabricsOperations.cs index 6a8d84e9c0207..9464a869293f5 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationFabricsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationFabricsOperations.cs @@ -12,6 +12,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery { using Microsoft.Rest; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; using Newtonsoft.Json; using System.Collections; @@ -51,7 +52,7 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) public SiteRecoveryManagementClient Client { get; private set; } /// - /// Gets the list of ASR fabrics + /// Gets the list of ASR fabrics. /// /// /// Gets a list of the Azure Site Recovery fabrics in the vault. @@ -107,7 +108,7 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -250,6 +251,9 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) /// /// Fabric name. /// + /// + /// OData parameters to apply to the operation. + /// /// /// Headers that will be added to request. /// @@ -271,7 +275,7 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(string fabricName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetWithHttpMessagesAsync(string fabricName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.ApiVersion == null) { @@ -300,18 +304,27 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("fabricName", fabricName); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{fabricName}", System.Uri.EscapeDataString(fabricName)); List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); @@ -446,7 +459,7 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) /// /// /// The operation to create an Azure Site Recovery fabric (for e.g. Hyper-V - /// site) + /// site). /// /// /// Name of the ASR fabric. @@ -566,7 +579,7 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) /// The operation to delete or remove an Azure Site Recovery fabric. /// /// - /// ASR fabric to delete + /// ASR fabric to delete. /// /// /// The headers that will be added to request. @@ -611,7 +624,7 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) /// /// /// The operation to create an Azure Site Recovery fabric (for e.g. Hyper-V - /// site) + /// site). /// /// /// Name of the ASR fabric. @@ -680,7 +693,7 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -883,7 +896,7 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1065,7 +1078,7 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/checkConsistency").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/checkConsistency").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1262,7 +1275,7 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/migratetoaad").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/migratetoaad").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1453,7 +1466,7 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/reassociateGateway").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/reassociateGateway").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1601,7 +1614,7 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) /// The operation to delete or remove an Azure Site Recovery fabric. /// /// - /// ASR fabric to delete + /// ASR fabric to delete. /// /// /// Headers that will be added to request. @@ -1656,7 +1669,7 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/remove").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/remove").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1846,7 +1859,7 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/renewCertificate").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/renewCertificate").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1988,7 +2001,7 @@ internal ReplicationFabricsOperations(SiteRecoveryManagementClient client) } /// - /// Gets the list of ASR fabrics + /// Gets the list of ASR fabrics. /// /// /// Gets a list of the Azure Site Recovery fabrics in the vault. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationFabricsOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationFabricsOperationsExtensions.cs index 4fd2ce26b5715..f6cb2e90a0e16 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationFabricsOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationFabricsOperationsExtensions.cs @@ -12,6 +12,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery { using Microsoft.Rest; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; using System.Threading; using System.Threading.Tasks; @@ -22,7 +23,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery public static partial class ReplicationFabricsOperationsExtensions { /// - /// Gets the list of ASR fabrics + /// Gets the list of ASR fabrics. /// /// /// Gets a list of the Azure Site Recovery fabrics in the vault. @@ -36,7 +37,7 @@ public static IPage List(this IReplicationFabricsOperations operations) } /// - /// Gets the list of ASR fabrics + /// Gets the list of ASR fabrics. /// /// /// Gets a list of the Azure Site Recovery fabrics in the vault. @@ -67,9 +68,12 @@ public static IPage List(this IReplicationFabricsOperations operations) /// /// Fabric name. /// - public static Fabric Get(this IReplicationFabricsOperations operations, string fabricName) + /// + /// OData parameters to apply to the operation. + /// + public static Fabric Get(this IReplicationFabricsOperations operations, string fabricName, ODataQuery odataQuery = default(ODataQuery)) { - return operations.GetAsync(fabricName).GetAwaiter().GetResult(); + return operations.GetAsync(fabricName, odataQuery).GetAwaiter().GetResult(); } /// @@ -84,12 +88,15 @@ public static Fabric Get(this IReplicationFabricsOperations operations, string f /// /// Fabric name. /// + /// + /// OData parameters to apply to the operation. + /// /// /// The cancellation token. /// - public static async Task GetAsync(this IReplicationFabricsOperations operations, string fabricName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this IReplicationFabricsOperations operations, string fabricName, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetWithHttpMessagesAsync(fabricName, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetWithHttpMessagesAsync(fabricName, odataQuery, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -100,7 +107,7 @@ public static Fabric Get(this IReplicationFabricsOperations operations, string f /// /// /// The operation to create an Azure Site Recovery fabric (for e.g. Hyper-V - /// site) + /// site). /// /// /// The operations group for this extension method. @@ -121,7 +128,7 @@ public static Fabric Create(this IReplicationFabricsOperations operations, strin /// /// /// The operation to create an Azure Site Recovery fabric (for e.g. Hyper-V - /// site) + /// site). /// /// /// The operations group for this extension method. @@ -315,7 +322,7 @@ public static Fabric ReassociateGateway(this IReplicationFabricsOperations opera /// The operations group for this extension method. /// /// - /// ASR fabric to delete + /// ASR fabric to delete. /// public static void Delete(this IReplicationFabricsOperations operations, string fabricName) { @@ -332,7 +339,7 @@ public static void Delete(this IReplicationFabricsOperations operations, string /// The operations group for this extension method. /// /// - /// ASR fabric to delete + /// ASR fabric to delete. /// /// /// The cancellation token. @@ -393,7 +400,7 @@ public static Fabric RenewCertificate(this IReplicationFabricsOperations operati /// /// /// The operation to create an Azure Site Recovery fabric (for e.g. Hyper-V - /// site) + /// site). /// /// /// The operations group for this extension method. @@ -414,7 +421,7 @@ public static Fabric BeginCreate(this IReplicationFabricsOperations operations, /// /// /// The operation to create an Azure Site Recovery fabric (for e.g. Hyper-V - /// site) + /// site). /// /// /// The operations group for this extension method. @@ -608,7 +615,7 @@ public static Fabric BeginReassociateGateway(this IReplicationFabricsOperations /// The operations group for this extension method. /// /// - /// ASR fabric to delete + /// ASR fabric to delete. /// public static void BeginDelete(this IReplicationFabricsOperations operations, string fabricName) { @@ -625,7 +632,7 @@ public static void BeginDelete(this IReplicationFabricsOperations operations, st /// The operations group for this extension method. /// /// - /// ASR fabric to delete + /// ASR fabric to delete. /// /// /// The cancellation token. @@ -682,7 +689,7 @@ public static Fabric BeginRenewCertificate(this IReplicationFabricsOperations op } /// - /// Gets the list of ASR fabrics + /// Gets the list of ASR fabrics. /// /// /// Gets a list of the Azure Site Recovery fabrics in the vault. @@ -699,7 +706,7 @@ public static IPage ListNext(this IReplicationFabricsOperations operatio } /// - /// Gets the list of ASR fabrics + /// Gets the list of ASR fabrics. /// /// /// Gets a list of the Azure Site Recovery fabrics in the vault. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationJobsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationJobsOperations.cs index acd608ed50154..618127bcd40fc 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationJobsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationJobsOperations.cs @@ -112,7 +112,7 @@ internal ReplicationJobsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationJobs").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationJobs").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -261,7 +261,7 @@ internal ReplicationJobsOperations(SiteRecoveryManagementClient client) /// Get the details of an Azure Site Recovery job. /// /// - /// Job identifier + /// Job identifier. /// /// /// Headers that will be added to request. @@ -319,7 +319,7 @@ internal ReplicationJobsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationJobs/{jobName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationJobs/{jobName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -502,7 +502,7 @@ internal ReplicationJobsOperations(SiteRecoveryManagementClient client) /// Resumes the specified job. /// /// - /// The operation to resume an Azure Site Recovery job + /// The operation to resume an Azure Site Recovery job. /// /// /// Job identifier. @@ -611,7 +611,7 @@ internal ReplicationJobsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationJobs/{jobName}/cancel").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationJobs/{jobName}/cancel").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -811,7 +811,7 @@ internal ReplicationJobsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationJobs/{jobName}/restart").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationJobs/{jobName}/restart").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -950,7 +950,7 @@ internal ReplicationJobsOperations(SiteRecoveryManagementClient client) /// Resumes the specified job. /// /// - /// The operation to resume an Azure Site Recovery job + /// The operation to resume an Azure Site Recovery job. /// /// /// Job identifier. @@ -1019,7 +1019,7 @@ internal ReplicationJobsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationJobs/{jobName}/resume").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationJobs/{jobName}/resume").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1226,7 +1226,7 @@ internal ReplicationJobsOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationJobs/export").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationJobs/export").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationJobsOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationJobsOperationsExtensions.cs index 4b9816d871b5a..4f6ac61fa451b 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationJobsOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationJobsOperationsExtensions.cs @@ -72,7 +72,7 @@ public static partial class ReplicationJobsOperationsExtensions /// The operations group for this extension method. /// /// - /// Job identifier + /// Job identifier. /// public static Job Get(this IReplicationJobsOperations operations, string jobName) { @@ -89,7 +89,7 @@ public static Job Get(this IReplicationJobsOperations operations, string jobName /// The operations group for this extension method. /// /// - /// Job identifier + /// Job identifier. /// /// /// The cancellation token. @@ -186,7 +186,7 @@ public static Job Restart(this IReplicationJobsOperations operations, string job /// Resumes the specified job. /// /// - /// The operation to resume an Azure Site Recovery job + /// The operation to resume an Azure Site Recovery job. /// /// /// The operations group for this extension method. @@ -206,7 +206,7 @@ public static Job Resume(this IReplicationJobsOperations operations, string jobN /// Resumes the specified job. /// /// - /// The operation to resume an Azure Site Recovery job + /// The operation to resume an Azure Site Recovery job. /// /// /// The operations group for this extension method. @@ -354,7 +354,7 @@ public static Job BeginRestart(this IReplicationJobsOperations operations, strin /// Resumes the specified job. /// /// - /// The operation to resume an Azure Site Recovery job + /// The operation to resume an Azure Site Recovery job. /// /// /// The operations group for this extension method. @@ -374,7 +374,7 @@ public static Job BeginResume(this IReplicationJobsOperations operations, string /// Resumes the specified job. /// /// - /// The operation to resume an Azure Site Recovery job + /// The operation to resume an Azure Site Recovery job. /// /// /// The operations group for this extension method. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationLogicalNetworksOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationLogicalNetworksOperations.cs index 8048e17c90d88..fbbcadf2cb67c 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationLogicalNetworksOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationLogicalNetworksOperations.cs @@ -54,7 +54,7 @@ internal ReplicationLogicalNetworksOperations(SiteRecoveryManagementClient clien /// Gets the list of logical networks under a fabric. /// /// - /// Lists all the logical networks of the Azure Site Recovery fabric + /// Lists all the logical networks of the Azure Site Recovery fabric. /// /// /// Server Id. @@ -115,7 +115,7 @@ internal ReplicationLogicalNetworksOperations(SiteRecoveryManagementClient clien } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationLogicalNetworks").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationLogicalNetworks").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -323,7 +323,7 @@ internal ReplicationLogicalNetworksOperations(SiteRecoveryManagementClient clien } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationLogicalNetworks/{logicalNetworkName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationLogicalNetworks/{logicalNetworkName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -463,7 +463,7 @@ internal ReplicationLogicalNetworksOperations(SiteRecoveryManagementClient clien /// Gets the list of logical networks under a fabric. /// /// - /// Lists all the logical networks of the Azure Site Recovery fabric + /// Lists all the logical networks of the Azure Site Recovery fabric. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationLogicalNetworksOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationLogicalNetworksOperationsExtensions.cs index 3b5cc82463c25..b399ec952da5b 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationLogicalNetworksOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationLogicalNetworksOperationsExtensions.cs @@ -25,7 +25,7 @@ public static partial class ReplicationLogicalNetworksOperationsExtensions /// Gets the list of logical networks under a fabric. /// /// - /// Lists all the logical networks of the Azure Site Recovery fabric + /// Lists all the logical networks of the Azure Site Recovery fabric. /// /// /// The operations group for this extension method. @@ -42,7 +42,7 @@ public static IPage ListByReplicationFabrics(this IReplicationLo /// Gets the list of logical networks under a fabric. /// /// - /// Lists all the logical networks of the Azure Site Recovery fabric + /// Lists all the logical networks of the Azure Site Recovery fabric. /// /// /// The operations group for this extension method. @@ -111,7 +111,7 @@ public static LogicalNetwork Get(this IReplicationLogicalNetworksOperations oper /// Gets the list of logical networks under a fabric. /// /// - /// Lists all the logical networks of the Azure Site Recovery fabric + /// Lists all the logical networks of the Azure Site Recovery fabric. /// /// /// The operations group for this extension method. @@ -128,7 +128,7 @@ public static IPage ListByReplicationFabricsNext(this IReplicati /// Gets the list of logical networks under a fabric. /// /// - /// Lists all the logical networks of the Azure Site Recovery fabric + /// Lists all the logical networks of the Azure Site Recovery fabric. /// /// /// The operations group for this extension method. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationMigrationItemsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationMigrationItemsOperations.cs index 71bf9a5b955f2..62943495cf9a7 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationMigrationItemsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationMigrationItemsOperations.cs @@ -63,6 +63,15 @@ internal ReplicationMigrationItemsOperations(SiteRecoveryManagementClient client /// /// Protection container name. /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// The pagination token. + /// + /// + /// The page size. + /// /// /// Headers that will be added to request. /// @@ -84,7 +93,7 @@ internal ReplicationMigrationItemsOperations(SiteRecoveryManagementClient client /// /// A response object containing the response body and response headers. /// - public async Task>> ListByReplicationProtectionContainersWithHttpMessagesAsync(string fabricName, string protectionContainerName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListByReplicationProtectionContainersWithHttpMessagesAsync(string fabricName, string protectionContainerName, ODataQuery odataQuery = default(ODataQuery), string skipToken = default(string), string takeToken = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.ApiVersion == null) { @@ -117,24 +126,43 @@ internal ReplicationMigrationItemsOperations(SiteRecoveryManagementClient client { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("fabricName", fabricName); tracingParameters.Add("protectionContainerName", protectionContainerName); + tracingParameters.Add("skipToken", skipToken); + tracingParameters.Add("takeToken", takeToken); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByReplicationProtectionContainers", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{fabricName}", System.Uri.EscapeDataString(fabricName)); _url = _url.Replace("{protectionContainerName}", System.Uri.EscapeDataString(protectionContainerName)); List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } if (Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } + if (skipToken != null) + { + _queryParameters.Add(string.Format("skipToken={0}", System.Uri.EscapeDataString(skipToken))); + } + if (takeToken != null) + { + _queryParameters.Add(string.Format("takeToken={0}", System.Uri.EscapeDataString(takeToken))); + } if (_queryParameters.Count > 0) { _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); @@ -338,7 +366,7 @@ internal ReplicationMigrationItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -701,6 +729,9 @@ internal ReplicationMigrationItemsOperations(SiteRecoveryManagementClient client /// /// The pagination token. /// + /// + /// The page size. + /// /// /// Headers that will be added to request. /// @@ -722,7 +753,7 @@ internal ReplicationMigrationItemsOperations(SiteRecoveryManagementClient client /// /// A response object containing the response body and response headers. /// - public async Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), string skipToken = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListWithHttpMessagesAsync(ODataQuery odataQuery = default(ODataQuery), string skipToken = default(string), string takeToken = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.ApiVersion == null) { @@ -749,12 +780,13 @@ internal ReplicationMigrationItemsOperations(SiteRecoveryManagementClient client Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("skipToken", skipToken); + tracingParameters.Add("takeToken", takeToken); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationMigrationItems").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationMigrationItems").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -775,6 +807,10 @@ internal ReplicationMigrationItemsOperations(SiteRecoveryManagementClient client { _queryParameters.Add(string.Format("skipToken={0}", System.Uri.EscapeDataString(skipToken))); } + if (takeToken != null) + { + _queryParameters.Add(string.Format("takeToken={0}", System.Uri.EscapeDataString(takeToken))); + } if (_queryParameters.Count > 0) { _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); @@ -993,7 +1029,7 @@ internal ReplicationMigrationItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1218,7 +1254,7 @@ internal ReplicationMigrationItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1430,7 +1466,7 @@ internal ReplicationMigrationItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1666,7 +1702,7 @@ internal ReplicationMigrationItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}/migrate").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}/migrate").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1902,7 +1938,7 @@ internal ReplicationMigrationItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}/resync").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}/resync").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -2138,7 +2174,7 @@ internal ReplicationMigrationItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}/testMigrate").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}/testMigrate").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -2374,7 +2410,7 @@ internal ReplicationMigrationItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}/testMigrateCleanup").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}/testMigrateCleanup").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationMigrationItemsOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationMigrationItemsOperationsExtensions.cs index dbe9dc44d4594..ed1bd14984db0 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationMigrationItemsOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationMigrationItemsOperationsExtensions.cs @@ -37,9 +37,18 @@ public static partial class ReplicationMigrationItemsOperationsExtensions /// /// Protection container name. /// - public static IPage ListByReplicationProtectionContainers(this IReplicationMigrationItemsOperations operations, string fabricName, string protectionContainerName) + /// + /// OData parameters to apply to the operation. + /// + /// + /// The pagination token. + /// + /// + /// The page size. + /// + public static IPage ListByReplicationProtectionContainers(this IReplicationMigrationItemsOperations operations, string fabricName, string protectionContainerName, ODataQuery odataQuery = default(ODataQuery), string skipToken = default(string), string takeToken = default(string)) { - return operations.ListByReplicationProtectionContainersAsync(fabricName, protectionContainerName).GetAwaiter().GetResult(); + return operations.ListByReplicationProtectionContainersAsync(fabricName, protectionContainerName, odataQuery, skipToken, takeToken).GetAwaiter().GetResult(); } /// @@ -57,12 +66,21 @@ public static IPage ListByReplicationProtectionContainers(this IR /// /// Protection container name. /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// The pagination token. + /// + /// + /// The page size. + /// /// /// The cancellation token. /// - public static async Task> ListByReplicationProtectionContainersAsync(this IReplicationMigrationItemsOperations operations, string fabricName, string protectionContainerName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListByReplicationProtectionContainersAsync(this IReplicationMigrationItemsOperations operations, string fabricName, string protectionContainerName, ODataQuery odataQuery = default(ODataQuery), string skipToken = default(string), string takeToken = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListByReplicationProtectionContainersWithHttpMessagesAsync(fabricName, protectionContainerName, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListByReplicationProtectionContainersWithHttpMessagesAsync(fabricName, protectionContainerName, odataQuery, skipToken, takeToken, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -529,9 +547,12 @@ public static MigrationItem TestMigrateCleanup(this IReplicationMigrationItemsOp /// /// The pagination token. /// - public static IPage List(this IReplicationMigrationItemsOperations operations, ODataQuery odataQuery = default(ODataQuery), string skipToken = default(string)) + /// + /// The page size. + /// + public static IPage List(this IReplicationMigrationItemsOperations operations, ODataQuery odataQuery = default(ODataQuery), string skipToken = default(string), string takeToken = default(string)) { - return operations.ListAsync(odataQuery, skipToken).GetAwaiter().GetResult(); + return operations.ListAsync(odataQuery, skipToken, takeToken).GetAwaiter().GetResult(); } /// @@ -546,12 +567,15 @@ public static MigrationItem TestMigrateCleanup(this IReplicationMigrationItemsOp /// /// The pagination token. /// + /// + /// The page size. + /// /// /// The cancellation token. /// - public static async Task> ListAsync(this IReplicationMigrationItemsOperations operations, ODataQuery odataQuery = default(ODataQuery), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this IReplicationMigrationItemsOperations operations, ODataQuery odataQuery = default(ODataQuery), string skipToken = default(string), string takeToken = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListWithHttpMessagesAsync(odataQuery, skipToken, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListWithHttpMessagesAsync(odataQuery, skipToken, takeToken, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationNetworkMappingsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationNetworkMappingsOperations.cs index 361a53cadd867..b9fd0c430b75f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationNetworkMappingsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationNetworkMappingsOperations.cs @@ -123,7 +123,7 @@ internal ReplicationNetworkMappingsOperations(SiteRecoveryManagementClient clien } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -263,7 +263,7 @@ internal ReplicationNetworkMappingsOperations(SiteRecoveryManagementClient clien /// Gets network mapping by name. /// /// - /// Gets the details of an ASR network mapping + /// Gets the details of an ASR network mapping. /// /// /// Primary fabric name. @@ -340,7 +340,7 @@ internal ReplicationNetworkMappingsOperations(SiteRecoveryManagementClient clien } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -624,7 +624,7 @@ internal ReplicationNetworkMappingsOperations(SiteRecoveryManagementClient clien } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationNetworkMappings").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationNetworkMappings").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -831,6 +831,10 @@ internal ReplicationNetworkMappingsOperations(SiteRecoveryManagementClient clien { throw new ValidationException(ValidationRules.CannotBeNull, "input"); } + if (input != null) + { + input.Validate(); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -847,7 +851,7 @@ internal ReplicationNetworkMappingsOperations(SiteRecoveryManagementClient clien } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1068,7 +1072,7 @@ internal ReplicationNetworkMappingsOperations(SiteRecoveryManagementClient clien } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1276,7 +1280,7 @@ internal ReplicationNetworkMappingsOperations(SiteRecoveryManagementClient clien } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationNetworkMappingsOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationNetworkMappingsOperationsExtensions.cs index 26af45aa57524..4cab6b1aee78a 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationNetworkMappingsOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationNetworkMappingsOperationsExtensions.cs @@ -71,7 +71,7 @@ public static IPage ListByReplicationNetworks(this IReplicationN /// Gets network mapping by name. /// /// - /// Gets the details of an ASR network mapping + /// Gets the details of an ASR network mapping. /// /// /// The operations group for this extension method. @@ -94,7 +94,7 @@ public static NetworkMapping Get(this IReplicationNetworkMappingsOperations oper /// Gets network mapping by name. /// /// - /// Gets the details of an ASR network mapping + /// Gets the details of an ASR network mapping. /// /// /// The operations group for this extension method. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationNetworksOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationNetworksOperations.cs index cbc93447e1b62..c9ab1748d20a0 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationNetworksOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationNetworksOperations.cs @@ -57,7 +57,7 @@ internal ReplicationNetworksOperations(SiteRecoveryManagementClient client) /// Lists the networks available for a fabric. /// /// - /// Fabric name + /// Fabric name. /// /// /// Headers that will be added to request. @@ -115,7 +115,7 @@ internal ReplicationNetworksOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -323,7 +323,7 @@ internal ReplicationNetworksOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -463,7 +463,7 @@ internal ReplicationNetworksOperations(SiteRecoveryManagementClient client) /// Gets the list of networks. View-only API. /// /// - /// Lists the networks available in a vault + /// Lists the networks available in a vault. /// /// /// Headers that will be added to request. @@ -516,7 +516,7 @@ internal ReplicationNetworksOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationNetworks").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationNetworks").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -830,7 +830,7 @@ internal ReplicationNetworksOperations(SiteRecoveryManagementClient client) /// Gets the list of networks. View-only API. /// /// - /// Lists the networks available in a vault + /// Lists the networks available in a vault. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationNetworksOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationNetworksOperationsExtensions.cs index 25706d34a3a70..96b9df0dabf37 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationNetworksOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationNetworksOperationsExtensions.cs @@ -31,7 +31,7 @@ public static partial class ReplicationNetworksOperationsExtensions /// The operations group for this extension method. /// /// - /// Fabric name + /// Fabric name. /// public static IPage ListByReplicationFabrics(this IReplicationNetworksOperations operations, string fabricName) { @@ -48,7 +48,7 @@ public static IPage ListByReplicationFabrics(this IReplicationNetworksO /// The operations group for this extension method. /// /// - /// Fabric name + /// Fabric name. /// /// /// The cancellation token. @@ -111,7 +111,7 @@ public static Network Get(this IReplicationNetworksOperations operations, string /// Gets the list of networks. View-only API. /// /// - /// Lists the networks available in a vault + /// Lists the networks available in a vault. /// /// /// The operations group for this extension method. @@ -125,7 +125,7 @@ public static IPage List(this IReplicationNetworksOperations operations /// Gets the list of networks. View-only API. /// /// - /// Lists the networks available in a vault + /// Lists the networks available in a vault. /// /// /// The operations group for this extension method. @@ -185,7 +185,7 @@ public static IPage ListByReplicationFabricsNext(this IReplicationNetwo /// Gets the list of networks. View-only API. /// /// - /// Lists the networks available in a vault + /// Lists the networks available in a vault. /// /// /// The operations group for this extension method. @@ -202,7 +202,7 @@ public static IPage ListNext(this IReplicationNetworksOperations operat /// Gets the list of networks. View-only API. /// /// - /// Lists the networks available in a vault + /// Lists the networks available in a vault. /// /// /// The operations group for this extension method. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationPoliciesOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationPoliciesOperations.cs index 7400cfb8d8b6c..5ec93341541f4 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationPoliciesOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationPoliciesOperations.cs @@ -51,7 +51,7 @@ internal ReplicationPoliciesOperations(SiteRecoveryManagementClient client) public SiteRecoveryManagementClient Client { get; private set; } /// - /// Gets the list of replication policies + /// Gets the list of replication policies. /// /// /// Lists the replication policies for a vault. @@ -107,7 +107,7 @@ internal ReplicationPoliciesOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationPolicies").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationPolicies").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -306,7 +306,7 @@ internal ReplicationPoliciesOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationPolicies/{policyName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationPolicies/{policyName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -445,13 +445,13 @@ internal ReplicationPoliciesOperations(SiteRecoveryManagementClient client) /// Creates the policy. /// /// - /// The operation to create a replication policy + /// The operation to create a replication policy. /// /// - /// Replication policy name + /// Replication policy name. /// /// - /// Create policy input + /// Create policy input. /// /// /// The headers that will be added to request. @@ -498,7 +498,7 @@ internal ReplicationPoliciesOperations(SiteRecoveryManagementClient client) /// Policy Id. /// /// - /// Update Policy Input + /// Update Policy Input. /// /// /// The headers that will be added to request. @@ -517,13 +517,13 @@ internal ReplicationPoliciesOperations(SiteRecoveryManagementClient client) /// Creates the policy. /// /// - /// The operation to create a replication policy + /// The operation to create a replication policy. /// /// - /// Replication policy name + /// Replication policy name. /// /// - /// Create policy input + /// Create policy input. /// /// /// Headers that will be added to request. @@ -586,7 +586,7 @@ internal ReplicationPoliciesOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationPolicies/{policyName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationPolicies/{policyName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -789,7 +789,7 @@ internal ReplicationPoliciesOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationPolicies/{policyName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationPolicies/{policyName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -916,7 +916,7 @@ internal ReplicationPoliciesOperations(SiteRecoveryManagementClient client) /// Policy Id. /// /// - /// Update Policy Input + /// Update Policy Input. /// /// /// Headers that will be added to request. @@ -979,7 +979,7 @@ internal ReplicationPoliciesOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationPolicies/{policyName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationPolicies/{policyName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1121,7 +1121,7 @@ internal ReplicationPoliciesOperations(SiteRecoveryManagementClient client) } /// - /// Gets the list of replication policies + /// Gets the list of replication policies. /// /// /// Lists the replication policies for a vault. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationPoliciesOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationPoliciesOperationsExtensions.cs index 9793cd20ad061..93ab6eaeb8525 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationPoliciesOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationPoliciesOperationsExtensions.cs @@ -22,7 +22,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery public static partial class ReplicationPoliciesOperationsExtensions { /// - /// Gets the list of replication policies + /// Gets the list of replication policies. /// /// /// Lists the replication policies for a vault. @@ -36,7 +36,7 @@ public static IPage List(this IReplicationPoliciesOperations operations) } /// - /// Gets the list of replication policies + /// Gets the list of replication policies. /// /// /// Lists the replication policies for a vault. @@ -99,16 +99,16 @@ public static Policy Get(this IReplicationPoliciesOperations operations, string /// Creates the policy. /// /// - /// The operation to create a replication policy + /// The operation to create a replication policy. /// /// /// The operations group for this extension method. /// /// - /// Replication policy name + /// Replication policy name. /// /// - /// Create policy input + /// Create policy input. /// public static Policy Create(this IReplicationPoliciesOperations operations, string policyName, CreatePolicyInput input) { @@ -119,16 +119,16 @@ public static Policy Create(this IReplicationPoliciesOperations operations, stri /// Creates the policy. /// /// - /// The operation to create a replication policy + /// The operation to create a replication policy. /// /// /// The operations group for this extension method. /// /// - /// Replication policy name + /// Replication policy name. /// /// - /// Create policy input + /// Create policy input. /// /// /// The cancellation token. @@ -191,7 +191,7 @@ public static void Delete(this IReplicationPoliciesOperations operations, string /// Policy Id. /// /// - /// Update Policy Input + /// Update Policy Input. /// public static Policy Update(this IReplicationPoliciesOperations operations, string policyName, UpdatePolicyInput input) { @@ -211,7 +211,7 @@ public static Policy Update(this IReplicationPoliciesOperations operations, stri /// Policy Id. /// /// - /// Update Policy Input + /// Update Policy Input. /// /// /// The cancellation token. @@ -228,16 +228,16 @@ public static Policy Update(this IReplicationPoliciesOperations operations, stri /// Creates the policy. /// /// - /// The operation to create a replication policy + /// The operation to create a replication policy. /// /// /// The operations group for this extension method. /// /// - /// Replication policy name + /// Replication policy name. /// /// - /// Create policy input + /// Create policy input. /// public static Policy BeginCreate(this IReplicationPoliciesOperations operations, string policyName, CreatePolicyInput input) { @@ -248,16 +248,16 @@ public static Policy BeginCreate(this IReplicationPoliciesOperations operations, /// Creates the policy. /// /// - /// The operation to create a replication policy + /// The operation to create a replication policy. /// /// /// The operations group for this extension method. /// /// - /// Replication policy name + /// Replication policy name. /// /// - /// Create policy input + /// Create policy input. /// /// /// The cancellation token. @@ -320,7 +320,7 @@ public static void BeginDelete(this IReplicationPoliciesOperations operations, s /// Policy Id. /// /// - /// Update Policy Input + /// Update Policy Input. /// public static Policy BeginUpdate(this IReplicationPoliciesOperations operations, string policyName, UpdatePolicyInput input) { @@ -340,7 +340,7 @@ public static Policy BeginUpdate(this IReplicationPoliciesOperations operations, /// Policy Id. /// /// - /// Update Policy Input + /// Update Policy Input. /// /// /// The cancellation token. @@ -354,7 +354,7 @@ public static Policy BeginUpdate(this IReplicationPoliciesOperations operations, } /// - /// Gets the list of replication policies + /// Gets the list of replication policies. /// /// /// Lists the replication policies for a vault. @@ -371,7 +371,7 @@ public static IPage ListNext(this IReplicationPoliciesOperations operati } /// - /// Gets the list of replication policies + /// Gets the list of replication policies. /// /// /// Lists the replication policies for a vault. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectableItemsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectableItemsOperations.cs index 1b75f648e2cf2..f2fce88cc59ba 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectableItemsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectableItemsOperations.cs @@ -66,6 +66,12 @@ internal ReplicationProtectableItemsOperations(SiteRecoveryManagementClient clie /// /// OData parameters to apply to the operation. /// + /// + /// take OData query parameter. + /// + /// + /// skipToken OData query parameter. + /// /// /// Headers that will be added to request. /// @@ -87,7 +93,7 @@ internal ReplicationProtectableItemsOperations(SiteRecoveryManagementClient clie /// /// A response object containing the response body and response headers. /// - public async Task>> ListByReplicationProtectionContainersWithHttpMessagesAsync(string fabricName, string protectionContainerName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListByReplicationProtectionContainersWithHttpMessagesAsync(string fabricName, string protectionContainerName, ODataQuery odataQuery = default(ODataQuery), string take = default(string), string skipToken = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.ApiVersion == null) { @@ -123,12 +129,14 @@ internal ReplicationProtectableItemsOperations(SiteRecoveryManagementClient clie tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("fabricName", fabricName); tracingParameters.Add("protectionContainerName", protectionContainerName); + tracingParameters.Add("take", take); + tracingParameters.Add("skipToken", skipToken); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByReplicationProtectionContainers", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -147,6 +155,14 @@ internal ReplicationProtectableItemsOperations(SiteRecoveryManagementClient clie { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } + if (take != null) + { + _queryParameters.Add(string.Format("$take={0}", System.Uri.EscapeDataString(take))); + } + if (skipToken != null) + { + _queryParameters.Add(string.Format("$skipToken={0}", System.Uri.EscapeDataString(skipToken))); + } if (_queryParameters.Count > 0) { _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); @@ -353,7 +369,7 @@ internal ReplicationProtectableItemsOperations(SiteRecoveryManagementClient clie } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems/{protectableItemName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems/{protectableItemName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectableItemsOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectableItemsOperationsExtensions.cs index cc712b2cf07b2..8be3bcfd5ecbe 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectableItemsOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectableItemsOperationsExtensions.cs @@ -40,9 +40,15 @@ public static partial class ReplicationProtectableItemsOperationsExtensions /// /// OData parameters to apply to the operation. /// - public static IPage ListByReplicationProtectionContainers(this IReplicationProtectableItemsOperations operations, string fabricName, string protectionContainerName, ODataQuery odataQuery = default(ODataQuery)) + /// + /// take OData query parameter. + /// + /// + /// skipToken OData query parameter. + /// + public static IPage ListByReplicationProtectionContainers(this IReplicationProtectableItemsOperations operations, string fabricName, string protectionContainerName, ODataQuery odataQuery = default(ODataQuery), string take = default(string), string skipToken = default(string)) { - return operations.ListByReplicationProtectionContainersAsync(fabricName, protectionContainerName, odataQuery).GetAwaiter().GetResult(); + return operations.ListByReplicationProtectionContainersAsync(fabricName, protectionContainerName, odataQuery, take, skipToken).GetAwaiter().GetResult(); } /// @@ -63,12 +69,18 @@ public static partial class ReplicationProtectableItemsOperationsExtensions /// /// OData parameters to apply to the operation. /// + /// + /// take OData query parameter. + /// + /// + /// skipToken OData query parameter. + /// /// /// The cancellation token. /// - public static async Task> ListByReplicationProtectionContainersAsync(this IReplicationProtectableItemsOperations operations, string fabricName, string protectionContainerName, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListByReplicationProtectionContainersAsync(this IReplicationProtectableItemsOperations operations, string fabricName, string protectionContainerName, ODataQuery odataQuery = default(ODataQuery), string take = default(string), string skipToken = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListByReplicationProtectionContainersWithHttpMessagesAsync(fabricName, protectionContainerName, odataQuery, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListByReplicationProtectionContainersWithHttpMessagesAsync(fabricName, protectionContainerName, odataQuery, take, skipToken, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectedItemsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectedItemsOperations.cs index f36b05bdaec0a..8ddcf039c7ccf 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectedItemsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectedItemsOperations.cs @@ -125,7 +125,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -342,7 +342,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -543,7 +543,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } /// - /// Updates protection. + /// Updates the replication protected item settings. /// /// /// The operation to update the recovery settings of an ASR replication @@ -619,7 +619,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client /// The protection container name. /// /// - /// The replicated protected item's name. + /// The replicated protected item name. /// /// /// The ApplyRecoveryPointInput. @@ -638,7 +638,35 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } /// - /// Execute commit failover + /// Execute cancel failover. + /// + /// + /// Operation to cancel the failover of the replication protected item. + /// + /// + /// Unique fabric name. + /// + /// + /// Protection container name. + /// + /// + /// Replication protected item name. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> FailoverCancelWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send request + AzureOperationResponse _response = await BeginFailoverCancelWithHttpMessagesAsync(fabricName, protectionContainerName, replicatedProtectedItemName, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Execute commit failover. /// /// /// Operation to commit the failover of the replication protected item. @@ -666,7 +694,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } /// - /// Execute planned failover + /// Execute planned failover. /// /// /// Operation to initiate a planned failover of the replication protected item. @@ -681,7 +709,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client /// Replication protected item name. /// /// - /// Disable protection input. + /// Planned failover input. /// /// /// The headers that will be added to request. @@ -789,7 +817,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } /// - /// Execute Reverse Replication\Reprotect + /// Execute Reverse Replication\Reprotect. /// /// /// Operation to reprotect or reverse replicate a failed over replication @@ -804,8 +832,8 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client /// /// Replication protected item name. /// - /// - /// Disable protection input. + /// + /// Reverse replication input. /// /// /// The headers that will be added to request. @@ -813,10 +841,10 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client /// /// The cancellation token. /// - public async Task> ReprotectWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, ReverseReplicationInput rrInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ReprotectWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, ReverseReplicationInput reprotectInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { // Send request - AzureOperationResponse _response = await BeginReprotectWithHttpMessagesAsync(fabricName, protectionContainerName, replicatedProtectedItemName, rrInput, customHeaders, cancellationToken).ConfigureAwait(false); + AzureOperationResponse _response = await BeginReprotectWithHttpMessagesAsync(fabricName, protectionContainerName, replicatedProtectedItemName, reprotectInput, customHeaders, cancellationToken).ConfigureAwait(false); return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); } @@ -852,7 +880,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } /// - /// Execute test failover + /// Execute test failover. /// /// /// Operation to perform a test failover of the replication protected item. @@ -866,7 +894,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client /// /// Replication protected item name. /// - /// + /// /// Test failover input. /// /// @@ -875,10 +903,10 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client /// /// The cancellation token. /// - public async Task> TestFailoverWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverInput failoverInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> TestFailoverWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverInput testfailoverInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { // Send request - AzureOperationResponse _response = await BeginTestFailoverWithHttpMessagesAsync(fabricName, protectionContainerName, replicatedProtectedItemName, failoverInput, customHeaders, cancellationToken).ConfigureAwait(false); + AzureOperationResponse _response = await BeginTestFailoverWithHttpMessagesAsync(fabricName, protectionContainerName, replicatedProtectedItemName, testfailoverInput, customHeaders, cancellationToken).ConfigureAwait(false); return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); } @@ -914,7 +942,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } /// - /// Execute unplanned failover + /// Execute unplanned failover. /// /// /// Operation to initiate a failover of the replication protected item. @@ -929,7 +957,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client /// Replication protected item name. /// /// - /// Disable protection input. + /// Failover input. /// /// /// The headers that will be added to request. @@ -987,7 +1015,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client /// /// /// The pagination token. Possible values: "FabricId" or "FabricId_CloudId" or - /// null + /// null. /// /// /// Headers that will be added to request. @@ -1042,7 +1070,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectedItems").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectedItems").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1278,7 +1306,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1502,7 +1530,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1622,7 +1650,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } /// - /// Updates protection. + /// Updates the replication protected item settings. /// /// /// The operation to update the recovery settings of an ASR replication @@ -1711,7 +1739,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1927,6 +1955,10 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client { throw new ValidationException(ValidationRules.CannotBeNull, "addDisksInput"); } + if (addDisksInput != null) + { + addDisksInput.Validate(); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1943,7 +1975,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/addDisks").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/addDisks").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -2100,7 +2132,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client /// The protection container name. /// /// - /// The replicated protected item's name. + /// The replicated protected item name. /// /// /// The ApplyRecoveryPointInput. @@ -2160,6 +2192,10 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client { throw new ValidationException(ValidationRules.CannotBeNull, "applyRecoveryPointInput"); } + if (applyRecoveryPointInput != null) + { + applyRecoveryPointInput.Validate(); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2176,7 +2212,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/applyRecoveryPoint").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/applyRecoveryPoint").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -2320,7 +2356,225 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } /// - /// Execute commit failover + /// Execute cancel failover. + /// + /// + /// Operation to cancel the failover of the replication protected item. + /// + /// + /// Unique fabric name. + /// + /// + /// Protection container name. + /// + /// + /// Replication protected item name. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> BeginFailoverCancelWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ResourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ResourceName"); + } + if (Client.ResourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ResourceGroupName"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (fabricName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "fabricName"); + } + if (protectionContainerName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "protectionContainerName"); + } + if (replicatedProtectedItemName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "replicatedProtectedItemName"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("fabricName", fabricName); + tracingParameters.Add("protectionContainerName", protectionContainerName); + tracingParameters.Add("replicatedProtectedItemName", replicatedProtectedItemName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginFailoverCancel", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/failoverCancel").ToString(); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{fabricName}", System.Uri.EscapeDataString(fabricName)); + _url = _url.Replace("{protectionContainerName}", System.Uri.EscapeDataString(protectionContainerName)); + _url = _url.Replace("{replicatedProtectedItemName}", System.Uri.EscapeDataString(replicatedProtectedItemName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 202) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Execute commit failover. /// /// /// Operation to commit the failover of the replication protected item. @@ -2400,7 +2654,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/failoverCommit").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/failoverCommit").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -2538,7 +2792,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } /// - /// Execute planned failover + /// Execute planned failover. /// /// /// Operation to initiate a planned failover of the replication protected item. @@ -2553,7 +2807,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client /// Replication protected item name. /// /// - /// Disable protection input. + /// Planned failover input. /// /// /// Headers that will be added to request. @@ -2626,7 +2880,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/plannedFailover").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/plannedFailover").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -2840,6 +3094,10 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client { throw new ValidationException(ValidationRules.CannotBeNull, "disableProtectionInput"); } + if (disableProtectionInput != null) + { + disableProtectionInput.Validate(); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2856,7 +3114,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/remove").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/remove").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -3070,7 +3328,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/removeDisks").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/removeDisks").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -3295,7 +3553,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/repairReplication").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/repairReplication").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -3433,7 +3691,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } /// - /// Execute Reverse Replication\Reprotect + /// Execute Reverse Replication\Reprotect. /// /// /// Operation to reprotect or reverse replicate a failed over replication @@ -3448,8 +3706,8 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client /// /// Replication protected item name. /// - /// - /// Disable protection input. + /// + /// Reverse replication input. /// /// /// Headers that will be added to request. @@ -3472,7 +3730,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client /// /// A response object containing the response body and response headers. /// - public async Task> BeginReprotectWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, ReverseReplicationInput rrInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> BeginReprotectWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, ReverseReplicationInput reprotectInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.ApiVersion == null) { @@ -3502,9 +3760,9 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client { throw new ValidationException(ValidationRules.CannotBeNull, "replicatedProtectedItemName"); } - if (rrInput == null) + if (reprotectInput == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "rrInput"); + throw new ValidationException(ValidationRules.CannotBeNull, "reprotectInput"); } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -3516,13 +3774,13 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client tracingParameters.Add("fabricName", fabricName); tracingParameters.Add("protectionContainerName", protectionContainerName); tracingParameters.Add("replicatedProtectedItemName", replicatedProtectedItemName); - tracingParameters.Add("rrInput", rrInput); + tracingParameters.Add("reprotectInput", reprotectInput); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginReprotect", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/reProtect").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/reProtect").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -3572,9 +3830,9 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client // Serialize Request string _requestContent = null; - if(rrInput != null) + if(reprotectInput != null) { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(rrInput, Client.SerializationSettings); + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(reprotectInput, Client.SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); } @@ -3754,7 +4012,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/ResolveHealthErrors").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/resolveHealthErrors").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -3898,7 +4156,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } /// - /// Execute test failover + /// Execute test failover. /// /// /// Operation to perform a test failover of the replication protected item. @@ -3912,7 +4170,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client /// /// Replication protected item name. /// - /// + /// /// Test failover input. /// /// @@ -3936,7 +4194,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client /// /// A response object containing the response body and response headers. /// - public async Task> BeginTestFailoverWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverInput failoverInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> BeginTestFailoverWithHttpMessagesAsync(string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverInput testfailoverInput, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.ApiVersion == null) { @@ -3966,9 +4224,13 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client { throw new ValidationException(ValidationRules.CannotBeNull, "replicatedProtectedItemName"); } - if (failoverInput == null) + if (testfailoverInput == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "failoverInput"); + throw new ValidationException(ValidationRules.CannotBeNull, "testfailoverInput"); + } + if (testfailoverInput != null) + { + testfailoverInput.Validate(); } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -3980,13 +4242,13 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client tracingParameters.Add("fabricName", fabricName); tracingParameters.Add("protectionContainerName", protectionContainerName); tracingParameters.Add("replicatedProtectedItemName", replicatedProtectedItemName); - tracingParameters.Add("failoverInput", failoverInput); + tracingParameters.Add("testfailoverInput", testfailoverInput); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginTestFailover", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/testFailover").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/testFailover").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -4036,9 +4298,9 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client // Serialize Request string _requestContent = null; - if(failoverInput != null) + if(testfailoverInput != null) { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(failoverInput, Client.SerializationSettings); + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(testfailoverInput, Client.SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); } @@ -4222,7 +4484,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/testFailoverCleanup").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/testFailoverCleanup").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -4366,7 +4628,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } /// - /// Execute unplanned failover + /// Execute unplanned failover. /// /// /// Operation to initiate a failover of the replication protected item. @@ -4381,7 +4643,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client /// Replication protected item name. /// /// - /// Disable protection input. + /// Failover input. /// /// /// Headers that will be added to request. @@ -4438,6 +4700,10 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client { throw new ValidationException(ValidationRules.CannotBeNull, "failoverInput"); } + if (failoverInput != null) + { + failoverInput.Validate(); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -4454,7 +4720,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/unplannedFailover").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/unplannedFailover").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -4687,7 +4953,7 @@ internal ReplicationProtectedItemsOperations(SiteRecoveryManagementClient client } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicationProtectedItemName}/updateMobilityService").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicationProtectedItemName}/updateMobilityService").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectedItemsOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectedItemsOperationsExtensions.cs index d4fb526124c83..8df0e6575051d 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectedItemsOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectedItemsOperationsExtensions.cs @@ -238,7 +238,7 @@ public static void Purge(this IReplicationProtectedItemsOperations operations, s } /// - /// Updates protection. + /// Updates the replication protected item settings. /// /// /// The operation to update the recovery settings of an ASR replication @@ -265,7 +265,7 @@ public static ReplicationProtectedItem Update(this IReplicationProtectedItemsOpe } /// - /// Updates protection. + /// Updates the replication protected item settings. /// /// /// The operation to update the recovery settings of an ASR replication @@ -372,7 +372,7 @@ public static ReplicationProtectedItem AddDisks(this IReplicationProtectedItemsO /// The protection container name. /// /// - /// The replicated protected item's name. + /// The replicated protected item name. /// /// /// The ApplyRecoveryPointInput. @@ -399,7 +399,7 @@ public static ReplicationProtectedItem ApplyRecoveryPoint(this IReplicationProte /// The protection container name. /// /// - /// The replicated protected item's name. + /// The replicated protected item name. /// /// /// The ApplyRecoveryPointInput. @@ -416,7 +416,59 @@ public static ReplicationProtectedItem ApplyRecoveryPoint(this IReplicationProte } /// - /// Execute commit failover + /// Execute cancel failover. + /// + /// + /// Operation to cancel the failover of the replication protected item. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Unique fabric name. + /// + /// + /// Protection container name. + /// + /// + /// Replication protected item name. + /// + public static ReplicationProtectedItem FailoverCancel(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName) + { + return operations.FailoverCancelAsync(fabricName, protectionContainerName, replicatedProtectedItemName).GetAwaiter().GetResult(); + } + + /// + /// Execute cancel failover. + /// + /// + /// Operation to cancel the failover of the replication protected item. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Unique fabric name. + /// + /// + /// Protection container name. + /// + /// + /// Replication protected item name. + /// + /// + /// The cancellation token. + /// + public static async Task FailoverCancelAsync(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.FailoverCancelWithHttpMessagesAsync(fabricName, protectionContainerName, replicatedProtectedItemName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Execute commit failover. /// /// /// Operation to commit the failover of the replication protected item. @@ -439,7 +491,7 @@ public static ReplicationProtectedItem FailoverCommit(this IReplicationProtected } /// - /// Execute commit failover + /// Execute commit failover. /// /// /// Operation to commit the failover of the replication protected item. @@ -468,7 +520,7 @@ public static ReplicationProtectedItem FailoverCommit(this IReplicationProtected } /// - /// Execute planned failover + /// Execute planned failover. /// /// /// Operation to initiate a planned failover of the replication protected item. @@ -486,7 +538,7 @@ public static ReplicationProtectedItem FailoverCommit(this IReplicationProtected /// Replication protected item name. /// /// - /// Disable protection input. + /// Planned failover input. /// public static ReplicationProtectedItem PlannedFailover(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, PlannedFailoverInput failoverInput) { @@ -494,7 +546,7 @@ public static ReplicationProtectedItem PlannedFailover(this IReplicationProtecte } /// - /// Execute planned failover + /// Execute planned failover. /// /// /// Operation to initiate a planned failover of the replication protected item. @@ -512,7 +564,7 @@ public static ReplicationProtectedItem PlannedFailover(this IReplicationProtecte /// Replication protected item name. /// /// - /// Disable protection input. + /// Planned failover input. /// /// /// The cancellation token. @@ -695,7 +747,7 @@ public static ReplicationProtectedItem RepairReplication(this IReplicationProtec } /// - /// Execute Reverse Replication\Reprotect + /// Execute Reverse Replication\Reprotect. /// /// /// Operation to reprotect or reverse replicate a failed over replication @@ -713,16 +765,16 @@ public static ReplicationProtectedItem RepairReplication(this IReplicationProtec /// /// Replication protected item name. /// - /// - /// Disable protection input. + /// + /// Reverse replication input. /// - public static ReplicationProtectedItem Reprotect(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, ReverseReplicationInput rrInput) + public static ReplicationProtectedItem Reprotect(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, ReverseReplicationInput reprotectInput) { - return operations.ReprotectAsync(fabricName, protectionContainerName, replicatedProtectedItemName, rrInput).GetAwaiter().GetResult(); + return operations.ReprotectAsync(fabricName, protectionContainerName, replicatedProtectedItemName, reprotectInput).GetAwaiter().GetResult(); } /// - /// Execute Reverse Replication\Reprotect + /// Execute Reverse Replication\Reprotect. /// /// /// Operation to reprotect or reverse replicate a failed over replication @@ -740,15 +792,15 @@ public static ReplicationProtectedItem Reprotect(this IReplicationProtectedItems /// /// Replication protected item name. /// - /// - /// Disable protection input. + /// + /// Reverse replication input. /// /// /// The cancellation token. /// - public static async Task ReprotectAsync(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, ReverseReplicationInput rrInput, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ReprotectAsync(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, ReverseReplicationInput reprotectInput, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ReprotectWithHttpMessagesAsync(fabricName, protectionContainerName, replicatedProtectedItemName, rrInput, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ReprotectWithHttpMessagesAsync(fabricName, protectionContainerName, replicatedProtectedItemName, reprotectInput, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -813,7 +865,7 @@ public static ReplicationProtectedItem ResolveHealthErrors(this IReplicationProt } /// - /// Execute test failover + /// Execute test failover. /// /// /// Operation to perform a test failover of the replication protected item. @@ -830,16 +882,16 @@ public static ReplicationProtectedItem ResolveHealthErrors(this IReplicationProt /// /// Replication protected item name. /// - /// + /// /// Test failover input. /// - public static ReplicationProtectedItem TestFailover(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverInput failoverInput) + public static ReplicationProtectedItem TestFailover(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverInput testfailoverInput) { - return operations.TestFailoverAsync(fabricName, protectionContainerName, replicatedProtectedItemName, failoverInput).GetAwaiter().GetResult(); + return operations.TestFailoverAsync(fabricName, protectionContainerName, replicatedProtectedItemName, testfailoverInput).GetAwaiter().GetResult(); } /// - /// Execute test failover + /// Execute test failover. /// /// /// Operation to perform a test failover of the replication protected item. @@ -856,15 +908,15 @@ public static ReplicationProtectedItem TestFailover(this IReplicationProtectedIt /// /// Replication protected item name. /// - /// + /// /// Test failover input. /// /// /// The cancellation token. /// - public static async Task TestFailoverAsync(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverInput failoverInput, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task TestFailoverAsync(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverInput testfailoverInput, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.TestFailoverWithHttpMessagesAsync(fabricName, protectionContainerName, replicatedProtectedItemName, failoverInput, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.TestFailoverWithHttpMessagesAsync(fabricName, protectionContainerName, replicatedProtectedItemName, testfailoverInput, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -929,7 +981,7 @@ public static ReplicationProtectedItem TestFailoverCleanup(this IReplicationProt } /// - /// Execute unplanned failover + /// Execute unplanned failover. /// /// /// Operation to initiate a failover of the replication protected item. @@ -947,7 +999,7 @@ public static ReplicationProtectedItem TestFailoverCleanup(this IReplicationProt /// Replication protected item name. /// /// - /// Disable protection input. + /// Failover input. /// public static ReplicationProtectedItem UnplannedFailover(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, UnplannedFailoverInput failoverInput) { @@ -955,7 +1007,7 @@ public static ReplicationProtectedItem UnplannedFailover(this IReplicationProtec } /// - /// Execute unplanned failover + /// Execute unplanned failover. /// /// /// Operation to initiate a failover of the replication protected item. @@ -973,7 +1025,7 @@ public static ReplicationProtectedItem UnplannedFailover(this IReplicationProtec /// Replication protected item name. /// /// - /// Disable protection input. + /// Failover input. /// /// /// The cancellation token. @@ -1060,7 +1112,7 @@ public static ReplicationProtectedItem UpdateMobilityService(this IReplicationPr /// /// /// The pagination token. Possible values: "FabricId" or "FabricId_CloudId" or - /// null + /// null. /// public static IPage List(this IReplicationProtectedItemsOperations operations, ODataQuery odataQuery = default(ODataQuery), string skipToken = default(string)) { @@ -1081,7 +1133,7 @@ public static ReplicationProtectedItem UpdateMobilityService(this IReplicationPr /// /// /// The pagination token. Possible values: "FabricId" or "FabricId_CloudId" or - /// null + /// null. /// /// /// The cancellation token. @@ -1210,7 +1262,7 @@ public static void BeginPurge(this IReplicationProtectedItemsOperations operatio } /// - /// Updates protection. + /// Updates the replication protected item settings. /// /// /// The operation to update the recovery settings of an ASR replication @@ -1237,7 +1289,7 @@ public static ReplicationProtectedItem BeginUpdate(this IReplicationProtectedIte } /// - /// Updates protection. + /// Updates the replication protected item settings. /// /// /// The operation to update the recovery settings of an ASR replication @@ -1344,7 +1396,7 @@ public static ReplicationProtectedItem BeginAddDisks(this IReplicationProtectedI /// The protection container name. /// /// - /// The replicated protected item's name. + /// The replicated protected item name. /// /// /// The ApplyRecoveryPointInput. @@ -1371,7 +1423,7 @@ public static ReplicationProtectedItem BeginApplyRecoveryPoint(this IReplication /// The protection container name. /// /// - /// The replicated protected item's name. + /// The replicated protected item name. /// /// /// The ApplyRecoveryPointInput. @@ -1388,7 +1440,59 @@ public static ReplicationProtectedItem BeginApplyRecoveryPoint(this IReplication } /// - /// Execute commit failover + /// Execute cancel failover. + /// + /// + /// Operation to cancel the failover of the replication protected item. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Unique fabric name. + /// + /// + /// Protection container name. + /// + /// + /// Replication protected item name. + /// + public static ReplicationProtectedItem BeginFailoverCancel(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName) + { + return operations.BeginFailoverCancelAsync(fabricName, protectionContainerName, replicatedProtectedItemName).GetAwaiter().GetResult(); + } + + /// + /// Execute cancel failover. + /// + /// + /// Operation to cancel the failover of the replication protected item. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Unique fabric name. + /// + /// + /// Protection container name. + /// + /// + /// Replication protected item name. + /// + /// + /// The cancellation token. + /// + public static async Task BeginFailoverCancelAsync(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginFailoverCancelWithHttpMessagesAsync(fabricName, protectionContainerName, replicatedProtectedItemName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Execute commit failover. /// /// /// Operation to commit the failover of the replication protected item. @@ -1411,7 +1515,7 @@ public static ReplicationProtectedItem BeginFailoverCommit(this IReplicationProt } /// - /// Execute commit failover + /// Execute commit failover. /// /// /// Operation to commit the failover of the replication protected item. @@ -1440,7 +1544,7 @@ public static ReplicationProtectedItem BeginFailoverCommit(this IReplicationProt } /// - /// Execute planned failover + /// Execute planned failover. /// /// /// Operation to initiate a planned failover of the replication protected item. @@ -1458,7 +1562,7 @@ public static ReplicationProtectedItem BeginFailoverCommit(this IReplicationProt /// Replication protected item name. /// /// - /// Disable protection input. + /// Planned failover input. /// public static ReplicationProtectedItem BeginPlannedFailover(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, PlannedFailoverInput failoverInput) { @@ -1466,7 +1570,7 @@ public static ReplicationProtectedItem BeginPlannedFailover(this IReplicationPro } /// - /// Execute planned failover + /// Execute planned failover. /// /// /// Operation to initiate a planned failover of the replication protected item. @@ -1484,7 +1588,7 @@ public static ReplicationProtectedItem BeginPlannedFailover(this IReplicationPro /// Replication protected item name. /// /// - /// Disable protection input. + /// Planned failover input. /// /// /// The cancellation token. @@ -1667,7 +1771,7 @@ public static ReplicationProtectedItem BeginRepairReplication(this IReplicationP } /// - /// Execute Reverse Replication\Reprotect + /// Execute Reverse Replication\Reprotect. /// /// /// Operation to reprotect or reverse replicate a failed over replication @@ -1685,16 +1789,16 @@ public static ReplicationProtectedItem BeginRepairReplication(this IReplicationP /// /// Replication protected item name. /// - /// - /// Disable protection input. + /// + /// Reverse replication input. /// - public static ReplicationProtectedItem BeginReprotect(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, ReverseReplicationInput rrInput) + public static ReplicationProtectedItem BeginReprotect(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, ReverseReplicationInput reprotectInput) { - return operations.BeginReprotectAsync(fabricName, protectionContainerName, replicatedProtectedItemName, rrInput).GetAwaiter().GetResult(); + return operations.BeginReprotectAsync(fabricName, protectionContainerName, replicatedProtectedItemName, reprotectInput).GetAwaiter().GetResult(); } /// - /// Execute Reverse Replication\Reprotect + /// Execute Reverse Replication\Reprotect. /// /// /// Operation to reprotect or reverse replicate a failed over replication @@ -1712,15 +1816,15 @@ public static ReplicationProtectedItem BeginReprotect(this IReplicationProtected /// /// Replication protected item name. /// - /// - /// Disable protection input. + /// + /// Reverse replication input. /// /// /// The cancellation token. /// - public static async Task BeginReprotectAsync(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, ReverseReplicationInput rrInput, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task BeginReprotectAsync(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, ReverseReplicationInput reprotectInput, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.BeginReprotectWithHttpMessagesAsync(fabricName, protectionContainerName, replicatedProtectedItemName, rrInput, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.BeginReprotectWithHttpMessagesAsync(fabricName, protectionContainerName, replicatedProtectedItemName, reprotectInput, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -1785,7 +1889,7 @@ public static ReplicationProtectedItem BeginResolveHealthErrors(this IReplicatio } /// - /// Execute test failover + /// Execute test failover. /// /// /// Operation to perform a test failover of the replication protected item. @@ -1802,16 +1906,16 @@ public static ReplicationProtectedItem BeginResolveHealthErrors(this IReplicatio /// /// Replication protected item name. /// - /// + /// /// Test failover input. /// - public static ReplicationProtectedItem BeginTestFailover(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverInput failoverInput) + public static ReplicationProtectedItem BeginTestFailover(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverInput testfailoverInput) { - return operations.BeginTestFailoverAsync(fabricName, protectionContainerName, replicatedProtectedItemName, failoverInput).GetAwaiter().GetResult(); + return operations.BeginTestFailoverAsync(fabricName, protectionContainerName, replicatedProtectedItemName, testfailoverInput).GetAwaiter().GetResult(); } /// - /// Execute test failover + /// Execute test failover. /// /// /// Operation to perform a test failover of the replication protected item. @@ -1828,15 +1932,15 @@ public static ReplicationProtectedItem BeginTestFailover(this IReplicationProtec /// /// Replication protected item name. /// - /// + /// /// Test failover input. /// /// /// The cancellation token. /// - public static async Task BeginTestFailoverAsync(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverInput failoverInput, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task BeginTestFailoverAsync(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, TestFailoverInput testfailoverInput, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.BeginTestFailoverWithHttpMessagesAsync(fabricName, protectionContainerName, replicatedProtectedItemName, failoverInput, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.BeginTestFailoverWithHttpMessagesAsync(fabricName, protectionContainerName, replicatedProtectedItemName, testfailoverInput, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -1901,7 +2005,7 @@ public static ReplicationProtectedItem BeginTestFailoverCleanup(this IReplicatio } /// - /// Execute unplanned failover + /// Execute unplanned failover. /// /// /// Operation to initiate a failover of the replication protected item. @@ -1919,7 +2023,7 @@ public static ReplicationProtectedItem BeginTestFailoverCleanup(this IReplicatio /// Replication protected item name. /// /// - /// Disable protection input. + /// Failover input. /// public static ReplicationProtectedItem BeginUnplannedFailover(this IReplicationProtectedItemsOperations operations, string fabricName, string protectionContainerName, string replicatedProtectedItemName, UnplannedFailoverInput failoverInput) { @@ -1927,7 +2031,7 @@ public static ReplicationProtectedItem BeginUnplannedFailover(this IReplicationP } /// - /// Execute unplanned failover + /// Execute unplanned failover. /// /// /// Operation to initiate a failover of the replication protected item. @@ -1945,7 +2049,7 @@ public static ReplicationProtectedItem BeginUnplannedFailover(this IReplicationP /// Replication protected item name. /// /// - /// Disable protection input. + /// Failover input. /// /// /// The cancellation token. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionContainerMappingsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionContainerMappingsOperations.cs index 4d11c13e45b05..452c6f8a64c5b 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionContainerMappingsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionContainerMappingsOperations.cs @@ -123,7 +123,7 @@ internal ReplicationProtectionContainerMappingsOperations(SiteRecoveryManagement } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -260,7 +260,7 @@ internal ReplicationProtectionContainerMappingsOperations(SiteRecoveryManagement } /// - /// Gets a protection container mapping/ + /// Gets a protection container mapping. /// /// /// Gets the details of a protection container mapping. @@ -340,7 +340,7 @@ internal ReplicationProtectionContainerMappingsOperations(SiteRecoveryManagement } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -512,7 +512,7 @@ internal ReplicationProtectionContainerMappingsOperations(SiteRecoveryManagement /// Purge protection container mapping. /// /// - /// The operation to purge(force delete) a protection container mapping + /// The operation to purge(force delete) a protection container mapping. /// /// /// Fabric name. @@ -655,7 +655,7 @@ internal ReplicationProtectionContainerMappingsOperations(SiteRecoveryManagement } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectionContainerMappings").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectionContainerMappings").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -878,7 +878,7 @@ internal ReplicationProtectionContainerMappingsOperations(SiteRecoveryManagement } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1025,7 +1025,7 @@ internal ReplicationProtectionContainerMappingsOperations(SiteRecoveryManagement /// Purge protection container mapping. /// /// - /// The operation to purge(force delete) a protection container mapping + /// The operation to purge(force delete) a protection container mapping. /// /// /// Fabric name. @@ -1099,7 +1099,7 @@ internal ReplicationProtectionContainerMappingsOperations(SiteRecoveryManagement } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1307,7 +1307,7 @@ internal ReplicationProtectionContainerMappingsOperations(SiteRecoveryManagement } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1536,7 +1536,7 @@ internal ReplicationProtectionContainerMappingsOperations(SiteRecoveryManagement } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}/remove").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}/remove").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionContainerMappingsOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionContainerMappingsOperationsExtensions.cs index c938338175e94..7e6c780dac1a3 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionContainerMappingsOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionContainerMappingsOperationsExtensions.cs @@ -68,7 +68,7 @@ public static IPage ListByReplicationProtectionConta } /// - /// Gets a protection container mapping/ + /// Gets a protection container mapping. /// /// /// Gets the details of a protection container mapping. @@ -91,7 +91,7 @@ public static ProtectionContainerMapping Get(this IReplicationProtectionContaine } /// - /// Gets a protection container mapping/ + /// Gets a protection container mapping. /// /// /// Gets the details of a protection container mapping. @@ -181,7 +181,7 @@ public static ProtectionContainerMapping Create(this IReplicationProtectionConta /// Purge protection container mapping. /// /// - /// The operation to purge(force delete) a protection container mapping + /// The operation to purge(force delete) a protection container mapping. /// /// /// The operations group for this extension method. @@ -204,7 +204,7 @@ public static void Purge(this IReplicationProtectionContainerMappingsOperations /// Purge protection container mapping. /// /// - /// The operation to purge(force delete) a protection container mapping + /// The operation to purge(force delete) a protection container mapping. /// /// /// The operations group for this extension method. @@ -435,7 +435,7 @@ public static ProtectionContainerMapping BeginCreate(this IReplicationProtection /// Purge protection container mapping. /// /// - /// The operation to purge(force delete) a protection container mapping + /// The operation to purge(force delete) a protection container mapping. /// /// /// The operations group for this extension method. @@ -458,7 +458,7 @@ public static void BeginPurge(this IReplicationProtectionContainerMappingsOperat /// Purge protection container mapping. /// /// - /// The operation to purge(force delete) a protection container mapping + /// The operation to purge(force delete) a protection container mapping. /// /// /// The operations group for this extension method. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionContainersOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionContainersOperations.cs index 2bce3b9c0012d..3ec981a78b00f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionContainersOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionContainersOperations.cs @@ -115,7 +115,7 @@ internal ReplicationProtectionContainersOperations(SiteRecoveryManagementClient } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -323,7 +323,7 @@ internal ReplicationProtectionContainersOperations(SiteRecoveryManagementClient } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -492,7 +492,7 @@ internal ReplicationProtectionContainersOperations(SiteRecoveryManagementClient /// /// /// The operation to a add a protectable item to a protection container(Add - /// physical server.) + /// physical server). /// /// /// The name of the fabric. @@ -628,7 +628,7 @@ internal ReplicationProtectionContainersOperations(SiteRecoveryManagementClient } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectionContainers").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectionContainers").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -843,7 +843,7 @@ internal ReplicationProtectionContainersOperations(SiteRecoveryManagementClient } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -990,7 +990,7 @@ internal ReplicationProtectionContainersOperations(SiteRecoveryManagementClient /// /// /// The operation to a add a protectable item to a protection container(Add - /// physical server.) + /// physical server). /// /// /// The name of the fabric. @@ -1067,7 +1067,7 @@ internal ReplicationProtectionContainersOperations(SiteRecoveryManagementClient } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/discoverProtectableItem").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/discoverProtectableItem").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1279,7 +1279,7 @@ internal ReplicationProtectionContainersOperations(SiteRecoveryManagementClient } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/remove").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/remove").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1480,7 +1480,7 @@ internal ReplicationProtectionContainersOperations(SiteRecoveryManagementClient } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/switchprotection").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/switchprotection").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionContainersOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionContainersOperationsExtensions.cs index 3cf4004a316f1..49cf35c9265b3 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionContainersOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionContainersOperationsExtensions.cs @@ -164,7 +164,7 @@ public static ProtectionContainer Create(this IReplicationProtectionContainersOp /// /// /// The operation to a add a protectable item to a protection container(Add - /// physical server.) + /// physical server). /// /// /// The operations group for this extension method. @@ -188,7 +188,7 @@ public static ProtectionContainer DiscoverProtectableItem(this IReplicationProte /// /// /// The operation to a add a protectable item to a protection container(Add - /// physical server.) + /// physical server). /// /// /// The operations group for this extension method. @@ -403,7 +403,7 @@ public static ProtectionContainer BeginCreate(this IReplicationProtectionContain /// /// /// The operation to a add a protectable item to a protection container(Add - /// physical server.) + /// physical server). /// /// /// The operations group for this extension method. @@ -427,7 +427,7 @@ public static ProtectionContainer BeginDiscoverProtectableItem(this IReplication /// /// /// The operation to a add a protectable item to a protection container(Add - /// physical server.) + /// physical server). /// /// /// The operations group for this extension method. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionIntentsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionIntentsOperations.cs new file mode 100644 index 0000000000000..84a3abae6ea76 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionIntentsOperations.cs @@ -0,0 +1,851 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// ReplicationProtectionIntentsOperations operations. + /// + internal partial class ReplicationProtectionIntentsOperations : IServiceOperations, IReplicationProtectionIntentsOperations + { + /// + /// Initializes a new instance of the ReplicationProtectionIntentsOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal ReplicationProtectionIntentsOperations(SiteRecoveryManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the SiteRecoveryManagementClient + /// + public SiteRecoveryManagementClient Client { get; private set; } + + /// + /// Gets the list of replication protection intent objects. + /// + /// + /// Gets the list of ASR replication protection intent objects in the vault. + /// + /// + /// The pagination token. + /// + /// + /// The page size. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListWithHttpMessagesAsync(string skipToken = default(string), string takeToken = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ResourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ResourceName"); + } + if (Client.ResourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ResourceGroupName"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("skipToken", skipToken); + tracingParameters.Add("takeToken", takeToken); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectionIntents").ToString(); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (skipToken != null) + { + _queryParameters.Add(string.Format("skipToken={0}", System.Uri.EscapeDataString(skipToken))); + } + if (takeToken != null) + { + _queryParameters.Add(string.Format("takeToken={0}", System.Uri.EscapeDataString(takeToken))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets the details of a Replication protection intent item. + /// + /// + /// Gets the details of an ASR replication protection intent. + /// + /// + /// Replication protection intent name. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(string intentObjectName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ResourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ResourceName"); + } + if (Client.ResourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ResourceGroupName"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (intentObjectName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "intentObjectName"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("intentObjectName", intentObjectName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectionIntents/{intentObjectName}").ToString(); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{intentObjectName}", System.Uri.EscapeDataString(intentObjectName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Create protection intent Resource. + /// + /// + /// The operation to create an ASR replication protection intent item. + /// + /// + /// A name for the replication protection item. + /// + /// + /// Create Protection Intent Input. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> CreateWithHttpMessagesAsync(string intentObjectName, CreateProtectionIntentInput input, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ResourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ResourceName"); + } + if (Client.ResourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ResourceGroupName"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (intentObjectName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "intentObjectName"); + } + if (input == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "input"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("intentObjectName", intentObjectName); + tracingParameters.Add("input", input); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Create", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectionIntents/{intentObjectName}").ToString(); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{intentObjectName}", System.Uri.EscapeDataString(intentObjectName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(input != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(input, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets the list of replication protection intent objects. + /// + /// + /// Gets the list of ASR replication protection intent objects in the vault. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionIntentsOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionIntentsOperationsExtensions.cs new file mode 100644 index 0000000000000..0c8cf245ea2e9 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationProtectionIntentsOperationsExtensions.cs @@ -0,0 +1,197 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for ReplicationProtectionIntentsOperations. + /// + public static partial class ReplicationProtectionIntentsOperationsExtensions + { + /// + /// Gets the list of replication protection intent objects. + /// + /// + /// Gets the list of ASR replication protection intent objects in the vault. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The pagination token. + /// + /// + /// The page size. + /// + public static IPage List(this IReplicationProtectionIntentsOperations operations, string skipToken = default(string), string takeToken = default(string)) + { + return operations.ListAsync(skipToken, takeToken).GetAwaiter().GetResult(); + } + + /// + /// Gets the list of replication protection intent objects. + /// + /// + /// Gets the list of ASR replication protection intent objects in the vault. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The pagination token. + /// + /// + /// The page size. + /// + /// + /// The cancellation token. + /// + public static async Task> ListAsync(this IReplicationProtectionIntentsOperations operations, string skipToken = default(string), string takeToken = default(string), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListWithHttpMessagesAsync(skipToken, takeToken, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets the details of a Replication protection intent item. + /// + /// + /// Gets the details of an ASR replication protection intent. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Replication protection intent name. + /// + public static ReplicationProtectionIntent Get(this IReplicationProtectionIntentsOperations operations, string intentObjectName) + { + return operations.GetAsync(intentObjectName).GetAwaiter().GetResult(); + } + + /// + /// Gets the details of a Replication protection intent item. + /// + /// + /// Gets the details of an ASR replication protection intent. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Replication protection intent name. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IReplicationProtectionIntentsOperations operations, string intentObjectName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(intentObjectName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Create protection intent Resource. + /// + /// + /// The operation to create an ASR replication protection intent item. + /// + /// + /// The operations group for this extension method. + /// + /// + /// A name for the replication protection item. + /// + /// + /// Create Protection Intent Input. + /// + public static ReplicationProtectionIntent Create(this IReplicationProtectionIntentsOperations operations, string intentObjectName, CreateProtectionIntentInput input) + { + return operations.CreateAsync(intentObjectName, input).GetAwaiter().GetResult(); + } + + /// + /// Create protection intent Resource. + /// + /// + /// The operation to create an ASR replication protection intent item. + /// + /// + /// The operations group for this extension method. + /// + /// + /// A name for the replication protection item. + /// + /// + /// Create Protection Intent Input. + /// + /// + /// The cancellation token. + /// + public static async Task CreateAsync(this IReplicationProtectionIntentsOperations operations, string intentObjectName, CreateProtectionIntentInput input, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateWithHttpMessagesAsync(intentObjectName, input, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets the list of replication protection intent objects. + /// + /// + /// Gets the list of ASR replication protection intent objects in the vault. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListNext(this IReplicationProtectionIntentsOperations operations, string nextPageLink) + { + return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Gets the list of replication protection intent objects. + /// + /// + /// Gets the list of ASR replication protection intent objects in the vault. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListNextAsync(this IReplicationProtectionIntentsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationRecoveryPlansOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationRecoveryPlansOperations.cs index bbd47beb211c0..d141ba2b692a0 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationRecoveryPlansOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationRecoveryPlansOperations.cs @@ -107,7 +107,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -306,7 +306,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -498,7 +498,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) /// Recovery plan name. /// /// - /// Update recovery plan input + /// Update recovery plan input. /// /// /// The headers that will be added to request. @@ -513,11 +513,33 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); } + /// + /// Execute cancel failover of the recovery plan. + /// + /// + /// The operation to cancel the failover of a recovery plan. + /// + /// + /// Recovery plan name. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> FailoverCancelWithHttpMessagesAsync(string recoveryPlanName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send request + AzureOperationResponse _response = await BeginFailoverCancelWithHttpMessagesAsync(recoveryPlanName, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + /// /// Execute commit failover of the recovery plan. /// /// - /// The operation to commit the fail over of a recovery plan. + /// The operation to commit the failover of a recovery plan. /// /// /// Recovery plan name. @@ -592,7 +614,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) /// Recovery plan name. /// /// - /// Failover input. + /// Recovery plan test failover input. /// /// /// The headers that will be added to request. @@ -617,7 +639,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) /// Recovery plan name. /// /// - /// Test failover cleanup input. + /// Recovery plan test failover cleanup input. /// /// /// The headers that will be added to request. @@ -636,13 +658,13 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) /// Execute unplanned failover of the recovery plan. /// /// - /// The operation to start the failover of a recovery plan. + /// The operation to start the unplanned failover of a recovery plan. /// /// /// Recovery plan name. /// /// - /// Failover input. + /// Recovery plan unplanned failover input. /// /// /// The headers that will be added to request. @@ -734,7 +756,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -937,7 +959,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1064,7 +1086,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) /// Recovery plan name. /// /// - /// Update recovery plan input + /// Update recovery plan input. /// /// /// Headers that will be added to request. @@ -1127,7 +1149,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1268,11 +1290,211 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) return _result; } + /// + /// Execute cancel failover of the recovery plan. + /// + /// + /// The operation to cancel the failover of a recovery plan. + /// + /// + /// Recovery plan name. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> BeginFailoverCancelWithHttpMessagesAsync(string recoveryPlanName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ResourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ResourceName"); + } + if (Client.ResourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ResourceGroupName"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (recoveryPlanName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "recoveryPlanName"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("recoveryPlanName", recoveryPlanName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginFailoverCancel", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}/failoverCancel").ToString(); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{recoveryPlanName}", System.Uri.EscapeDataString(recoveryPlanName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 202) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + /// /// Execute commit failover of the recovery plan. /// /// - /// The operation to commit the fail over of a recovery plan. + /// The operation to commit the failover of a recovery plan. /// /// /// Recovery plan name. @@ -1333,7 +1555,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}/failoverCommit").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}/failoverCommit").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1545,7 +1767,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}/plannedFailover").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}/plannedFailover").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1751,7 +1973,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}/reProtect").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}/reProtect").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1896,7 +2118,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) /// Recovery plan name. /// /// - /// Failover input. + /// Recovery plan test failover input. /// /// /// Headers that will be added to request. @@ -1963,7 +2185,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}/testFailover").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}/testFailover").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -2114,7 +2336,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) /// Recovery plan name. /// /// - /// Test failover cleanup input. + /// Recovery plan test failover cleanup input. /// /// /// Headers that will be added to request. @@ -2181,7 +2403,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}/testFailoverCleanup").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}/testFailoverCleanup").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -2326,13 +2548,13 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) /// Execute unplanned failover of the recovery plan. /// /// - /// The operation to start the failover of a recovery plan. + /// The operation to start the unplanned failover of a recovery plan. /// /// /// Recovery plan name. /// /// - /// Failover input. + /// Recovery plan unplanned failover input. /// /// /// Headers that will be added to request. @@ -2399,7 +2621,7 @@ internal ReplicationRecoveryPlansOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}/unplannedFailover").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryPlans/{recoveryPlanName}/unplannedFailover").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationRecoveryPlansOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationRecoveryPlansOperationsExtensions.cs index be3bc8457e26c..5dcd1e3848aef 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationRecoveryPlansOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationRecoveryPlansOperationsExtensions.cs @@ -191,7 +191,7 @@ public static void Delete(this IReplicationRecoveryPlansOperations operations, s /// Recovery plan name. /// /// - /// Update recovery plan input + /// Update recovery plan input. /// public static RecoveryPlan Update(this IReplicationRecoveryPlansOperations operations, string recoveryPlanName, UpdateRecoveryPlanInput input) { @@ -211,7 +211,7 @@ public static RecoveryPlan Update(this IReplicationRecoveryPlansOperations opera /// Recovery plan name. /// /// - /// Update recovery plan input + /// Update recovery plan input. /// /// /// The cancellation token. @@ -224,11 +224,51 @@ public static RecoveryPlan Update(this IReplicationRecoveryPlansOperations opera } } + /// + /// Execute cancel failover of the recovery plan. + /// + /// + /// The operation to cancel the failover of a recovery plan. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Recovery plan name. + /// + public static RecoveryPlan FailoverCancel(this IReplicationRecoveryPlansOperations operations, string recoveryPlanName) + { + return operations.FailoverCancelAsync(recoveryPlanName).GetAwaiter().GetResult(); + } + + /// + /// Execute cancel failover of the recovery plan. + /// + /// + /// The operation to cancel the failover of a recovery plan. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Recovery plan name. + /// + /// + /// The cancellation token. + /// + public static async Task FailoverCancelAsync(this IReplicationRecoveryPlansOperations operations, string recoveryPlanName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.FailoverCancelWithHttpMessagesAsync(recoveryPlanName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Execute commit failover of the recovery plan. /// /// - /// The operation to commit the fail over of a recovery plan. + /// The operation to commit the failover of a recovery plan. /// /// /// The operations group for this extension method. @@ -245,7 +285,7 @@ public static RecoveryPlan FailoverCommit(this IReplicationRecoveryPlansOperatio /// Execute commit failover of the recovery plan. /// /// - /// The operation to commit the fail over of a recovery plan. + /// The operation to commit the failover of a recovery plan. /// /// /// The operations group for this extension method. @@ -363,7 +403,7 @@ public static RecoveryPlan Reprotect(this IReplicationRecoveryPlansOperations op /// Recovery plan name. /// /// - /// Failover input. + /// Recovery plan test failover input. /// public static RecoveryPlan TestFailover(this IReplicationRecoveryPlansOperations operations, string recoveryPlanName, RecoveryPlanTestFailoverInput input) { @@ -383,7 +423,7 @@ public static RecoveryPlan TestFailover(this IReplicationRecoveryPlansOperations /// Recovery plan name. /// /// - /// Failover input. + /// Recovery plan test failover input. /// /// /// The cancellation token. @@ -409,7 +449,7 @@ public static RecoveryPlan TestFailover(this IReplicationRecoveryPlansOperations /// Recovery plan name. /// /// - /// Test failover cleanup input. + /// Recovery plan test failover cleanup input. /// public static RecoveryPlan TestFailoverCleanup(this IReplicationRecoveryPlansOperations operations, string recoveryPlanName, RecoveryPlanTestFailoverCleanupInput input) { @@ -429,7 +469,7 @@ public static RecoveryPlan TestFailoverCleanup(this IReplicationRecoveryPlansOpe /// Recovery plan name. /// /// - /// Test failover cleanup input. + /// Recovery plan test failover cleanup input. /// /// /// The cancellation token. @@ -446,7 +486,7 @@ public static RecoveryPlan TestFailoverCleanup(this IReplicationRecoveryPlansOpe /// Execute unplanned failover of the recovery plan. /// /// - /// The operation to start the failover of a recovery plan. + /// The operation to start the unplanned failover of a recovery plan. /// /// /// The operations group for this extension method. @@ -455,7 +495,7 @@ public static RecoveryPlan TestFailoverCleanup(this IReplicationRecoveryPlansOpe /// Recovery plan name. /// /// - /// Failover input. + /// Recovery plan unplanned failover input. /// public static RecoveryPlan UnplannedFailover(this IReplicationRecoveryPlansOperations operations, string recoveryPlanName, RecoveryPlanUnplannedFailoverInput input) { @@ -466,7 +506,7 @@ public static RecoveryPlan UnplannedFailover(this IReplicationRecoveryPlansOpera /// Execute unplanned failover of the recovery plan. /// /// - /// The operation to start the failover of a recovery plan. + /// The operation to start the unplanned failover of a recovery plan. /// /// /// The operations group for this extension method. @@ -475,7 +515,7 @@ public static RecoveryPlan UnplannedFailover(this IReplicationRecoveryPlansOpera /// Recovery plan name. /// /// - /// Failover input. + /// Recovery plan unplanned failover input. /// /// /// The cancellation token. @@ -584,7 +624,7 @@ public static void BeginDelete(this IReplicationRecoveryPlansOperations operatio /// Recovery plan name. /// /// - /// Update recovery plan input + /// Update recovery plan input. /// public static RecoveryPlan BeginUpdate(this IReplicationRecoveryPlansOperations operations, string recoveryPlanName, UpdateRecoveryPlanInput input) { @@ -604,7 +644,7 @@ public static RecoveryPlan BeginUpdate(this IReplicationRecoveryPlansOperations /// Recovery plan name. /// /// - /// Update recovery plan input + /// Update recovery plan input. /// /// /// The cancellation token. @@ -617,11 +657,51 @@ public static RecoveryPlan BeginUpdate(this IReplicationRecoveryPlansOperations } } + /// + /// Execute cancel failover of the recovery plan. + /// + /// + /// The operation to cancel the failover of a recovery plan. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Recovery plan name. + /// + public static RecoveryPlan BeginFailoverCancel(this IReplicationRecoveryPlansOperations operations, string recoveryPlanName) + { + return operations.BeginFailoverCancelAsync(recoveryPlanName).GetAwaiter().GetResult(); + } + + /// + /// Execute cancel failover of the recovery plan. + /// + /// + /// The operation to cancel the failover of a recovery plan. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Recovery plan name. + /// + /// + /// The cancellation token. + /// + public static async Task BeginFailoverCancelAsync(this IReplicationRecoveryPlansOperations operations, string recoveryPlanName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginFailoverCancelWithHttpMessagesAsync(recoveryPlanName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Execute commit failover of the recovery plan. /// /// - /// The operation to commit the fail over of a recovery plan. + /// The operation to commit the failover of a recovery plan. /// /// /// The operations group for this extension method. @@ -638,7 +718,7 @@ public static RecoveryPlan BeginFailoverCommit(this IReplicationRecoveryPlansOpe /// Execute commit failover of the recovery plan. /// /// - /// The operation to commit the fail over of a recovery plan. + /// The operation to commit the failover of a recovery plan. /// /// /// The operations group for this extension method. @@ -756,7 +836,7 @@ public static RecoveryPlan BeginReprotect(this IReplicationRecoveryPlansOperatio /// Recovery plan name. /// /// - /// Failover input. + /// Recovery plan test failover input. /// public static RecoveryPlan BeginTestFailover(this IReplicationRecoveryPlansOperations operations, string recoveryPlanName, RecoveryPlanTestFailoverInput input) { @@ -776,7 +856,7 @@ public static RecoveryPlan BeginTestFailover(this IReplicationRecoveryPlansOpera /// Recovery plan name. /// /// - /// Failover input. + /// Recovery plan test failover input. /// /// /// The cancellation token. @@ -802,7 +882,7 @@ public static RecoveryPlan BeginTestFailover(this IReplicationRecoveryPlansOpera /// Recovery plan name. /// /// - /// Test failover cleanup input. + /// Recovery plan test failover cleanup input. /// public static RecoveryPlan BeginTestFailoverCleanup(this IReplicationRecoveryPlansOperations operations, string recoveryPlanName, RecoveryPlanTestFailoverCleanupInput input) { @@ -822,7 +902,7 @@ public static RecoveryPlan BeginTestFailoverCleanup(this IReplicationRecoveryPla /// Recovery plan name. /// /// - /// Test failover cleanup input. + /// Recovery plan test failover cleanup input. /// /// /// The cancellation token. @@ -839,7 +919,7 @@ public static RecoveryPlan BeginTestFailoverCleanup(this IReplicationRecoveryPla /// Execute unplanned failover of the recovery plan. /// /// - /// The operation to start the failover of a recovery plan. + /// The operation to start the unplanned failover of a recovery plan. /// /// /// The operations group for this extension method. @@ -848,7 +928,7 @@ public static RecoveryPlan BeginTestFailoverCleanup(this IReplicationRecoveryPla /// Recovery plan name. /// /// - /// Failover input. + /// Recovery plan unplanned failover input. /// public static RecoveryPlan BeginUnplannedFailover(this IReplicationRecoveryPlansOperations operations, string recoveryPlanName, RecoveryPlanUnplannedFailoverInput input) { @@ -859,7 +939,7 @@ public static RecoveryPlan BeginUnplannedFailover(this IReplicationRecoveryPlans /// Execute unplanned failover of the recovery plan. /// /// - /// The operation to start the failover of a recovery plan. + /// The operation to start the unplanned failover of a recovery plan. /// /// /// The operations group for this extension method. @@ -868,7 +948,7 @@ public static RecoveryPlan BeginUnplannedFailover(this IReplicationRecoveryPlans /// Recovery plan name. /// /// - /// Failover input. + /// Recovery plan unplanned failover input. /// /// /// The cancellation token. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationRecoveryServicesProvidersOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationRecoveryServicesProvidersOperations.cs index e46be782520d2..b3dac9958681b 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationRecoveryServicesProvidersOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationRecoveryServicesProvidersOperations.cs @@ -57,7 +57,7 @@ internal ReplicationRecoveryServicesProvidersOperations(SiteRecoveryManagementCl /// Lists the registered recovery services providers for the specified fabric. /// /// - /// Fabric name + /// Fabric name. /// /// /// Headers that will be added to request. @@ -115,7 +115,7 @@ internal ReplicationRecoveryServicesProvidersOperations(SiteRecoveryManagementCl } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationRecoveryServicesProviders").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationRecoveryServicesProviders").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -260,7 +260,7 @@ internal ReplicationRecoveryServicesProvidersOperations(SiteRecoveryManagementCl /// Fabric name. /// /// - /// Recovery services provider name + /// Recovery services provider name. /// /// /// Headers that will be added to request. @@ -323,7 +323,7 @@ internal ReplicationRecoveryServicesProvidersOperations(SiteRecoveryManagementCl } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationRecoveryServicesProviders/{providerName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationRecoveryServicesProviders/{providerName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -488,7 +488,7 @@ internal ReplicationRecoveryServicesProvidersOperations(SiteRecoveryManagementCl } /// - /// Purges recovery service provider from fabric + /// Purges recovery service provider from fabric. /// /// /// The operation to purge(force delete) a recovery services provider from the @@ -547,7 +547,7 @@ internal ReplicationRecoveryServicesProvidersOperations(SiteRecoveryManagementCl /// /// /// The operation to removes/delete(unregister) a recovery services provider - /// from the vault + /// from the vault. /// /// /// Fabric name. @@ -573,7 +573,7 @@ internal ReplicationRecoveryServicesProvidersOperations(SiteRecoveryManagementCl /// is a view only api. /// /// - /// Lists the registered recovery services providers in the vault + /// Lists the registered recovery services providers in the vault. /// /// /// Headers that will be added to request. @@ -626,7 +626,7 @@ internal ReplicationRecoveryServicesProvidersOperations(SiteRecoveryManagementCl } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryServicesProviders").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationRecoveryServicesProviders").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -845,7 +845,7 @@ internal ReplicationRecoveryServicesProvidersOperations(SiteRecoveryManagementCl } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationRecoveryServicesProviders/{providerName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationRecoveryServicesProviders/{providerName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -988,7 +988,7 @@ internal ReplicationRecoveryServicesProvidersOperations(SiteRecoveryManagementCl } /// - /// Purges recovery service provider from fabric + /// Purges recovery service provider from fabric. /// /// /// The operation to purge(force delete) a recovery services provider from the @@ -1058,7 +1058,7 @@ internal ReplicationRecoveryServicesProvidersOperations(SiteRecoveryManagementCl } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationRecoveryServicesProviders/{providerName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationRecoveryServicesProviders/{providerName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1250,7 +1250,7 @@ internal ReplicationRecoveryServicesProvidersOperations(SiteRecoveryManagementCl } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationRecoveryServicesProviders/{providerName}/refreshProvider").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationRecoveryServicesProviders/{providerName}/refreshProvider").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1394,7 +1394,7 @@ internal ReplicationRecoveryServicesProvidersOperations(SiteRecoveryManagementCl /// /// /// The operation to removes/delete(unregister) a recovery services provider - /// from the vault + /// from the vault. /// /// /// Fabric name. @@ -1460,7 +1460,7 @@ internal ReplicationRecoveryServicesProvidersOperations(SiteRecoveryManagementCl } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationRecoveryServicesProviders/{providerName}/remove").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationRecoveryServicesProviders/{providerName}/remove").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1759,7 +1759,7 @@ internal ReplicationRecoveryServicesProvidersOperations(SiteRecoveryManagementCl /// is a view only api. /// /// - /// Lists the registered recovery services providers in the vault + /// Lists the registered recovery services providers in the vault. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationRecoveryServicesProvidersOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationRecoveryServicesProvidersOperationsExtensions.cs index 6a84572d61cf4..43f6feea9953a 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationRecoveryServicesProvidersOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationRecoveryServicesProvidersOperationsExtensions.cs @@ -31,7 +31,7 @@ public static partial class ReplicationRecoveryServicesProvidersOperationsExtens /// The operations group for this extension method. /// /// - /// Fabric name + /// Fabric name. /// public static IPage ListByReplicationFabrics(this IReplicationRecoveryServicesProvidersOperations operations, string fabricName) { @@ -48,7 +48,7 @@ public static IPage ListByReplicationFabrics(this IRep /// The operations group for this extension method. /// /// - /// Fabric name + /// Fabric name. /// /// /// The cancellation token. @@ -74,7 +74,7 @@ public static IPage ListByReplicationFabrics(this IRep /// Fabric name. /// /// - /// Recovery services provider name + /// Recovery services provider name. /// public static RecoveryServicesProvider Get(this IReplicationRecoveryServicesProvidersOperations operations, string fabricName, string providerName) { @@ -94,7 +94,7 @@ public static RecoveryServicesProvider Get(this IReplicationRecoveryServicesProv /// Fabric name. /// /// - /// Recovery services provider name + /// Recovery services provider name. /// /// /// The cancellation token. @@ -160,7 +160,7 @@ public static RecoveryServicesProvider Create(this IReplicationRecoveryServicesP } /// - /// Purges recovery service provider from fabric + /// Purges recovery service provider from fabric. /// /// /// The operation to purge(force delete) a recovery services provider from the @@ -181,7 +181,7 @@ public static void Purge(this IReplicationRecoveryServicesProvidersOperations op } /// - /// Purges recovery service provider from fabric + /// Purges recovery service provider from fabric. /// /// /// The operation to purge(force delete) a recovery services provider from the @@ -260,7 +260,7 @@ public static RecoveryServicesProvider RefreshProvider(this IReplicationRecovery /// /// /// The operation to removes/delete(unregister) a recovery services provider - /// from the vault + /// from the vault. /// /// /// The operations group for this extension method. @@ -284,7 +284,7 @@ public static void Delete(this IReplicationRecoveryServicesProvidersOperations o /// /// /// The operation to removes/delete(unregister) a recovery services provider - /// from the vault + /// from the vault. /// /// /// The operations group for this extension method. @@ -308,7 +308,7 @@ public static void Delete(this IReplicationRecoveryServicesProvidersOperations o /// is a view only api. /// /// - /// Lists the registered recovery services providers in the vault + /// Lists the registered recovery services providers in the vault. /// /// /// The operations group for this extension method. @@ -323,7 +323,7 @@ public static IPage List(this IReplicationRecoveryServ /// is a view only api. /// /// - /// Lists the registered recovery services providers in the vault + /// Lists the registered recovery services providers in the vault. /// /// /// The operations group for this extension method. @@ -392,7 +392,7 @@ public static RecoveryServicesProvider BeginCreate(this IReplicationRecoveryServ } /// - /// Purges recovery service provider from fabric + /// Purges recovery service provider from fabric. /// /// /// The operation to purge(force delete) a recovery services provider from the @@ -413,7 +413,7 @@ public static void BeginPurge(this IReplicationRecoveryServicesProvidersOperatio } /// - /// Purges recovery service provider from fabric + /// Purges recovery service provider from fabric. /// /// /// The operation to purge(force delete) a recovery services provider from the @@ -492,7 +492,7 @@ public static RecoveryServicesProvider BeginRefreshProvider(this IReplicationRec /// /// /// The operation to removes/delete(unregister) a recovery services provider - /// from the vault + /// from the vault. /// /// /// The operations group for this extension method. @@ -516,7 +516,7 @@ public static void BeginDelete(this IReplicationRecoveryServicesProvidersOperati /// /// /// The operation to removes/delete(unregister) a recovery services provider - /// from the vault + /// from the vault. /// /// /// The operations group for this extension method. @@ -580,7 +580,7 @@ public static IPage ListByReplicationFabricsNext(this /// is a view only api. /// /// - /// Lists the registered recovery services providers in the vault + /// Lists the registered recovery services providers in the vault. /// /// /// The operations group for this extension method. @@ -598,7 +598,7 @@ public static IPage ListNext(this IReplicationRecovery /// is a view only api. /// /// - /// Lists the registered recovery services providers in the vault + /// Lists the registered recovery services providers in the vault. /// /// /// The operations group for this extension method. diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationStorageClassificationMappingsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationStorageClassificationMappingsOperations.cs index e2ee201eb437b..cb1f364b1dd31 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationStorageClassificationMappingsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationStorageClassificationMappingsOperations.cs @@ -123,7 +123,7 @@ internal ReplicationStorageClassificationMappingsOperations(SiteRecoveryManageme } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationStorageClassifications/{storageClassificationName}/replicationStorageClassificationMappings").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationStorageClassifications/{storageClassificationName}/replicationStorageClassificationMappings").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -340,7 +340,7 @@ internal ReplicationStorageClassificationMappingsOperations(SiteRecoveryManageme } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationStorageClassifications/{storageClassificationName}/replicationStorageClassificationMappings/{storageClassificationMappingName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationStorageClassifications/{storageClassificationName}/replicationStorageClassificationMappings/{storageClassificationMappingName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -593,7 +593,7 @@ internal ReplicationStorageClassificationMappingsOperations(SiteRecoveryManageme } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationStorageClassificationMappings").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationStorageClassificationMappings").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -816,7 +816,7 @@ internal ReplicationStorageClassificationMappingsOperations(SiteRecoveryManageme } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationStorageClassifications/{storageClassificationName}/replicationStorageClassificationMappings/{storageClassificationMappingName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationStorageClassifications/{storageClassificationName}/replicationStorageClassificationMappings/{storageClassificationMappingName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -1037,7 +1037,7 @@ internal ReplicationStorageClassificationMappingsOperations(SiteRecoveryManageme } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationStorageClassifications/{storageClassificationName}/replicationStorageClassificationMappings/{storageClassificationMappingName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationStorageClassifications/{storageClassificationName}/replicationStorageClassificationMappings/{storageClassificationMappingName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationStorageClassificationsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationStorageClassificationsOperations.cs index 10c902f3f8124..5ee06c98c5e3e 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationStorageClassificationsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationStorageClassificationsOperations.cs @@ -115,7 +115,7 @@ internal ReplicationStorageClassificationsOperations(SiteRecoveryManagementClien } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationStorageClassifications").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationStorageClassifications").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -323,7 +323,7 @@ internal ReplicationStorageClassificationsOperations(SiteRecoveryManagementClien } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationStorageClassifications/{storageClassificationName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationStorageClassifications/{storageClassificationName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -516,7 +516,7 @@ internal ReplicationStorageClassificationsOperations(SiteRecoveryManagementClien } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationStorageClassifications").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationStorageClassifications").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationVaultHealthOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationVaultHealthOperations.cs index 84570a72245a2..82fa84fecade9 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationVaultHealthOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationVaultHealthOperations.cs @@ -107,7 +107,7 @@ internal ReplicationVaultHealthOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationVaultHealth").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationVaultHealth").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -311,7 +311,7 @@ internal ReplicationVaultHealthOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationVaultHealth/default/refresh").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationVaultHealth/default/refresh").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationVaultSettingOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationVaultSettingOperations.cs index f8a683edadbfb..0e7f6d5409482 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationVaultSettingOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationVaultSettingOperations.cs @@ -108,7 +108,7 @@ internal ReplicationVaultSettingOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationVaultSettings").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationVaultSettings").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -308,7 +308,7 @@ internal ReplicationVaultSettingOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationVaultSettings/{vaultSettingName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationVaultSettings/{vaultSettingName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -443,6 +443,32 @@ internal ReplicationVaultSettingOperations(SiteRecoveryManagementClient client) return _result; } + /// + /// Updates vault setting. A vault setting object is a singleton per vault and + /// it is always present by default. + /// + /// + /// The operation to configure vault setting. + /// + /// + /// Vault setting name. + /// + /// + /// Vault setting creation input. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> CreateWithHttpMessagesAsync(string vaultSettingName, VaultSettingCreationInput input, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send Request + AzureOperationResponse _response = await BeginCreateWithHttpMessagesAsync(vaultSettingName, input, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + /// /// Updates vault setting. A vault setting object is a singleton per vault and /// it is always present by default. @@ -477,7 +503,7 @@ internal ReplicationVaultSettingOperations(SiteRecoveryManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> CreateWithHttpMessagesAsync(string vaultSettingName, VaultSettingCreationInput input, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> BeginCreateWithHttpMessagesAsync(string vaultSettingName, VaultSettingCreationInput input, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.ApiVersion == null) { @@ -517,11 +543,11 @@ internal ReplicationVaultSettingOperations(SiteRecoveryManagementClient client) tracingParameters.Add("vaultSettingName", vaultSettingName); tracingParameters.Add("input", input); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Create", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "BeginCreate", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationVaultSettings/{vaultSettingName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationVaultSettings/{vaultSettingName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationVaultSettingOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationVaultSettingOperationsExtensions.cs index 5872a91840a58..ff01736c08ee7 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationVaultSettingOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationVaultSettingOperationsExtensions.cs @@ -147,6 +147,54 @@ public static VaultSetting Create(this IReplicationVaultSettingOperations operat } } + /// + /// Updates vault setting. A vault setting object is a singleton per vault and + /// it is always present by default. + /// + /// + /// The operation to configure vault setting. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Vault setting name. + /// + /// + /// Vault setting creation input. + /// + public static VaultSetting BeginCreate(this IReplicationVaultSettingOperations operations, string vaultSettingName, VaultSettingCreationInput input) + { + return operations.BeginCreateAsync(vaultSettingName, input).GetAwaiter().GetResult(); + } + + /// + /// Updates vault setting. A vault setting object is a singleton per vault and + /// it is always present by default. + /// + /// + /// The operation to configure vault setting. + /// + /// + /// The operations group for this extension method. + /// + /// + /// Vault setting name. + /// + /// + /// Vault setting creation input. + /// + /// + /// The cancellation token. + /// + public static async Task BeginCreateAsync(this IReplicationVaultSettingOperations operations, string vaultSettingName, VaultSettingCreationInput input, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginCreateWithHttpMessagesAsync(vaultSettingName, input, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Gets the list of vault setting. /// diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationvCentersOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationvCentersOperations.cs index 1588f65001238..66d12fea5135a 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationvCentersOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationvCentersOperations.cs @@ -115,7 +115,7 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationvCenters").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationvCenters").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -254,13 +254,13 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) /// Gets the details of a vCenter. /// /// - /// Gets the details of a registered vCenter server(Add vCenter server.) + /// Gets the details of a registered vCenter server(Add vCenter server). /// /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// Headers that will be added to request. @@ -283,7 +283,7 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(string fabricName, string vCenterName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetWithHttpMessagesAsync(string fabricName, string vcenterName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.ApiVersion == null) { @@ -305,9 +305,9 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "fabricName"); } - if (vCenterName == null) + if (vcenterName == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "vCenterName"); + throw new ValidationException(ValidationRules.CannotBeNull, "vcenterName"); } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -317,18 +317,18 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("fabricName", fabricName); - tracingParameters.Add("vCenterName", vCenterName); + tracingParameters.Add("vcenterName", vcenterName); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationvCenters/{vCenterName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationvCenters/{vcenterName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{fabricName}", System.Uri.EscapeDataString(fabricName)); - _url = _url.Replace("{vCenterName}", System.Uri.EscapeDataString(vCenterName)); + _url = _url.Replace("{vcenterName}", System.Uri.EscapeDataString(vcenterName)); List _queryParameters = new List(); if (Client.ApiVersion != null) { @@ -468,8 +468,8 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// The input to the add vCenter operation. @@ -480,15 +480,15 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) /// /// The cancellation token. /// - public async Task> CreateWithHttpMessagesAsync(string fabricName, string vCenterName, AddVCenterRequest addVCenterRequest, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> CreateWithHttpMessagesAsync(string fabricName, string vcenterName, AddVCenterRequest addVCenterRequest, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { // Send Request - AzureOperationResponse _response = await BeginCreateWithHttpMessagesAsync(fabricName, vCenterName, addVCenterRequest, customHeaders, cancellationToken).ConfigureAwait(false); + AzureOperationResponse _response = await BeginCreateWithHttpMessagesAsync(fabricName, vcenterName, addVCenterRequest, customHeaders, cancellationToken).ConfigureAwait(false); return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); } /// - /// Remove vCenter operation. + /// Remove vcenter operation. /// /// /// The operation to remove(unregister) a registered vCenter server from the @@ -497,8 +497,8 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// The headers that will be added to request. @@ -506,10 +506,10 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) /// /// The cancellation token. /// - public async Task DeleteWithHttpMessagesAsync(string fabricName, string vCenterName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task DeleteWithHttpMessagesAsync(string fabricName, string vcenterName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { // Send request - AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(fabricName, vCenterName, customHeaders, cancellationToken).ConfigureAwait(false); + AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(fabricName, vcenterName, customHeaders, cancellationToken).ConfigureAwait(false); return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); } @@ -522,8 +522,8 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) /// /// Fabric name. /// - /// - /// vCenter name + /// + /// vcenter name. /// /// /// The input to the update vCenter operation. @@ -534,10 +534,10 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) /// /// The cancellation token. /// - public async Task> UpdateWithHttpMessagesAsync(string fabricName, string vCenterName, UpdateVCenterRequest updateVCenterRequest, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string fabricName, string vcenterName, UpdateVCenterRequest updateVCenterRequest, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { // Send Request - AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(fabricName, vCenterName, updateVCenterRequest, customHeaders, cancellationToken).ConfigureAwait(false); + AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(fabricName, vcenterName, updateVCenterRequest, customHeaders, cancellationToken).ConfigureAwait(false); return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); } @@ -598,7 +598,7 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationvCenters").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationvCenters").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -741,8 +741,8 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// The input to the add vCenter operation. @@ -768,7 +768,7 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> BeginCreateWithHttpMessagesAsync(string fabricName, string vCenterName, AddVCenterRequest addVCenterRequest, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> BeginCreateWithHttpMessagesAsync(string fabricName, string vcenterName, AddVCenterRequest addVCenterRequest, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.ApiVersion == null) { @@ -790,9 +790,9 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "fabricName"); } - if (vCenterName == null) + if (vcenterName == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "vCenterName"); + throw new ValidationException(ValidationRules.CannotBeNull, "vcenterName"); } if (addVCenterRequest == null) { @@ -806,19 +806,19 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("fabricName", fabricName); - tracingParameters.Add("vCenterName", vCenterName); + tracingParameters.Add("vcenterName", vcenterName); tracingParameters.Add("addVCenterRequest", addVCenterRequest); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginCreate", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationvCenters/{vCenterName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationvCenters/{vcenterName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{fabricName}", System.Uri.EscapeDataString(fabricName)); - _url = _url.Replace("{vCenterName}", System.Uri.EscapeDataString(vCenterName)); + _url = _url.Replace("{vcenterName}", System.Uri.EscapeDataString(vcenterName)); List _queryParameters = new List(); if (Client.ApiVersion != null) { @@ -956,7 +956,7 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) } /// - /// Remove vCenter operation. + /// Remove vcenter operation. /// /// /// The operation to remove(unregister) a registered vCenter server from the @@ -965,8 +965,8 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// Headers that will be added to request. @@ -986,7 +986,7 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task BeginDeleteWithHttpMessagesAsync(string fabricName, string vCenterName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task BeginDeleteWithHttpMessagesAsync(string fabricName, string vcenterName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.ApiVersion == null) { @@ -1008,9 +1008,9 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "fabricName"); } - if (vCenterName == null) + if (vcenterName == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "vCenterName"); + throw new ValidationException(ValidationRules.CannotBeNull, "vcenterName"); } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -1020,18 +1020,18 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("fabricName", fabricName); - tracingParameters.Add("vCenterName", vCenterName); + tracingParameters.Add("vcenterName", vcenterName); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationvCenters/{vCenterName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationvCenters/{vcenterName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{fabricName}", System.Uri.EscapeDataString(fabricName)); - _url = _url.Replace("{vCenterName}", System.Uri.EscapeDataString(vCenterName)); + _url = _url.Replace("{vcenterName}", System.Uri.EscapeDataString(vcenterName)); List _queryParameters = new List(); if (Client.ApiVersion != null) { @@ -1153,8 +1153,8 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) /// /// Fabric name. /// - /// - /// vCenter name + /// + /// vcenter name. /// /// /// The input to the update vCenter operation. @@ -1180,7 +1180,7 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> BeginUpdateWithHttpMessagesAsync(string fabricName, string vCenterName, UpdateVCenterRequest updateVCenterRequest, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> BeginUpdateWithHttpMessagesAsync(string fabricName, string vcenterName, UpdateVCenterRequest updateVCenterRequest, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.ApiVersion == null) { @@ -1202,9 +1202,9 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "fabricName"); } - if (vCenterName == null) + if (vcenterName == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "vCenterName"); + throw new ValidationException(ValidationRules.CannotBeNull, "vcenterName"); } if (updateVCenterRequest == null) { @@ -1218,19 +1218,19 @@ internal ReplicationvCentersOperations(SiteRecoveryManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("fabricName", fabricName); - tracingParameters.Add("vCenterName", vCenterName); + tracingParameters.Add("vcenterName", vcenterName); tracingParameters.Add("updateVCenterRequest", updateVCenterRequest); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginUpdate", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationvCenters/{vCenterName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationvCenters/{vcenterName}").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{fabricName}", System.Uri.EscapeDataString(fabricName)); - _url = _url.Replace("{vCenterName}", System.Uri.EscapeDataString(vCenterName)); + _url = _url.Replace("{vcenterName}", System.Uri.EscapeDataString(vcenterName)); List _queryParameters = new List(); if (Client.ApiVersion != null) { diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationvCentersOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationvCentersOperationsExtensions.cs index 8b58b9d1224a1..f528a91c73ca0 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationvCentersOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/ReplicationvCentersOperationsExtensions.cs @@ -65,7 +65,7 @@ public static IPage ListByReplicationFabrics(this IReplicationvCentersO /// Gets the details of a vCenter. /// /// - /// Gets the details of a registered vCenter server(Add vCenter server.) + /// Gets the details of a registered vCenter server(Add vCenter server). /// /// /// The operations group for this extension method. @@ -73,19 +73,19 @@ public static IPage ListByReplicationFabrics(this IReplicationvCentersO /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// - public static VCenter Get(this IReplicationvCentersOperations operations, string fabricName, string vCenterName) + public static VCenter Get(this IReplicationvCentersOperations operations, string fabricName, string vcenterName) { - return operations.GetAsync(fabricName, vCenterName).GetAwaiter().GetResult(); + return operations.GetAsync(fabricName, vcenterName).GetAwaiter().GetResult(); } /// /// Gets the details of a vCenter. /// /// - /// Gets the details of a registered vCenter server(Add vCenter server.) + /// Gets the details of a registered vCenter server(Add vCenter server). /// /// /// The operations group for this extension method. @@ -93,15 +93,15 @@ public static VCenter Get(this IReplicationvCentersOperations operations, string /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// The cancellation token. /// - public static async Task GetAsync(this IReplicationvCentersOperations operations, string fabricName, string vCenterName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this IReplicationvCentersOperations operations, string fabricName, string vcenterName, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetWithHttpMessagesAsync(fabricName, vCenterName, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetWithHttpMessagesAsync(fabricName, vcenterName, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -119,15 +119,15 @@ public static VCenter Get(this IReplicationvCentersOperations operations, string /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// The input to the add vCenter operation. /// - public static VCenter Create(this IReplicationvCentersOperations operations, string fabricName, string vCenterName, AddVCenterRequest addVCenterRequest) + public static VCenter Create(this IReplicationvCentersOperations operations, string fabricName, string vcenterName, AddVCenterRequest addVCenterRequest) { - return operations.CreateAsync(fabricName, vCenterName, addVCenterRequest).GetAwaiter().GetResult(); + return operations.CreateAsync(fabricName, vcenterName, addVCenterRequest).GetAwaiter().GetResult(); } /// @@ -142,8 +142,8 @@ public static VCenter Create(this IReplicationvCentersOperations operations, str /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// The input to the add vCenter operation. @@ -151,16 +151,16 @@ public static VCenter Create(this IReplicationvCentersOperations operations, str /// /// The cancellation token. /// - public static async Task CreateAsync(this IReplicationvCentersOperations operations, string fabricName, string vCenterName, AddVCenterRequest addVCenterRequest, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CreateAsync(this IReplicationvCentersOperations operations, string fabricName, string vcenterName, AddVCenterRequest addVCenterRequest, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.CreateWithHttpMessagesAsync(fabricName, vCenterName, addVCenterRequest, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.CreateWithHttpMessagesAsync(fabricName, vcenterName, addVCenterRequest, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Remove vCenter operation. + /// Remove vcenter operation. /// /// /// The operation to remove(unregister) a registered vCenter server from the @@ -172,16 +172,16 @@ public static VCenter Create(this IReplicationvCentersOperations operations, str /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// - public static void Delete(this IReplicationvCentersOperations operations, string fabricName, string vCenterName) + public static void Delete(this IReplicationvCentersOperations operations, string fabricName, string vcenterName) { - operations.DeleteAsync(fabricName, vCenterName).GetAwaiter().GetResult(); + operations.DeleteAsync(fabricName, vcenterName).GetAwaiter().GetResult(); } /// - /// Remove vCenter operation. + /// Remove vcenter operation. /// /// /// The operation to remove(unregister) a registered vCenter server from the @@ -193,15 +193,15 @@ public static void Delete(this IReplicationvCentersOperations operations, string /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// The cancellation token. /// - public static async Task DeleteAsync(this IReplicationvCentersOperations operations, string fabricName, string vCenterName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteAsync(this IReplicationvCentersOperations operations, string fabricName, string vcenterName, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.DeleteWithHttpMessagesAsync(fabricName, vCenterName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.DeleteWithHttpMessagesAsync(fabricName, vcenterName, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -216,15 +216,15 @@ public static void Delete(this IReplicationvCentersOperations operations, string /// /// Fabric name. /// - /// - /// vCenter name + /// + /// vcenter name. /// /// /// The input to the update vCenter operation. /// - public static VCenter Update(this IReplicationvCentersOperations operations, string fabricName, string vCenterName, UpdateVCenterRequest updateVCenterRequest) + public static VCenter Update(this IReplicationvCentersOperations operations, string fabricName, string vcenterName, UpdateVCenterRequest updateVCenterRequest) { - return operations.UpdateAsync(fabricName, vCenterName, updateVCenterRequest).GetAwaiter().GetResult(); + return operations.UpdateAsync(fabricName, vcenterName, updateVCenterRequest).GetAwaiter().GetResult(); } /// @@ -239,8 +239,8 @@ public static VCenter Update(this IReplicationvCentersOperations operations, str /// /// Fabric name. /// - /// - /// vCenter name + /// + /// vcenter name. /// /// /// The input to the update vCenter operation. @@ -248,9 +248,9 @@ public static VCenter Update(this IReplicationvCentersOperations operations, str /// /// The cancellation token. /// - public static async Task UpdateAsync(this IReplicationvCentersOperations operations, string fabricName, string vCenterName, UpdateVCenterRequest updateVCenterRequest, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IReplicationvCentersOperations operations, string fabricName, string vcenterName, UpdateVCenterRequest updateVCenterRequest, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.UpdateWithHttpMessagesAsync(fabricName, vCenterName, updateVCenterRequest, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.UpdateWithHttpMessagesAsync(fabricName, vcenterName, updateVCenterRequest, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -302,15 +302,15 @@ public static IPage List(this IReplicationvCentersOperations operations /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// The input to the add vCenter operation. /// - public static VCenter BeginCreate(this IReplicationvCentersOperations operations, string fabricName, string vCenterName, AddVCenterRequest addVCenterRequest) + public static VCenter BeginCreate(this IReplicationvCentersOperations operations, string fabricName, string vcenterName, AddVCenterRequest addVCenterRequest) { - return operations.BeginCreateAsync(fabricName, vCenterName, addVCenterRequest).GetAwaiter().GetResult(); + return operations.BeginCreateAsync(fabricName, vcenterName, addVCenterRequest).GetAwaiter().GetResult(); } /// @@ -325,8 +325,8 @@ public static VCenter BeginCreate(this IReplicationvCentersOperations operations /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// The input to the add vCenter operation. @@ -334,16 +334,16 @@ public static VCenter BeginCreate(this IReplicationvCentersOperations operations /// /// The cancellation token. /// - public static async Task BeginCreateAsync(this IReplicationvCentersOperations operations, string fabricName, string vCenterName, AddVCenterRequest addVCenterRequest, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task BeginCreateAsync(this IReplicationvCentersOperations operations, string fabricName, string vcenterName, AddVCenterRequest addVCenterRequest, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.BeginCreateWithHttpMessagesAsync(fabricName, vCenterName, addVCenterRequest, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.BeginCreateWithHttpMessagesAsync(fabricName, vcenterName, addVCenterRequest, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Remove vCenter operation. + /// Remove vcenter operation. /// /// /// The operation to remove(unregister) a registered vCenter server from the @@ -355,16 +355,16 @@ public static VCenter BeginCreate(this IReplicationvCentersOperations operations /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// - public static void BeginDelete(this IReplicationvCentersOperations operations, string fabricName, string vCenterName) + public static void BeginDelete(this IReplicationvCentersOperations operations, string fabricName, string vcenterName) { - operations.BeginDeleteAsync(fabricName, vCenterName).GetAwaiter().GetResult(); + operations.BeginDeleteAsync(fabricName, vcenterName).GetAwaiter().GetResult(); } /// - /// Remove vCenter operation. + /// Remove vcenter operation. /// /// /// The operation to remove(unregister) a registered vCenter server from the @@ -376,15 +376,15 @@ public static void BeginDelete(this IReplicationvCentersOperations operations, s /// /// Fabric name. /// - /// - /// vCenter name. + /// + /// vcenter name. /// /// /// The cancellation token. /// - public static async Task BeginDeleteAsync(this IReplicationvCentersOperations operations, string fabricName, string vCenterName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task BeginDeleteAsync(this IReplicationvCentersOperations operations, string fabricName, string vcenterName, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.BeginDeleteWithHttpMessagesAsync(fabricName, vCenterName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.BeginDeleteWithHttpMessagesAsync(fabricName, vcenterName, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -399,15 +399,15 @@ public static void BeginDelete(this IReplicationvCentersOperations operations, s /// /// Fabric name. /// - /// - /// vCenter name + /// + /// vcenter name. /// /// /// The input to the update vCenter operation. /// - public static VCenter BeginUpdate(this IReplicationvCentersOperations operations, string fabricName, string vCenterName, UpdateVCenterRequest updateVCenterRequest) + public static VCenter BeginUpdate(this IReplicationvCentersOperations operations, string fabricName, string vcenterName, UpdateVCenterRequest updateVCenterRequest) { - return operations.BeginUpdateAsync(fabricName, vCenterName, updateVCenterRequest).GetAwaiter().GetResult(); + return operations.BeginUpdateAsync(fabricName, vcenterName, updateVCenterRequest).GetAwaiter().GetResult(); } /// @@ -422,8 +422,8 @@ public static VCenter BeginUpdate(this IReplicationvCentersOperations operations /// /// Fabric name. /// - /// - /// vCenter name + /// + /// vcenter name. /// /// /// The input to the update vCenter operation. @@ -431,9 +431,9 @@ public static VCenter BeginUpdate(this IReplicationvCentersOperations operations /// /// The cancellation token. /// - public static async Task BeginUpdateAsync(this IReplicationvCentersOperations operations, string fabricName, string vCenterName, UpdateVCenterRequest updateVCenterRequest, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task BeginUpdateAsync(this IReplicationvCentersOperations operations, string fabricName, string vcenterName, UpdateVCenterRequest updateVCenterRequest, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.BeginUpdateWithHttpMessagesAsync(fabricName, vCenterName, updateVCenterRequest, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.BeginUpdateWithHttpMessagesAsync(fabricName, vcenterName, updateVCenterRequest, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/SdkInfo_SiteRecoveryManagementClient.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/SdkInfo_SiteRecoveryManagementClient.cs new file mode 100644 index 0000000000000..d91816b61baa7 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/SdkInfo_SiteRecoveryManagementClient.cs @@ -0,0 +1,64 @@ + +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery +{ + using System; + using System.Collections.Generic; + using System.Linq; + + internal static partial class SdkInfo + { + public static IEnumerable> ApiInfo_SiteRecoveryManagementClient + { + get + { + return new Tuple[] + { + new Tuple("Compute", "ReplicationEligibilityResults", "2021-02-10"), + new Tuple("RecoveryServices", "MigrationRecoveryPoints", "2021-02-10"), + new Tuple("RecoveryServices", "Operations", "2021-02-10"), + new Tuple("RecoveryServices", "RecoveryPoints", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationAlertSettings", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationEvents", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationFabrics", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationJobs", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationLogicalNetworks", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationMigrationItems", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationNetworkMappings", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationNetworks", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationPolicies", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationProtectableItems", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationProtectedItems", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationProtectionContainerMappings", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationProtectionContainers", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationProtectionIntents", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationRecoveryPlans", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationRecoveryServicesProviders", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationStorageClassificationMappings", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationStorageClassifications", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationVaultHealth", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationVaultSetting", "2021-02-10"), + new Tuple("RecoveryServices", "ReplicationvCenters", "2021-02-10"), + new Tuple("RecoveryServices", "SupportedOperatingSystems", "2021-02-10"), + new Tuple("RecoveryServices", "TargetComputeSizes", "2021-02-10"), + }.AsEnumerable(); + } + } + // BEGIN: Code Generation Metadata Section + public static readonly String AutoRestVersion = "v2"; + public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413"; + public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/recoveryservicessiterecovery/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\\repos\\azure-sdk-for-net\\sdk"; + public static readonly String GithubForkName = "Azure"; + public static readonly String GithubBranchName = "master"; + public static readonly String GithubCommidId = "64e122e05a8ff184be8a6d185edfab4e9c3c237e"; + public static readonly String CodeGenerationErrors = ""; + public static readonly String GithubRepoName = "azure-rest-api-specs"; + // END: Code Generation Metadata Section + } +} + diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/SiteRecoveryManagementClient.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/SiteRecoveryManagementClient.cs index 89824284ae616..763b72909d436 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/SiteRecoveryManagementClient.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/SiteRecoveryManagementClient.cs @@ -192,6 +192,11 @@ public partial class SiteRecoveryManagementClient : ServiceClient public virtual IReplicationPoliciesOperations ReplicationPolicies { get; private set; } + /// + /// Gets the IReplicationProtectionIntentsOperations. + /// + public virtual IReplicationProtectionIntentsOperations ReplicationProtectionIntents { get; private set; } + /// /// Gets the IReplicationRecoveryPlansOperations. /// @@ -475,12 +480,13 @@ private void Initialize() ReplicationvCenters = new ReplicationvCentersOperations(this); ReplicationJobs = new ReplicationJobsOperations(this); ReplicationPolicies = new ReplicationPoliciesOperations(this); + ReplicationProtectionIntents = new ReplicationProtectionIntentsOperations(this); ReplicationRecoveryPlans = new ReplicationRecoveryPlansOperations(this); SupportedOperatingSystems = new SupportedOperatingSystemsOperations(this); ReplicationVaultHealth = new ReplicationVaultHealthOperations(this); ReplicationVaultSetting = new ReplicationVaultSettingOperations(this); BaseUri = new System.Uri("https://management.azure.com"); - ApiVersion = "2018-07-10"; + ApiVersion = "2021-02-10"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; @@ -509,6 +515,18 @@ private void Initialize() new Iso8601TimeSpanConverter() } }; + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("resourceType")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("resourceType")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("resourceType")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("resourceType")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("resourceType")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("resourceType")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("resourceType")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("resourceType")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("resourceType")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("resourceType")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("resourceType")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("resourceType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); @@ -527,6 +545,8 @@ private void Initialize() DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); @@ -555,8 +575,8 @@ private void Initialize() DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); @@ -571,6 +591,8 @@ private void Initialize() DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); @@ -579,8 +601,12 @@ private void Initialize() DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("instanceType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("instanceType")); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/SupportedOperatingSystemsOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/SupportedOperatingSystemsOperations.cs index 16a3fcf31ab2b..394b9b00c28de 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/SupportedOperatingSystemsOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/SupportedOperatingSystemsOperations.cs @@ -51,8 +51,11 @@ internal SupportedOperatingSystemsOperations(SiteRecoveryManagementClient client public SiteRecoveryManagementClient Client { get; private set; } /// - /// Gets the data of supported OSes by SRS. + /// Gets the data of supported operating systems by SRS. /// + /// + /// The instance type. + /// /// /// Headers that will be added to request. /// @@ -74,7 +77,7 @@ internal SupportedOperatingSystemsOperations(SiteRecoveryManagementClient client /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetWithHttpMessagesAsync(string instanceType = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.ApiVersion == null) { @@ -99,12 +102,13 @@ internal SupportedOperatingSystemsOperations(SiteRecoveryManagementClient client { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("instanceType", instanceType); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationSupportedOperatingSystems").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationSupportedOperatingSystems").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -113,6 +117,10 @@ internal SupportedOperatingSystemsOperations(SiteRecoveryManagementClient client { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } + if (instanceType != null) + { + _queryParameters.Add(string.Format("instanceType={0}", System.Uri.EscapeDataString(instanceType))); + } if (_queryParameters.Count > 0) { _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/SupportedOperatingSystemsOperationsExtensions.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/SupportedOperatingSystemsOperationsExtensions.cs index da96f40133690..5e742c4bcf3ed 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/SupportedOperatingSystemsOperationsExtensions.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/SupportedOperatingSystemsOperationsExtensions.cs @@ -22,28 +22,34 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery public static partial class SupportedOperatingSystemsOperationsExtensions { /// - /// Gets the data of supported OSes by SRS. + /// Gets the data of supported operating systems by SRS. /// /// /// The operations group for this extension method. /// - public static SupportedOperatingSystems Get(this ISupportedOperatingSystemsOperations operations) + /// + /// The instance type. + /// + public static SupportedOperatingSystems Get(this ISupportedOperatingSystemsOperations operations, string instanceType = default(string)) { - return operations.GetAsync().GetAwaiter().GetResult(); + return operations.GetAsync(instanceType).GetAwaiter().GetResult(); } /// - /// Gets the data of supported OSes by SRS. + /// Gets the data of supported operating systems by SRS. /// /// /// The operations group for this extension method. /// + /// + /// The instance type. + /// /// /// The cancellation token. /// - public static async Task GetAsync(this ISupportedOperatingSystemsOperations operations, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this ISupportedOperatingSystemsOperations operations, string instanceType = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetWithHttpMessagesAsync(instanceType, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/TargetComputeSizesOperations.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/TargetComputeSizesOperations.cs index d429cc8d28fa7..fb92086571887 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/TargetComputeSizesOperations.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Generated/TargetComputeSizesOperations.cs @@ -131,7 +131,7 @@ internal TargetComputeSizesOperations(SiteRecoveryManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/targetComputeSizes").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/targetComputeSizes").ToString(); _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(Client.ResourceName)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(Client.ResourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Microsoft.Azure.Management.RecoveryServices.SiteRecovery.csproj b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Microsoft.Azure.Management.RecoveryServices.SiteRecovery.csproj index 21693d730b06b..3f747bcbf5e82 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Microsoft.Azure.Management.RecoveryServices.SiteRecovery.csproj +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Microsoft.Azure.Management.RecoveryServices.SiteRecovery.csproj @@ -6,14 +6,14 @@ Microsoft.Azure.Management.RecoveryServices.SiteRecovery Provides developers with libraries for the updated recovery services site recovery feature under Azure Resource manager. - 2.1.2-preview + 2.1.3-preview Microsoft.Azure.Management.RecoveryServices.SiteRecovery Recoveryservices;SiteRecovery; diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Properties/AssemblyInfo.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Properties/AssemblyInfo.cs index 52fa2c1e4ab42..9f306acad9f6a 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Properties/AssemblyInfo.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ [assembly: AssemblyTitle("Microsoft Azure Recovery Services SiteRecovery Library")] [assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Recovery Services SiteRecovery Resources.")] -[assembly: AssemblyVersion("2.1.0.0")] -[assembly: AssemblyFileVersion("2.1.2.0")] +[assembly: AssemblyVersion("2.1.1.0")] +[assembly: AssemblyFileVersion("2.1.3.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft Azure .NET SDK")] diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/Helpers/TestHelper.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/Helpers/TestHelper.cs index 950c748c73843..207d9e26b15e4 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/Helpers/TestHelper.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/Helpers/TestHelper.cs @@ -15,8 +15,8 @@ namespace RecoveryServices.SiteRecovery.Tests public class TestHelper : IDisposable { private const string resourceNamespace = "Microsoft.RecoveryServices"; - private const string resourceGroupName = "siterecoveryprod1"; - private const string vaultName = "SDKVault"; + private const string resourceGroupName = "Arpita-air"; + private const string vaultName = "h2atest"; private const string location = "westus"; public SiteRecoveryManagementClient SiteRecoveryClient { get; private set; } diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/ScenarioTests/ASRTests.cs b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/ScenarioTests/ASRTests.cs index c3fa935850a24..7fa62223c3202 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/ScenarioTests/ASRTests.cs +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/ScenarioTests/ASRTests.cs @@ -15,24 +15,24 @@ namespace RecoveryServices.SiteRecovery.Tests { public class ASRTests : SiteRecoveryTestsBase { - private const string targetResourceGroup = "/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1"; - private const string storageAccountId = "/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai"; - private const string azureNetworkId = "/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai"; + private const string targetResourceGroup = "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg"; + private const string storageAccountId = "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest"; + private const string azureNetworkId = "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest"; private const string siteName = "SiteRecoveryTestSite1"; - private const string vmmFabric = "d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087"; - private const string location = "westus"; - private const string providerName = "ba2a2d25-377f-4f4b-94a4-2981c79b0998"; - private const string policyName = "protectionprofile1"; + private const string vmmFabric = "ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866"; + private const string location = "centraluseuap"; + private const string providerName = "71f21bed-b00f-4869-9dbf-288e7cb4051d"; + private const string policyName = "protectionprofile2"; private const string recoveryCloud = "Microsoft Azure"; private const string protectionContainerMappingName = "PCMapping"; private const string networkMappingName = "NWMapping"; - private const string vmName = "vm1"; - private const string vmId = "f8491e4f-817a-40dd-a90c-af773978c75b"; - private const string vmName2 = "vm2"; + private const string vmName = "VMforSDKFirst"; + private const string vmId = "193ca098-991d-4a6f-be78-da2c6e7bd290"; + private const string vmName2 = "VMforSDK"; private const string rpName = "rpTest1"; - private const string emailAddress = "ronehr@microsoft.com"; + private const string emailAddress = "arpgup@microsoft.com"; private const string alertSettingName = "defaultAlertSetting"; - private const string vmNetworkName = "c41eda86-96d5-4541-a6f8-c47d4b75a24a"; + private const string vmNetworkName = "4f704b8f-946c-4705-9844-11167e90102f"; private const string a2aPrimaryLocation = "westeurope"; private const string a2aRecoveryLocation = "northeurope"; @@ -44,15 +44,16 @@ public class ASRTests : SiteRecoveryTestsBase private const string a2aPrimaryRecoveryContainerMappingName = "primaryToRecovery"; private const string a2aRecoveryPrimaryContainerMappingName = "recoveryToPrimary"; private const string a2aVirtualMachineToProtect = - "/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/sdkTestVmRG/providers/Microsoft.Compute/virtualMachines/sdkTestVm1"; + "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG/providers/Microsoft.Compute/virtualMachines/sdkTestVM1"; private const string a2aVirtualMachineDiskToProtect = - "/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/SDKTESTVMRG/providers/Microsoft.Compute/disks/sdkTestVm1_OsDisk_1_3b1dd430d52044f18fb996d34617f609"; + "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG/providers/Microsoft.Compute/disks/sdkTestVM1_OsDisk_1_719b58f929ca4b97ba638f272b166a96"; private const string a2aStagingStorageAccount = - "/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/do00nssdkvaultasrcache"; + "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG/providers/Microsoft.Storage/storageAccounts/sdkcache"; private const string a2aRecoveryResourceGroup = - "/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/sdkTestVmRG-asr"; + "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG-asr"; private const string a2aReplicationProtectedItemName = "sdkTestVm1"; private const string a2aVirtualMachineToValidate = "testVm1"; + private const string a2aReplicationProtectionIntentName = "intentName1"; TestHelper testHelper { get; set; } @@ -66,7 +67,7 @@ public void CreateA2APolicy() { using (var context = MockContext.Start(this.GetType())) { - testHelper.Initialize(context); + testHelper.Initialize(context, "sdkVTRG", "sdkVault1"); var client = testHelper.SiteRecoveryClient; var a2aPolicyCreationInput = new A2APolicyCreationInput @@ -96,7 +97,7 @@ public void CreateA2AFabrics() { using (var context = MockContext.Start(this.GetType())) { - testHelper.Initialize(context); + testHelper.Initialize(context, "sdkVTRG", "sdkVault1"); var client = testHelper.SiteRecoveryClient; var fabricCreationInput = new FabricCreationInput(); @@ -132,7 +133,7 @@ public void CreateA2AContainers() { using (var context = MockContext.Start(this.GetType())) { - testHelper.Initialize(context); + testHelper.Initialize(context, "sdkVTRG", "sdkVault1"); var client = testHelper.SiteRecoveryClient; var createProtectionContainerInput = @@ -166,7 +167,7 @@ public void CreateA2AContainerMappings() { using (var context = MockContext.Start(this.GetType())) { - testHelper.Initialize(context); + testHelper.Initialize(context, "sdkVTRG", "sdkVault1"); var client = testHelper.SiteRecoveryClient; var createProtectionContainerMappingInput = @@ -222,7 +223,7 @@ public void CreateA2AReplicationProtectedItem() { using (var context = MockContext.Start(this.GetType())) { - testHelper.Initialize(context); + testHelper.Initialize(context, "sdkVTRG", "sdkVault1"); var client = testHelper.SiteRecoveryClient; var policy = client.ReplicationPolicies.Get(a2aPolicyName); @@ -270,7 +271,7 @@ public void GetA2AResources() { using (var context = MockContext.Start(this.GetType())) { - testHelper.Initialize(context); + testHelper.Initialize(context, "sdkVTRG", "sdkVault1"); var client = testHelper.SiteRecoveryClient; var policy = client.ReplicationPolicies.Get(a2aPolicyName); @@ -336,7 +337,7 @@ public void ListA2AResources() { using (var context = MockContext.Start(this.GetType())) { - testHelper.Initialize(context); + testHelper.Initialize(context, "sdkVTRG", "sdkVault1"); var client = testHelper.SiteRecoveryClient; var policies= client.ReplicationPolicies.List(); @@ -366,7 +367,7 @@ public void DeleteA2AReplicationProtectedItem() { using (var context = MockContext.Start(this.GetType())) { - testHelper.Initialize(context); + testHelper.Initialize(context, "sdkVTRG", "sdkVault1"); var client = testHelper.SiteRecoveryClient; var disableProtectionInput = new DisableProtectionInput @@ -394,7 +395,7 @@ public void DeleteA2AContainerMappings() { using (var context = MockContext.Start(this.GetType())) { - testHelper.Initialize(context); + testHelper.Initialize(context, "sdkVTRG", "sdkVault1"); var client = testHelper.SiteRecoveryClient; var removeProtectionContainerMappingInput = @@ -428,7 +429,7 @@ public void DeleteA2AContainers() { using (var context = MockContext.Start(this.GetType())) { - testHelper.Initialize(context); + testHelper.Initialize(context, "sdkVTRG", "sdkVault1"); var client = testHelper.SiteRecoveryClient; client.ReplicationProtectionContainers.Delete( @@ -450,7 +451,7 @@ public void DeleteA2AFabrics() { using (var context = MockContext.Start(this.GetType())) { - testHelper.Initialize(context); + testHelper.Initialize(context, "sdkVTRG", "sdkVault1"); var client = testHelper.SiteRecoveryClient; client.ReplicationFabrics.Delete(a2aPrimaryFabricName); @@ -466,7 +467,7 @@ public void DeleteA2APolicy() { using (var context = MockContext.Start(this.GetType())) { - testHelper.Initialize(context); + testHelper.Initialize(context, "sdkVTRG", "sdkVault1"); var client = testHelper.SiteRecoveryClient; client.ReplicationPolicies.Delete(a2aPolicyName); @@ -476,6 +477,73 @@ public void DeleteA2APolicy() } } + [Fact] + public void CreateA2AReplicationProtectionIntent() + { + using (var context = MockContext.Start(this.GetType())) + { + testHelper.Initialize(context, "sdkVTRG", "sdkVault1"); + var client = testHelper.SiteRecoveryClient; + + var a2aCreateProtectionIntentInput = new A2ACreateProtectionIntentInput(); + a2aCreateProtectionIntentInput.FabricObjectId = a2aVirtualMachineToProtect; + a2aCreateProtectionIntentInput.AutoProtectionOfDataDisk = "Enabled"; + a2aCreateProtectionIntentInput.PrimaryLocation = a2aPrimaryLocation; + a2aCreateProtectionIntentInput.RecoveryLocation = a2aRecoveryLocation; + a2aCreateProtectionIntentInput.RecoverySubscriptionId = "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c"; + a2aCreateProtectionIntentInput.RecoveryResourceGroupId = a2aRecoveryResourceGroup; + a2aCreateProtectionIntentInput.RecoveryAvailabilityType = "Single"; + a2aCreateProtectionIntentInput.ProtectionProfileCustomInput = new NewProtectionProfile + { + PolicyName = "intentPolicy", + RecoveryPointHistory = 1440, + CrashConsistentFrequencyInMinutes = 10, + AppConsistentFrequencyInMinutes = 60, + MultiVmSyncStatus = "Enable" + + }; + + var createProtectionIntentInput = new CreateProtectionIntentInput + { + Properties = new CreateProtectionIntentProperties() + }; + + createProtectionIntentInput.Properties.ProviderSpecificDetails = a2aCreateProtectionIntentInput; + + var replicationProtectionIntent = + client.ReplicationProtectionIntents.Create( + a2aReplicationProtectionIntentName, + createProtectionIntentInput); + Assert.True( + replicationProtectionIntent.Name == a2aReplicationProtectionIntentName, + "Resource name can not be different."); + } + } + + [Fact] + public void ListA2AProtectionIntents() + { + using (var context = MockContext.Start(this.GetType())) + { + testHelper.Initialize(context, "sdkVTRG", "sdkVault1"); + var client = testHelper.SiteRecoveryClient; + + var protectionItents = client.ReplicationProtectionIntents.List(); + } + } + + [Fact] + public void GetA2AProtectionIntent() + { + using (var context = MockContext.Start(this.GetType())) + { + testHelper.Initialize(context, "sdkVTRG", "sdkVault1"); + var client = testHelper.SiteRecoveryClient; + + var protectionItent = client.ReplicationProtectionIntents.Get(a2aReplicationProtectionIntentName); + } + } + [Fact] public void CreateSite() { @@ -557,8 +625,7 @@ public void CheckConsistency() } } - [Fact(Skip = "ReRecord due to CR change")] - [Trait("ReRecord", "CR Changes")] + [Fact] public void RenewCertificate() { using (var context = MockContext.Start(this.GetType())) @@ -649,9 +716,9 @@ public void PurgeRsp() testHelper.Initialize(context); var client = testHelper.SiteRecoveryClient; - string rspName = "74ef040f-fa15-4f71-9652-c27d5d19d575"; + var purgeProviderName = "d4f5707e-16df-4e60-92df-fea789694c62"; var fabric = client.ReplicationFabrics.Get(siteName); - client.ReplicationRecoveryServicesProviders.Purge(fabric.Name, rspName); + client.ReplicationRecoveryServicesProviders.Purge(fabric.Name, purgeProviderName); } } @@ -798,7 +865,7 @@ public void UpdatePolicy() ApplicationConsistentSnapshotFrequencyInHours = 2, ReplicationInterval = 300, OnlineReplicationStartTime = null, - StorageAccounts = new List() { "/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai" } + StorageAccounts = new List() { "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2" } }; UpdatePolicyInputProperties inputProperties = new UpdatePolicyInputProperties() @@ -1067,7 +1134,7 @@ public void GetProtectedItem() var protectionContainer = client.ReplicationProtectionContainers.Get(siteName, protectionContainerList.FirstOrDefault().Name); - var protectedItem = client.ReplicationProtectedItems.Get(siteName, protectionContainer.Name, vmName); + var protectedItem = client.ReplicationProtectedItems.Get(siteName, protectionContainer.Name, vmId); Assert.NotNull(protectedItem.Id); } } @@ -1112,11 +1179,16 @@ public void UpdateProtectedItem() var protectionContainer = client.ReplicationProtectionContainers.ListByReplicationFabrics(siteName).FirstOrDefault(); var protectedItem = client.ReplicationProtectedItems.Get(siteName, protectionContainer.Name, vmName2); + var ipconfig = new IPConfigInputDetails{ + RecoverySubnetName = "Subnet1" + }; + var ipconfigs = new List(); + ipconfigs.Add(ipconfig); VMNicInputDetails nicInput = new VMNicInputDetails() { NicId = (protectedItem.Properties.ProviderSpecificDetails as HyperVReplicaAzureReplicationDetails).VmNics[0].NicId, - RecoveryVMSubnetName = "Subnet1", + IpConfigs = ipconfigs, SelectionType = "SelectedByUser" }; @@ -1143,6 +1215,7 @@ public void UpdateProtectedItem() var updatedProtecteditem = client.ReplicationProtectedItems.Get(siteName, protectionContainer.Name, vmName2); } } + [Fact] public void DeleteProtectedItem() @@ -1181,11 +1254,11 @@ public void PurgeProtectedItem() var protectionContainer = client.ReplicationProtectionContainers.ListByReplicationFabrics(siteName).FirstOrDefault(); - client.ReplicationProtectedItems.Purge(siteName, protectionContainer.Name, vmName); + client.ReplicationProtectedItems.Purge(siteName, protectionContainer.Name, vmId); } } - [Fact(Skip = "ReRecord due to CR change")] + [Fact] public void RepairReplication() { using (var context = MockContext.Start(this.GetType())) @@ -1203,7 +1276,7 @@ public void RepairReplication() } } - [Fact(Skip = "ReRecord due to CR change")] + [Fact] public void TestFailover() { using (var context = MockContext.Start(this.GetType())) @@ -1213,20 +1286,17 @@ public void TestFailover() var protectionContainer = client.ReplicationProtectionContainers.ListByReplicationFabrics(siteName).FirstOrDefault(); - var protectedItem = client.ReplicationProtectedItems.Get(siteName, protectionContainer.Name, vmName); + var protectedItem = client.ReplicationProtectedItems.Get(siteName, protectionContainer.Name, vmId); string networkId = (protectedItem.Properties.ProviderSpecificDetails as HyperVReplicaAzureReplicationDetails) .SelectedRecoveryAzureNetworkId; - HyperVReplicaAzureFailoverProviderInput h2AFOInput = new HyperVReplicaAzureFailoverProviderInput() - { - VaultLocation = "West US", - }; + + HyperVReplicaAzureTestFailoverInput h2AFOInput = new HyperVReplicaAzureTestFailoverInput(); TestFailoverInputProperties tfoInputProperties = new TestFailoverInputProperties() { NetworkId = networkId, NetworkType = string.IsNullOrEmpty(networkId) ? null : "VmNetworkAsInput", - SkipTestFailoverCleanup = true.ToString(), ProviderSpecificDetails = h2AFOInput }; @@ -1235,11 +1305,11 @@ public void TestFailover() Properties = tfoInputProperties }; - var response = client.ReplicationProtectedItems.TestFailover(siteName, protectionContainer.Name, vmName, tfoInput); + var response = client.ReplicationProtectedItems.TestFailover(siteName, protectionContainer.Name, vmId, tfoInput); } } - [Fact(Skip = "ReRecord due to CR change")] + [Fact] public void TestFailoverCleanup() { using (var context = MockContext.Start(this.GetType())) @@ -1249,7 +1319,7 @@ public void TestFailoverCleanup() var protectionContainer = client.ReplicationProtectionContainers.ListByReplicationFabrics(siteName).FirstOrDefault(); - var protectedItem = client.ReplicationProtectedItems.Get(siteName, protectionContainer.Name, vmName); + var protectedItem = client.ReplicationProtectedItems.Get(siteName, protectionContainer.Name, vmId); TestFailoverCleanupInputProperties inputProperties = new TestFailoverCleanupInputProperties() { @@ -1262,7 +1332,7 @@ public void TestFailoverCleanup() }; client.ReplicationProtectedItems.TestFailoverCleanup( - siteName, protectionContainer.Name, vmName, input); + siteName, protectionContainer.Name, vmId, input); } } @@ -1292,10 +1362,7 @@ public void PlannedFailover() } else { - HyperVReplicaAzureFailoverProviderInput h2AFailoverInput = new HyperVReplicaAzureFailoverProviderInput() - { - VaultLocation = "West US" - }; + HyperVReplicaAzurePlannedFailoverProviderInput h2AFailoverInput = new HyperVReplicaAzurePlannedFailoverProviderInput(); inputProperties.ProviderSpecificDetails = h2AFailoverInput; } @@ -1309,7 +1376,7 @@ public void PlannedFailover() } } - [Fact(Skip = "ReRecord due to CR change")] + [Fact] public void UnplannedFailover() { using (var context = MockContext.Start(this.GetType())) @@ -1322,10 +1389,7 @@ public void UnplannedFailover() var protectedItem = client.ReplicationProtectedItems.Get(siteName, protectionContainer.Name, vmName2); - HyperVReplicaAzureFailoverProviderInput h2AFailoverInput = new HyperVReplicaAzureFailoverProviderInput() - { - VaultLocation = "West US" - }; + HyperVReplicaAzureUnplannedFailoverInput h2AFailoverInput = new HyperVReplicaAzureUnplannedFailoverInput(); UnplannedFailoverInputProperties inputProperties = new UnplannedFailoverInputProperties() { @@ -1360,7 +1424,7 @@ public void CommitFailover() } } - [Fact(Skip = "ReRecord due to CR change")] + [Fact] public void Reprotect() { using (var context = MockContext.Start(this.GetType())) @@ -1435,7 +1499,7 @@ public void ListRecoveryPoints() var protectionContainer = client.ReplicationProtectionContainers.ListByReplicationFabrics(siteName).FirstOrDefault(); - var rps = client.RecoveryPoints.ListByReplicationProtectedItems(siteName, protectionContainer.Name, vmName); + var rps = client.RecoveryPoints.ListByReplicationProtectedItems(siteName, protectionContainer.Name, vmId); } } @@ -1451,10 +1515,7 @@ public void ApplyRecoveryPoint() client.ReplicationProtectionContainers.ListByReplicationFabrics(siteName).FirstOrDefault(); var rps = client.RecoveryPoints.ListByReplicationProtectedItems(siteName, protectionContainer.Name, vmName2).ToList(); - HyperVReplicaAzureApplyRecoveryPointInput h2APitInput = new HyperVReplicaAzureApplyRecoveryPointInput() - { - VaultLocation = "West US" - }; + HyperVReplicaAzureApplyRecoveryPointInput h2APitInput = new HyperVReplicaAzureApplyRecoveryPointInput(); ApplyRecoveryPointInputProperties inputProperties = new ApplyRecoveryPointInputProperties() { @@ -1481,7 +1542,7 @@ public void CreateRecoveryPlan() var fabric = client.ReplicationFabrics.Get(siteName); var protectionContainer = client.ReplicationProtectionContainers.ListByReplicationFabrics(siteName).FirstOrDefault(); - var protectedItem1 = client.ReplicationProtectedItems.Get(siteName, protectionContainer.Name, vmName); + var protectedItem1 = client.ReplicationProtectedItems.Get(siteName, protectionContainer.Name, vmId); RecoveryPlanProtectedItem rpVm1 = new RecoveryPlanProtectedItem() { @@ -1582,7 +1643,7 @@ public void DeleteRecoveryPlan() } } - [Fact(Skip = "ReRecord due to CR change")] + [Fact] public void RPTestFailover() { using (var context = MockContext.Start(this.GetType())) @@ -1590,16 +1651,13 @@ public void RPTestFailover() testHelper.Initialize(context); var client = testHelper.SiteRecoveryClient; - RecoveryPlanHyperVReplicaAzureFailoverInput h2AInput = new RecoveryPlanHyperVReplicaAzureFailoverInput() - { - VaultLocation = "West US" - }; + RecoveryPlanHyperVReplicaAzureFailoverInput h2AInput = new RecoveryPlanHyperVReplicaAzureFailoverInput(); RecoveryPlanTestFailoverInputProperties inputProperties = new RecoveryPlanTestFailoverInputProperties() { NetworkId = azureNetworkId, + FailoverDirection = PossibleOperationsDirections.PrimaryToRecovery, NetworkType = string.IsNullOrEmpty(azureNetworkId) ? null : "VmNetworkAsInput", - SkipTestFailoverCleanup = true.ToString(), ProviderSpecificDetails = new List() { h2AInput } }; @@ -1614,7 +1672,7 @@ public void RPTestFailover() } } - [Fact(Skip = "ReRecord due to CR change")] + [Fact] public void RPTestFailoverCleanup() { using (var context = MockContext.Start(this.GetType())) @@ -1637,7 +1695,7 @@ public void RPTestFailoverCleanup() } } - [Fact(Skip = "ReRecord due to CR change")] + [Fact] public void RPPlannedFailover() { using (var context = MockContext.Start(this.GetType())) @@ -1645,10 +1703,7 @@ public void RPPlannedFailover() testHelper.Initialize(context); var client = testHelper.SiteRecoveryClient; - RecoveryPlanHyperVReplicaAzureFailoverInput h2AInput = new RecoveryPlanHyperVReplicaAzureFailoverInput() - { - VaultLocation = "West US" - }; + RecoveryPlanHyperVReplicaAzureFailoverInput h2AInput = new RecoveryPlanHyperVReplicaAzureFailoverInput(); RecoveryPlanPlannedFailoverInputProperties inputProperties = new RecoveryPlanPlannedFailoverInputProperties() { @@ -1666,7 +1721,7 @@ public void RPPlannedFailover() } } - [Fact(Skip = "ReRecord due to CR change")] + [Fact] public void RPUnplannedFailover() { using (var context = MockContext.Start(this.GetType())) @@ -1674,10 +1729,7 @@ public void RPUnplannedFailover() testHelper.Initialize(context); var client = testHelper.SiteRecoveryClient; - RecoveryPlanHyperVReplicaAzureFailoverInput h2AInput = new RecoveryPlanHyperVReplicaAzureFailoverInput() - { - VaultLocation = "West US" - }; + RecoveryPlanHyperVReplicaAzureFailoverInput h2AInput = new RecoveryPlanHyperVReplicaAzureFailoverInput(); RecoveryPlanUnplannedFailoverInputProperties inputProperties = new RecoveryPlanUnplannedFailoverInputProperties() { @@ -1696,7 +1748,7 @@ public void RPUnplannedFailover() } } - [Fact(Skip = "ReRecord due to CR change")] + [Fact] public void RPFailoverCommit() { using (var context = MockContext.Start(this.GetType())) @@ -1709,7 +1761,7 @@ public void RPFailoverCommit() } } - [Fact(Skip = "ReRecord due to CR change")] + [Fact] public void RPFailback() { using (var context = MockContext.Start(this.GetType())) @@ -1739,7 +1791,7 @@ public void RPFailback() } } - [Fact(Skip = "ReRecord due to CR change")] + [Fact] public void RPReprotect() { using (var context = MockContext.Start(this.GetType())) @@ -1802,7 +1854,7 @@ public void ListAlertSettings() } } - [Fact] + [Fact(Skip = "Understand test scenario")] public void GetReplicationEvent() { using (var context = MockContext.Start(this.GetType())) @@ -1963,25 +2015,12 @@ public void DeleteNetworkMapping() } } - - [Fact] - public void MigrateToAad() - { - using (var context = MockContext.Start(this.GetType())) - { - testHelper.Initialize(context, "canaryexproute", "IbizaV2ATest"); - var client = testHelper.SiteRecoveryClient; - - client.ReplicationFabrics.MigrateToAad("38de67c62c2b231fb647b060df06a8a69da7e305c44db6646693b7470d709c87"); - } - } - [Fact] public void ListEventByQuery() { using (var context = MockContext.Start(this.GetType())) { - testHelper.Initialize(context, "canaryexproute", "IbizaV2ATest"); + testHelper.Initialize(context); var client = testHelper.SiteRecoveryClient; var querydata = new ODataQuery("Severity eq 'Critical'"); @@ -1994,7 +2033,7 @@ public void GetHealthDetails() { using (var context = MockContext.Start(this.GetType())) { - testHelper.Initialize(context, "canaryexproute", "IbizaV2ATest"); + testHelper.Initialize(context); var client = testHelper.SiteRecoveryClient; client.ReplicationVaultHealth.Get(); diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ApplyRecoveryPoint.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ApplyRecoveryPoint.json index 521f0a8837549..ad7f1cf3ec48f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ApplyRecoveryPoint.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ApplyRecoveryPoint.json @@ -1,1264 +1,771 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bdd772d4-1d8b-49fe-9575-f9119e15929a" + "46cfcb62-c5d2-4841-80b6-c3f0b1900e74" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:53:24 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bdd772d4-1d8b-49fe-9575-f9119e15929a 5/15/2017 1:53:24 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "46cfcb62-c5d2-4841-80b6-c3f0b1900e74 3/19/2021 9:50:27 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "bdd772d4-1d8b-49fe-9575-f9119e15929a" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14100" + "46cfcb62-c5d2-4841-80b6-c3f0b1900e74" ], "x-ms-correlation-request-id": [ - "90a60ee4-d2b3-4ff6-85c8-1eab2ddc8d08" + "a374fd8e-af4e-449f-94b4-4735f14bde3c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135324Z:90a60ee4-d2b3-4ff6-85c8-1eab2ddc8d08" + "CENTRALUSEUAP:20210319T095027Z:a374fd8e-af4e-449f-94b4-4735f14bde3c" + ], + "Date": [ + "Fri, 19 Mar 2021 09:50:27 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 4,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMi9yZWNvdmVyeVBvaW50cz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy9yZWNvdmVyeVBvaW50cz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3346201e-5c37-485b-a706-7b776aaa3ec4" + "30bdbbef-4b0f-4298-8558-4d61bbf533af" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"471fbbc7-6e8c-475f-bc97-5d89d856732c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/471fbbc7-6e8c-475f-bc97-5d89d856732c\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-15T13:34:35.4120244Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"bdc783bf-c86d-4fb3-ba44-bd0cd83416b4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/bdc783bf-c86d-4fb3-ba44-bd0cd83416b4\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-15T13:39:35.4139776Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"92eb6e67-ac18-4043-af5e-6cd5d5891810\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/92eb6e67-ac18-4043-af5e-6cd5d5891810\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-15T13:44:35.4159275Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"fea6a87e-f27e-4e73-b297-39e81cf857c5\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/fea6a87e-f27e-4e73-b297-39e81cf857c5\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-15T13:47:31.1669721Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:53:25 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3346201e-5c37-485b-a706-7b776aaa3ec4 5/15/2017 1:53:26 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "30bdbbef-4b0f-4298-8558-4d61bbf533af 3/19/2021 9:50:49 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "3346201e-5c37-485b-a706-7b776aaa3ec4" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14099" + "30bdbbef-4b0f-4298-8558-4d61bbf533af" ], "x-ms-correlation-request-id": [ - "693fb17b-5433-45ec-b86a-24d077da4d70" + "0486f135-762a-47ab-852e-32c15f09ebe0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135325Z:693fb17b-5433-45ec-b86a-24d077da4d70" + "CENTRALUSEUAP:20210319T095049Z:0486f135-762a-47ab-852e-32c15f09ebe0" + ], + "Date": [ + "Fri, 19 Mar 2021 09:50:48 GMT" + ], + "Content-Length": [ + "2001" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/728eaf08-046b-4173-9de1-f62e9571ec85\",\r\n \"name\": \"728eaf08-046b-4173-9de1-f62e9571ec85\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2021-03-18T18:35:52.8677177Z\",\r\n \"recoveryPointType\": \"CrashConsistent\",\r\n \"providerSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/5173e1ed-4968-4bad-997a-d311cc061e8c\",\r\n \"name\": \"5173e1ed-4968-4bad-997a-d311cc061e8c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2021-03-18T18:40:52.9971857Z\",\r\n \"recoveryPointType\": \"CrashConsistent\",\r\n \"providerSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/02619845-80fb-4004-83fa-289eb8d3ddcf\",\r\n \"name\": \"02619845-80fb-4004-83fa-289eb8d3ddcf\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2021-03-19T09:44:51.9723838Z\",\r\n \"recoveryPointType\": \"CrashConsistent\",\r\n \"providerSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/applyRecoveryPoint?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMi9hcHBseVJlY292ZXJ5UG9pbnQ/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/applyRecoveryPoint?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy9hcHBseVJlY292ZXJ5UG9pbnQ/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"recoveryPointId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/92eb6e67-ac18-4043-af5e-6cd5d5891810\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"vaultLocation\": \"West US\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"recoveryPointId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/5173e1ed-4968-4bad-997a-d311cc061e8c\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\"\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "511" - ], "x-ms-client-request-id": [ - "22d846de-2cfa-40a3-a05f-372f47cfa879" + "d1a93de2-7b5b-442a-ab0e-8246cf1bc7bc" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "473" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:53:26 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/operationresults/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/operationresults/f7278b5d-aefa-4c8e-8de9-3f33c33586fc?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56", - "22d846de-2cfa-40a3-a05f-372f47cfa879 5/15/2017 1:53:27 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/f7278b5d-aefa-4c8e-8de9-3f33c33586fc", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/f7278b5d-aefa-4c8e-8de9-3f33c33586fc" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/f7278b5d-aefa-4c8e-8de9-3f33c33586fc?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "22d846de-2cfa-40a3-a05f-372f47cfa879" - ], - "X-Powered-By": [ - "ASP.NET" + "d1a93de2-7b5b-442a-ab0e-8246cf1bc7bc" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "a846ac9a-3d35-4751-b97c-e1dbb8e6872d" + "3d57a51e-3246-43ea-a31c-2482fdf6dfb7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135326Z:a846ac9a-3d35-4751-b97c-e1dbb8e6872d" + "CENTRALUSEUAP:20210319T095050Z:3d57a51e-3246-43ea-a31c-2482fdf6dfb7" + ], + "Date": [ + "Fri, 19 Mar 2021 09:50:50 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2YTAzNTRlLTVmNDUtNDI4Ni05N2UwLTM1MTc5MGViOGY1Nj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/f7278b5d-aefa-4c8e-8de9-3f33c33586fc?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2Y3Mjc4YjVkLWFlZmEtNGM4ZS04ZGU5LTNmMzNjMzM1ODZmYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"name\": \"66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"properties\": {\r\n \"activityId\": \"22d846de-2cfa-40a3-a05f-372f47cfa879 ActivityId: a846ac9a-3d35-4751-b97c-e1dbb8e6872d\",\r\n \"scenarioName\": \"ChangePit\",\r\n \"friendlyName\": \"Change the recovery point\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"51e9c29c-a180-4ac0-959d-a15b625f28a0\",\r\n \"name\": \"ChangePitPreflightCheck\",\r\n \"startTime\": \"2017-05-15T13:53:27.5056266Z\",\r\n \"endTime\": \"2017-05-15T13:53:30.6156192Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Change the prerequisites check\",\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\": \"5559af91-1aff-480e-ac42-23420dbd5a15\",\r\n \"name\": \"ShutdownVmRecovery\",\r\n \"startTime\": \"2017-05-15T13:53:30.678121Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown the virtual machine on recovery\",\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\": \"ea6e7936-1231-4045-aba3-ca648bb9a4ce\",\r\n \"name\": \"CancelFailoverRecovery\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cancel failover recovery\",\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\": \"d1f33c41-4e13-48a3-99b2-b7edbee72508\",\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\": \"d59b1784-a246-4042-89fd-fe04196b0b01\",\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\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:53:56 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/f7278b5d-aefa-4c8e-8de9-3f33c33586fc" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "b80f52db-8e6d-44f7-b4ef-978af8a38066" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14087" + "f40560a8-f6a5-4afa-912d-2af5f2d97247" ], "x-ms-correlation-request-id": [ - "2ad626b5-93a9-4899-b636-65df4d57447f" + "08e41706-0066-4498-83d2-ff6380702f32" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135357Z:2ad626b5-93a9-4899-b636-65df4d57447f" + "CENTRALUSEUAP:20210319T095120Z:08e41706-0066-4498-83d2-ff6380702f32" + ], + "Date": [ + "Fri, 19 Mar 2021 09:51:20 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"f7278b5d-aefa-4c8e-8de9-3f33c33586fc\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T09:50:50.2215748Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2YTAzNTRlLTVmNDUtNDI4Ni05N2UwLTM1MTc5MGViOGY1Nj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/f7278b5d-aefa-4c8e-8de9-3f33c33586fc?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2Y3Mjc4YjVkLWFlZmEtNGM4ZS04ZGU5LTNmMzNjMzM1ODZmYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"name\": \"66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"properties\": {\r\n \"activityId\": \"22d846de-2cfa-40a3-a05f-372f47cfa879 ActivityId: a846ac9a-3d35-4751-b97c-e1dbb8e6872d\",\r\n \"scenarioName\": \"ChangePit\",\r\n \"friendlyName\": \"Change the recovery point\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"51e9c29c-a180-4ac0-959d-a15b625f28a0\",\r\n \"name\": \"ChangePitPreflightCheck\",\r\n \"startTime\": \"2017-05-15T13:53:27.5056266Z\",\r\n \"endTime\": \"2017-05-15T13:53:30.6156192Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Change the prerequisites check\",\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\": \"5559af91-1aff-480e-ac42-23420dbd5a15\",\r\n \"name\": \"ShutdownVmRecovery\",\r\n \"startTime\": \"2017-05-15T13:53:30.678121Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown the virtual machine on recovery\",\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\": \"ea6e7936-1231-4045-aba3-ca648bb9a4ce\",\r\n \"name\": \"CancelFailoverRecovery\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cancel failover recovery\",\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\": \"d1f33c41-4e13-48a3-99b2-b7edbee72508\",\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\": \"d59b1784-a246-4042-89fd-fe04196b0b01\",\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\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:54:27 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/f7278b5d-aefa-4c8e-8de9-3f33c33586fc" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "98d874d4-e5cd-43e7-93a9-a63e8ba5fb85" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14079" + "020a0020-edd8-4add-9549-6aa7568151b9" ], "x-ms-correlation-request-id": [ - "d1ed0e7d-6971-40fd-a64e-57d9ee4d1cc2" + "7776cac4-c1db-4798-8c92-41df26e47bbd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135427Z:d1ed0e7d-6971-40fd-a64e-57d9ee4d1cc2" + "CENTRALUSEUAP:20210319T095151Z:7776cac4-c1db-4798-8c92-41df26e47bbd" + ], + "Date": [ + "Fri, 19 Mar 2021 09:51:51 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"f7278b5d-aefa-4c8e-8de9-3f33c33586fc\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T09:50:50.2215748Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2YTAzNTRlLTVmNDUtNDI4Ni05N2UwLTM1MTc5MGViOGY1Nj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/f7278b5d-aefa-4c8e-8de9-3f33c33586fc?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2Y3Mjc4YjVkLWFlZmEtNGM4ZS04ZGU5LTNmMzNjMzM1ODZmYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"name\": \"66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"properties\": {\r\n \"activityId\": \"22d846de-2cfa-40a3-a05f-372f47cfa879 ActivityId: a846ac9a-3d35-4751-b97c-e1dbb8e6872d\",\r\n \"scenarioName\": \"ChangePit\",\r\n \"friendlyName\": \"Change the recovery point\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"51e9c29c-a180-4ac0-959d-a15b625f28a0\",\r\n \"name\": \"ChangePitPreflightCheck\",\r\n \"startTime\": \"2017-05-15T13:53:27.5056266Z\",\r\n \"endTime\": \"2017-05-15T13:53:30.6156192Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Change the prerequisites check\",\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\": \"5559af91-1aff-480e-ac42-23420dbd5a15\",\r\n \"name\": \"ShutdownVmRecovery\",\r\n \"startTime\": \"2017-05-15T13:53:30.678121Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown the virtual machine on recovery\",\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\": \"ea6e7936-1231-4045-aba3-ca648bb9a4ce\",\r\n \"name\": \"CancelFailoverRecovery\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cancel failover recovery\",\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\": \"d1f33c41-4e13-48a3-99b2-b7edbee72508\",\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\": \"d59b1784-a246-4042-89fd-fe04196b0b01\",\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\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:54:57 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/f7278b5d-aefa-4c8e-8de9-3f33c33586fc" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "31a09d29-afa6-40d6-92a0-b9482dba1db4" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14071" + "3817667f-782b-4d34-a129-d0040712d9ec" ], "x-ms-correlation-request-id": [ - "96557267-4d52-4b11-b86d-1c28a01ddcd5" + "a01a453b-4f81-4d14-953f-139d3d084e35" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135458Z:96557267-4d52-4b11-b86d-1c28a01ddcd5" + "CENTRALUSEUAP:20210319T095221Z:a01a453b-4f81-4d14-953f-139d3d084e35" + ], + "Date": [ + "Fri, 19 Mar 2021 09:52:20 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"f7278b5d-aefa-4c8e-8de9-3f33c33586fc\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T09:50:50.2215748Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2YTAzNTRlLTVmNDUtNDI4Ni05N2UwLTM1MTc5MGViOGY1Nj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/f7278b5d-aefa-4c8e-8de9-3f33c33586fc?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2Y3Mjc4YjVkLWFlZmEtNGM4ZS04ZGU5LTNmMzNjMzM1ODZmYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"name\": \"66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"properties\": {\r\n \"activityId\": \"22d846de-2cfa-40a3-a05f-372f47cfa879 ActivityId: a846ac9a-3d35-4751-b97c-e1dbb8e6872d\",\r\n \"scenarioName\": \"ChangePit\",\r\n \"friendlyName\": \"Change the recovery point\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"51e9c29c-a180-4ac0-959d-a15b625f28a0\",\r\n \"name\": \"ChangePitPreflightCheck\",\r\n \"startTime\": \"2017-05-15T13:53:27.5056266Z\",\r\n \"endTime\": \"2017-05-15T13:53:30.6156192Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Change the prerequisites check\",\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\": \"5559af91-1aff-480e-ac42-23420dbd5a15\",\r\n \"name\": \"ShutdownVmRecovery\",\r\n \"startTime\": \"2017-05-15T13:53:30.678121Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown the virtual machine on recovery\",\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\": \"ea6e7936-1231-4045-aba3-ca648bb9a4ce\",\r\n \"name\": \"CancelFailoverRecovery\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cancel failover recovery\",\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\": \"d1f33c41-4e13-48a3-99b2-b7edbee72508\",\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\": \"d59b1784-a246-4042-89fd-fe04196b0b01\",\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\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:55:28 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/f7278b5d-aefa-4c8e-8de9-3f33c33586fc" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "2c94a970-3151-4e7c-bf2a-d4fb1eb85f14" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14138" + "abd57153-b5f4-47d2-a263-f717eba08c83" ], "x-ms-correlation-request-id": [ - "3f92a770-b47a-48c5-bdcf-94ecd94b1422" + "8ca771e0-7f72-4cdf-b486-964309f8ef47" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135528Z:3f92a770-b47a-48c5-bdcf-94ecd94b1422" + "CENTRALUSEUAP:20210319T095251Z:8ca771e0-7f72-4cdf-b486-964309f8ef47" + ], + "Date": [ + "Fri, 19 Mar 2021 09:52:51 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"f7278b5d-aefa-4c8e-8de9-3f33c33586fc\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T09:50:50.2215748Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2YTAzNTRlLTVmNDUtNDI4Ni05N2UwLTM1MTc5MGViOGY1Nj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/f7278b5d-aefa-4c8e-8de9-3f33c33586fc?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2Y3Mjc4YjVkLWFlZmEtNGM4ZS04ZGU5LTNmMzNjMzM1ODZmYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"name\": \"66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"properties\": {\r\n \"activityId\": \"22d846de-2cfa-40a3-a05f-372f47cfa879 ActivityId: a846ac9a-3d35-4751-b97c-e1dbb8e6872d\",\r\n \"scenarioName\": \"ChangePit\",\r\n \"friendlyName\": \"Change the recovery point\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"51e9c29c-a180-4ac0-959d-a15b625f28a0\",\r\n \"name\": \"ChangePitPreflightCheck\",\r\n \"startTime\": \"2017-05-15T13:53:27.5056266Z\",\r\n \"endTime\": \"2017-05-15T13:53:30.6156192Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Change the prerequisites check\",\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\": \"5559af91-1aff-480e-ac42-23420dbd5a15\",\r\n \"name\": \"ShutdownVmRecovery\",\r\n \"startTime\": \"2017-05-15T13:53:30.678121Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown the virtual machine on recovery\",\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\": \"ea6e7936-1231-4045-aba3-ca648bb9a4ce\",\r\n \"name\": \"CancelFailoverRecovery\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cancel failover recovery\",\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\": \"d1f33c41-4e13-48a3-99b2-b7edbee72508\",\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\": \"d59b1784-a246-4042-89fd-fe04196b0b01\",\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\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:55:58 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/f7278b5d-aefa-4c8e-8de9-3f33c33586fc" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "67c9dc8a-0ba0-414e-9eeb-ed3c841211e6" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14133" + "65ce3764-0a62-4b7c-bc82-5f5474988809" ], "x-ms-correlation-request-id": [ - "6673c474-c6c3-47c3-92c4-b64baa623a5c" + "adc59512-faac-4d91-af49-06f2a3cfac46" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135558Z:6673c474-c6c3-47c3-92c4-b64baa623a5c" + "CENTRALUSEUAP:20210319T095322Z:adc59512-faac-4d91-af49-06f2a3cfac46" + ], + "Date": [ + "Fri, 19 Mar 2021 09:53:22 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"f7278b5d-aefa-4c8e-8de9-3f33c33586fc\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T09:50:50.2215748Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2YTAzNTRlLTVmNDUtNDI4Ni05N2UwLTM1MTc5MGViOGY1Nj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/f7278b5d-aefa-4c8e-8de9-3f33c33586fc?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2Y3Mjc4YjVkLWFlZmEtNGM4ZS04ZGU5LTNmMzNjMzM1ODZmYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"name\": \"66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"properties\": {\r\n \"activityId\": \"22d846de-2cfa-40a3-a05f-372f47cfa879 ActivityId: a846ac9a-3d35-4751-b97c-e1dbb8e6872d\",\r\n \"scenarioName\": \"ChangePit\",\r\n \"friendlyName\": \"Change the recovery point\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"51e9c29c-a180-4ac0-959d-a15b625f28a0\",\r\n \"name\": \"ChangePitPreflightCheck\",\r\n \"startTime\": \"2017-05-15T13:53:27.5056266Z\",\r\n \"endTime\": \"2017-05-15T13:53:30.6156192Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Change the prerequisites check\",\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\": \"5559af91-1aff-480e-ac42-23420dbd5a15\",\r\n \"name\": \"ShutdownVmRecovery\",\r\n \"startTime\": \"2017-05-15T13:53:30.678121Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown the virtual machine on recovery\",\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\": \"ea6e7936-1231-4045-aba3-ca648bb9a4ce\",\r\n \"name\": \"CancelFailoverRecovery\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cancel failover recovery\",\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\": \"d1f33c41-4e13-48a3-99b2-b7edbee72508\",\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\": \"d59b1784-a246-4042-89fd-fe04196b0b01\",\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\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:56:28 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/f7278b5d-aefa-4c8e-8de9-3f33c33586fc" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "fb45c997-a256-44f0-962e-ca9a854f7056" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14120" + "f73dacf2-c270-40ea-a2cd-2c75740a64a1" ], "x-ms-correlation-request-id": [ - "c99cefc5-3705-4762-a399-82f860d87505" + "7bf0fe41-c658-4193-8ad7-69943670872c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135629Z:c99cefc5-3705-4762-a399-82f860d87505" + "CENTRALUSEUAP:20210319T095352Z:7bf0fe41-c658-4193-8ad7-69943670872c" + ], + "Date": [ + "Fri, 19 Mar 2021 09:53:52 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"f7278b5d-aefa-4c8e-8de9-3f33c33586fc\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T09:50:50.2215748Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2YTAzNTRlLTVmNDUtNDI4Ni05N2UwLTM1MTc5MGViOGY1Nj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/f7278b5d-aefa-4c8e-8de9-3f33c33586fc?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2Y3Mjc4YjVkLWFlZmEtNGM4ZS04ZGU5LTNmMzNjMzM1ODZmYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"name\": \"66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"properties\": {\r\n \"activityId\": \"22d846de-2cfa-40a3-a05f-372f47cfa879 ActivityId: a846ac9a-3d35-4751-b97c-e1dbb8e6872d\",\r\n \"scenarioName\": \"ChangePit\",\r\n \"friendlyName\": \"Change the recovery point\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"51e9c29c-a180-4ac0-959d-a15b625f28a0\",\r\n \"name\": \"ChangePitPreflightCheck\",\r\n \"startTime\": \"2017-05-15T13:53:27.5056266Z\",\r\n \"endTime\": \"2017-05-15T13:53:30.6156192Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Change the prerequisites check\",\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\": \"5559af91-1aff-480e-ac42-23420dbd5a15\",\r\n \"name\": \"ShutdownVmRecovery\",\r\n \"startTime\": \"2017-05-15T13:53:30.678121Z\",\r\n \"endTime\": \"2017-05-15T13:56:42.631443Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown the virtual machine on recovery\",\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\": \"ea6e7936-1231-4045-aba3-ca648bb9a4ce\",\r\n \"name\": \"CancelFailoverRecovery\",\r\n \"startTime\": \"2017-05-15T13:56:42.6937737Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cancel failover recovery\",\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\": \"d1f33c41-4e13-48a3-99b2-b7edbee72508\",\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\": \"d59b1784-a246-4042-89fd-fe04196b0b01\",\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\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:56:59 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/f7278b5d-aefa-4c8e-8de9-3f33c33586fc" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "14178325-d509-4223-972b-bd85d2de3b0b" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14112" + "d430e7b6-87c9-4f5a-b6f5-ec688f0ee7d2" ], "x-ms-correlation-request-id": [ - "9e1a8812-60a9-4143-8904-1e050e54aab3" + "47838b0e-6f49-4328-94b5-73df7976da4c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135659Z:9e1a8812-60a9-4143-8904-1e050e54aab3" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2YTAzNTRlLTVmNDUtNDI4Ni05N2UwLTM1MTc5MGViOGY1Nj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"name\": \"66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"properties\": {\r\n \"activityId\": \"22d846de-2cfa-40a3-a05f-372f47cfa879 ActivityId: a846ac9a-3d35-4751-b97c-e1dbb8e6872d\",\r\n \"scenarioName\": \"ChangePit\",\r\n \"friendlyName\": \"Change the recovery point\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"51e9c29c-a180-4ac0-959d-a15b625f28a0\",\r\n \"name\": \"ChangePitPreflightCheck\",\r\n \"startTime\": \"2017-05-15T13:53:27.5056266Z\",\r\n \"endTime\": \"2017-05-15T13:53:30.6156192Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Change the prerequisites check\",\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\": \"5559af91-1aff-480e-ac42-23420dbd5a15\",\r\n \"name\": \"ShutdownVmRecovery\",\r\n \"startTime\": \"2017-05-15T13:53:30.678121Z\",\r\n \"endTime\": \"2017-05-15T13:56:42.631443Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown the virtual machine on recovery\",\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\": \"ea6e7936-1231-4045-aba3-ca648bb9a4ce\",\r\n \"name\": \"CancelFailoverRecovery\",\r\n \"startTime\": \"2017-05-15T13:56:42.6937737Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cancel failover recovery\",\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\": \"d1f33c41-4e13-48a3-99b2-b7edbee72508\",\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\": \"d59b1784-a246-4042-89fd-fe04196b0b01\",\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\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210319T095423Z:47838b0e-6f49-4328-94b5-73df7976da4c" ], "Date": [ - "Mon, 15 May 2017 13:57:29 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" + "Fri, 19 Mar 2021 09:54:23 GMT" ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "8f925db3-1a96-432e-adaf-7fb08d3a25d8" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14101" - ], - "x-ms-correlation-request-id": [ - "be22854b-a890-4e88-aa95-712385a230f0" + "Content-Length": [ + "191" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135730Z:be22854b-a890-4e88-aa95-712385a230f0" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2YTAzNTRlLTVmNDUtNDI4Ni05N2UwLTM1MTc5MGViOGY1Nj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"name\": \"66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"properties\": {\r\n \"activityId\": \"22d846de-2cfa-40a3-a05f-372f47cfa879 ActivityId: a846ac9a-3d35-4751-b97c-e1dbb8e6872d\",\r\n \"scenarioName\": \"ChangePit\",\r\n \"friendlyName\": \"Change the recovery point\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"51e9c29c-a180-4ac0-959d-a15b625f28a0\",\r\n \"name\": \"ChangePitPreflightCheck\",\r\n \"startTime\": \"2017-05-15T13:53:27.5056266Z\",\r\n \"endTime\": \"2017-05-15T13:53:30.6156192Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Change the prerequisites check\",\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\": \"5559af91-1aff-480e-ac42-23420dbd5a15\",\r\n \"name\": \"ShutdownVmRecovery\",\r\n \"startTime\": \"2017-05-15T13:53:30.678121Z\",\r\n \"endTime\": \"2017-05-15T13:56:42.631443Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown the virtual machine on recovery\",\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\": \"ea6e7936-1231-4045-aba3-ca648bb9a4ce\",\r\n \"name\": \"CancelFailoverRecovery\",\r\n \"startTime\": \"2017-05-15T13:56:42.6937737Z\",\r\n \"endTime\": \"2017-05-15T13:57:48.0840547Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cancel failover recovery\",\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\": \"d1f33c41-4e13-48a3-99b2-b7edbee72508\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2017-05-15T13:57:48.146563Z\",\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\": \"d59b1784-a246-4042-89fd-fe04196b0b01\",\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\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { "Content-Type": [ "application/json" ], "Expires": [ "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Mon, 15 May 2017 13:58:00 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "43aba1e3-1f5e-45ea-b311-323bfb5f4faa" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14093" - ], - "x-ms-correlation-request-id": [ - "8f87e45a-dc94-4b84-ac74-9a7b347fd296" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135800Z:8f87e45a-dc94-4b84-ac74-9a7b347fd296" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"f7278b5d-aefa-4c8e-8de9-3f33c33586fc\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T09:50:50.2215748Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2YTAzNTRlLTVmNDUtNDI4Ni05N2UwLTM1MTc5MGViOGY1Nj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/f7278b5d-aefa-4c8e-8de9-3f33c33586fc?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2Y3Mjc4YjVkLWFlZmEtNGM4ZS04ZGU5LTNmMzNjMzM1ODZmYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"name\": \"66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"properties\": {\r\n \"activityId\": \"22d846de-2cfa-40a3-a05f-372f47cfa879 ActivityId: a846ac9a-3d35-4751-b97c-e1dbb8e6872d\",\r\n \"scenarioName\": \"ChangePit\",\r\n \"friendlyName\": \"Change the recovery point\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"51e9c29c-a180-4ac0-959d-a15b625f28a0\",\r\n \"name\": \"ChangePitPreflightCheck\",\r\n \"startTime\": \"2017-05-15T13:53:27.5056266Z\",\r\n \"endTime\": \"2017-05-15T13:53:30.6156192Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Change the prerequisites check\",\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\": \"5559af91-1aff-480e-ac42-23420dbd5a15\",\r\n \"name\": \"ShutdownVmRecovery\",\r\n \"startTime\": \"2017-05-15T13:53:30.678121Z\",\r\n \"endTime\": \"2017-05-15T13:56:42.631443Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown the virtual machine on recovery\",\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\": \"ea6e7936-1231-4045-aba3-ca648bb9a4ce\",\r\n \"name\": \"CancelFailoverRecovery\",\r\n \"startTime\": \"2017-05-15T13:56:42.6937737Z\",\r\n \"endTime\": \"2017-05-15T13:57:48.0840547Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cancel failover recovery\",\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\": \"d1f33c41-4e13-48a3-99b2-b7edbee72508\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2017-05-15T13:57:48.146563Z\",\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\": \"d59b1784-a246-4042-89fd-fe04196b0b01\",\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\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:58:30 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/f7278b5d-aefa-4c8e-8de9-3f33c33586fc" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "3cef98a0-d65d-472e-8a7e-d6b24ec78c67" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14085" + "089ac6fe-4dd8-4dac-a83b-ecaa2a555e19" ], "x-ms-correlation-request-id": [ - "1a5e9420-bde9-418f-b04c-968024dc4025" + "933880cd-4057-448d-b878-43c8cc12c0f9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135830Z:1a5e9420-bde9-418f-b04c-968024dc4025" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2YTAzNTRlLTVmNDUtNDI4Ni05N2UwLTM1MTc5MGViOGY1Nj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"name\": \"66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"properties\": {\r\n \"activityId\": \"22d846de-2cfa-40a3-a05f-372f47cfa879 ActivityId: a846ac9a-3d35-4751-b97c-e1dbb8e6872d\",\r\n \"scenarioName\": \"ChangePit\",\r\n \"friendlyName\": \"Change the recovery point\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"51e9c29c-a180-4ac0-959d-a15b625f28a0\",\r\n \"name\": \"ChangePitPreflightCheck\",\r\n \"startTime\": \"2017-05-15T13:53:27.5056266Z\",\r\n \"endTime\": \"2017-05-15T13:53:30.6156192Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Change the prerequisites check\",\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\": \"5559af91-1aff-480e-ac42-23420dbd5a15\",\r\n \"name\": \"ShutdownVmRecovery\",\r\n \"startTime\": \"2017-05-15T13:53:30.678121Z\",\r\n \"endTime\": \"2017-05-15T13:56:42.631443Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown the virtual machine on recovery\",\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\": \"ea6e7936-1231-4045-aba3-ca648bb9a4ce\",\r\n \"name\": \"CancelFailoverRecovery\",\r\n \"startTime\": \"2017-05-15T13:56:42.6937737Z\",\r\n \"endTime\": \"2017-05-15T13:57:48.0840547Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cancel failover recovery\",\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\": \"d1f33c41-4e13-48a3-99b2-b7edbee72508\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2017-05-15T13:57:48.146563Z\",\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\": \"d59b1784-a246-4042-89fd-fe04196b0b01\",\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\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210319T095453Z:933880cd-4057-448d-b878-43c8cc12c0f9" ], "Date": [ - "Mon, 15 May 2017 13:59:00 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" + "Fri, 19 Mar 2021 09:54:52 GMT" ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "c9ab67b8-f879-4d56-a603-3f7d9306a860" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14079" - ], - "x-ms-correlation-request-id": [ - "d389f1f6-05bf-4105-9730-bd896da7b842" + "Content-Length": [ + "216" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135901Z:d389f1f6-05bf-4105-9730-bd896da7b842" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2YTAzNTRlLTVmNDUtNDI4Ni05N2UwLTM1MTc5MGViOGY1Nj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"name\": \"66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"properties\": {\r\n \"activityId\": \"22d846de-2cfa-40a3-a05f-372f47cfa879 ActivityId: a846ac9a-3d35-4751-b97c-e1dbb8e6872d\",\r\n \"scenarioName\": \"ChangePit\",\r\n \"friendlyName\": \"Change the recovery point\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"51e9c29c-a180-4ac0-959d-a15b625f28a0\",\r\n \"name\": \"ChangePitPreflightCheck\",\r\n \"startTime\": \"2017-05-15T13:53:27.5056266Z\",\r\n \"endTime\": \"2017-05-15T13:53:30.6156192Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Change the prerequisites check\",\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\": \"5559af91-1aff-480e-ac42-23420dbd5a15\",\r\n \"name\": \"ShutdownVmRecovery\",\r\n \"startTime\": \"2017-05-15T13:53:30.678121Z\",\r\n \"endTime\": \"2017-05-15T13:56:42.631443Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown the virtual machine on recovery\",\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\": \"ea6e7936-1231-4045-aba3-ca648bb9a4ce\",\r\n \"name\": \"CancelFailoverRecovery\",\r\n \"startTime\": \"2017-05-15T13:56:42.6937737Z\",\r\n \"endTime\": \"2017-05-15T13:57:48.0840547Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cancel failover recovery\",\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\": \"d1f33c41-4e13-48a3-99b2-b7edbee72508\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2017-05-15T13:57:48.146563Z\",\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\": \"d59b1784-a246-4042-89fd-fe04196b0b01\",\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\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { "Content-Type": [ "application/json" ], "Expires": [ "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Mon, 15 May 2017 13:59:31 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "75aea459-0334-4634-a8c1-318ff70675bc" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14073" - ], - "x-ms-correlation-request-id": [ - "d6f0bb7a-0395-4910-83d8-b4ff7531a6c4" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135931Z:d6f0bb7a-0395-4910-83d8-b4ff7531a6c4" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"f7278b5d-aefa-4c8e-8de9-3f33c33586fc\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T09:50:50.2215748Z\",\r\n \"endTime\": \"2021-03-19T09:54:25Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2YTAzNTRlLTVmNDUtNDI4Ni05N2UwLTM1MTc5MGViOGY1Nj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/operationresults/f7278b5d-aefa-4c8e-8de9-3f33c33586fc?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy9vcGVyYXRpb25yZXN1bHRzL2Y3Mjc4YjVkLWFlZmEtNGM4ZS04ZGU5LTNmMzNjMzM1ODZmYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"name\": \"66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"properties\": {\r\n \"activityId\": \"22d846de-2cfa-40a3-a05f-372f47cfa879 ActivityId: a846ac9a-3d35-4751-b97c-e1dbb8e6872d\",\r\n \"scenarioName\": \"ChangePit\",\r\n \"friendlyName\": \"Change the recovery point\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"51e9c29c-a180-4ac0-959d-a15b625f28a0\",\r\n \"name\": \"ChangePitPreflightCheck\",\r\n \"startTime\": \"2017-05-15T13:53:27.5056266Z\",\r\n \"endTime\": \"2017-05-15T13:53:30.6156192Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Change the prerequisites check\",\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\": \"5559af91-1aff-480e-ac42-23420dbd5a15\",\r\n \"name\": \"ShutdownVmRecovery\",\r\n \"startTime\": \"2017-05-15T13:53:30.678121Z\",\r\n \"endTime\": \"2017-05-15T13:56:42.631443Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown the virtual machine on recovery\",\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\": \"ea6e7936-1231-4045-aba3-ca648bb9a4ce\",\r\n \"name\": \"CancelFailoverRecovery\",\r\n \"startTime\": \"2017-05-15T13:56:42.6937737Z\",\r\n \"endTime\": \"2017-05-15T13:57:48.0840547Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cancel failover recovery\",\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\": \"d1f33c41-4e13-48a3-99b2-b7edbee72508\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2017-05-15T13:57:48.146563Z\",\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\": \"d59b1784-a246-4042-89fd-fe04196b0b01\",\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\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:00:01 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "5963ad2d-dbb2-4e3c-a330-a34b1bf5becd" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14148" - ], - "x-ms-correlation-request-id": [ - "6c6862d1-4e61-4cca-a5d4-0d09a8662557" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T140001Z:6c6862d1-4e61-4cca-a5d4-0d09a8662557" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2YTAzNTRlLTVmNDUtNDI4Ni05N2UwLTM1MTc5MGViOGY1Nj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"name\": \"66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"properties\": {\r\n \"activityId\": \"22d846de-2cfa-40a3-a05f-372f47cfa879 ActivityId: a846ac9a-3d35-4751-b97c-e1dbb8e6872d\",\r\n \"scenarioName\": \"ChangePit\",\r\n \"friendlyName\": \"Change the recovery point\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"51e9c29c-a180-4ac0-959d-a15b625f28a0\",\r\n \"name\": \"ChangePitPreflightCheck\",\r\n \"startTime\": \"2017-05-15T13:53:27.5056266Z\",\r\n \"endTime\": \"2017-05-15T13:53:30.6156192Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Change the prerequisites check\",\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\": \"5559af91-1aff-480e-ac42-23420dbd5a15\",\r\n \"name\": \"ShutdownVmRecovery\",\r\n \"startTime\": \"2017-05-15T13:53:30.678121Z\",\r\n \"endTime\": \"2017-05-15T13:56:42.631443Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown the virtual machine on recovery\",\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\": \"ea6e7936-1231-4045-aba3-ca648bb9a4ce\",\r\n \"name\": \"CancelFailoverRecovery\",\r\n \"startTime\": \"2017-05-15T13:56:42.6937737Z\",\r\n \"endTime\": \"2017-05-15T13:57:48.0840547Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cancel failover recovery\",\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\": \"d1f33c41-4e13-48a3-99b2-b7edbee72508\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2017-05-15T13:57:48.146563Z\",\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\": \"d59b1784-a246-4042-89fd-fe04196b0b01\",\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\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Mon, 15 May 2017 14:00:31 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/f7278b5d-aefa-4c8e-8de9-3f33c33586fc", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/f7278b5d-aefa-4c8e-8de9-3f33c33586fc" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/f7278b5d-aefa-4c8e-8de9-3f33c33586fc?api-version=2021-02-10" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "5d1492c8-60ec-4a9c-8590-3a9b4a350358" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14141" + "3b343465-17a3-4908-b1ad-8cf6fa11558d" ], "x-ms-correlation-request-id": [ - "56c8dc60-af76-4378-a596-b74261174c49" + "498cac2b-118e-435a-a338-10fddc53990d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T140032Z:56c8dc60-af76-4378-a596-b74261174c49" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2YTAzNTRlLTVmNDUtNDI4Ni05N2UwLTM1MTc5MGViOGY1Nj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"name\": \"66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"properties\": {\r\n \"activityId\": \"22d846de-2cfa-40a3-a05f-372f47cfa879 ActivityId: a846ac9a-3d35-4751-b97c-e1dbb8e6872d\",\r\n \"scenarioName\": \"ChangePit\",\r\n \"friendlyName\": \"Change the recovery point\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"51e9c29c-a180-4ac0-959d-a15b625f28a0\",\r\n \"name\": \"ChangePitPreflightCheck\",\r\n \"startTime\": \"2017-05-15T13:53:27.5056266Z\",\r\n \"endTime\": \"2017-05-15T13:53:30.6156192Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Change the prerequisites check\",\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\": \"5559af91-1aff-480e-ac42-23420dbd5a15\",\r\n \"name\": \"ShutdownVmRecovery\",\r\n \"startTime\": \"2017-05-15T13:53:30.678121Z\",\r\n \"endTime\": \"2017-05-15T13:56:42.631443Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown the virtual machine on recovery\",\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\": \"ea6e7936-1231-4045-aba3-ca648bb9a4ce\",\r\n \"name\": \"CancelFailoverRecovery\",\r\n \"startTime\": \"2017-05-15T13:56:42.6937737Z\",\r\n \"endTime\": \"2017-05-15T13:57:48.0840547Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cancel failover recovery\",\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\": \"d1f33c41-4e13-48a3-99b2-b7edbee72508\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2017-05-15T13:57:48.146563Z\",\r\n \"endTime\": \"2017-05-15T14:01:02.2384797Z\",\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\": \"d59b1784-a246-4042-89fd-fe04196b0b01\",\r\n \"name\": \"VmFoStartVmOnSecondary\",\r\n \"startTime\": \"2017-05-15T14:01:02.3166168Z\",\r\n \"endTime\": \"2017-05-15T14:01:02.3166168Z\",\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\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": \"2017-05-15T14:01:02Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": \"2017-05-15T14:01:02Z\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210319T095453Z:498cac2b-118e-435a-a338-10fddc53990d" ], "Date": [ - "Mon, 15 May 2017 14:01:01 GMT" - ], - "Pragma": [ - "no-cache" + "Fri, 19 Mar 2021 09:54:53 GMT" ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "15a3cb7c-8204-43b5-a673-373353e56f37" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14135" - ], - "x-ms-correlation-request-id": [ - "db7796ae-02e9-40c5-8af8-6d1b03b266c2" + "Content-Length": [ + "6631" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T140102Z:db7796ae-02e9-40c5-8af8-6d1b03b266c2" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/operationresults/66a0354e-5f45-4286-97e0-351790eb8f56?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMi9vcGVyYXRpb25yZXN1bHRzLzY2YTAzNTRlLTVmNDUtNDI4Ni05N2UwLTM1MTc5MGViOGY1Nj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"name\": \"66a0354e-5f45-4286-97e0-351790eb8f56\",\r\n \"properties\": {\r\n \"activityId\": \"22d846de-2cfa-40a3-a05f-372f47cfa879 ActivityId: a846ac9a-3d35-4751-b97c-e1dbb8e6872d\",\r\n \"scenarioName\": \"ChangePit\",\r\n \"friendlyName\": \"Change the recovery point\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"51e9c29c-a180-4ac0-959d-a15b625f28a0\",\r\n \"name\": \"ChangePitPreflightCheck\",\r\n \"startTime\": \"2017-05-15T13:53:27.5056266Z\",\r\n \"endTime\": \"2017-05-15T13:53:30.6156192Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Change the prerequisites check\",\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\": \"5559af91-1aff-480e-ac42-23420dbd5a15\",\r\n \"name\": \"ShutdownVmRecovery\",\r\n \"startTime\": \"2017-05-15T13:53:30.678121Z\",\r\n \"endTime\": \"2017-05-15T13:56:42.631443Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown the virtual machine on recovery\",\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\": \"ea6e7936-1231-4045-aba3-ca648bb9a4ce\",\r\n \"name\": \"CancelFailoverRecovery\",\r\n \"startTime\": \"2017-05-15T13:56:42.6937737Z\",\r\n \"endTime\": \"2017-05-15T13:57:48.0840547Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cancel failover recovery\",\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\": \"d1f33c41-4e13-48a3-99b2-b7edbee72508\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2017-05-15T13:57:48.146563Z\",\r\n \"endTime\": \"2017-05-15T14:01:02.2384797Z\",\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\": \"d59b1784-a246-4042-89fd-fe04196b0b01\",\r\n \"name\": \"VmFoStartVmOnSecondary\",\r\n \"startTime\": \"2017-05-15T14:01:02.3166168Z\",\r\n \"endTime\": \"2017-05-15T14:01:02.3166168Z\",\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\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": \"2017-05-15T14:01:02Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:53:27.0887478Z\",\r\n \"endTime\": \"2017-05-15T14:01:02Z\"\r\n}", - "ResponseHeaders": { "Content-Type": [ "application/json" ], "Expires": [ "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Mon, 15 May 2017 14:01:01 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/66a0354e-5f45-4286-97e0-351790eb8f56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "15a3cb7c-8204-43b5-a673-373353e56f37" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14135" - ], - "x-ms-correlation-request-id": [ - "db7796ae-02e9-40c5-8af8-6d1b03b266c2" - ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T140102Z:db7796ae-02e9-40c5-8af8-6d1b03b266c2" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"UnplannedFailoverCommitPendingStatesBegin\",\r\n \"protectionStateDescription\": \"Failover completed\",\r\n \"activeLocation\": \"Recovery\",\r\n \"testFailoverState\": \"MarkedForDeletion\",\r\n \"testFailoverStateDescription\": \"Cleaning up test environment\",\r\n \"allowedOperations\": [\r\n \"CompleteMigration\",\r\n \"Commit\",\r\n \"DisableProtection\",\r\n \"ChangePit\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"lastSuccessfulFailoverTime\": \"2021-03-19T09:44:18.6482511Z\",\r\n \"lastSuccessfulTestFailoverTime\": \"2021-03-19T07:47:02.2222839Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/5173e1ed-4968-4bad-997a-d311cc061e8c\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": \"https://sah2atest2.blob.core.windows.net/asr-9e8d92e7d62be20aa3/copied-e06c319f-5a90-4907-8606-6c15a92bcf22_83f8638b-8dca-4152-9eda-2ca8b33039b4_0_0.vhd\",\r\n \"targetDiskName\": \"VMforSDK_vhdx-VMforSDK\",\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-18T18:35:52Z\",\r\n \"rpoInSeconds\": 38,\r\n \"lastRpoCalculatedTime\": \"2021-03-19T09:45:30.8389301Z\",\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"UnplannedFailoverCommitPendingStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Failover completed\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"Subnet1\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": \"\",\r\n \"recoveryLBBackendAddressPoolIds\": [],\r\n \"tfoSubnetName\": \"\",\r\n \"tfoStaticIPAddress\": \"\",\r\n \"tfoPublicIPAddressId\": \"\",\r\n \"tfoLBBackendAddressPoolIds\": []\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"targetAvailabilityZone\": \"\",\r\n \"targetProximityPlacementGroupId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-19T09:44:51.9723838Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": {},\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CheckConsistency.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CheckConsistency.json index a41f9c5894c03..eb3e398eb5cd5 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CheckConsistency.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CheckConsistency.json @@ -1,406 +1,270 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/checkConsistency?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9jaGVja0NvbnNpc3RlbmN5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/checkConsistency?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvY2hlY2tDb25zaXN0ZW5jeT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ba38549-4ae9-4b2d-b8c1-0de30e7f8e9c" + "64a61686-170c-44e4-ba22-18389375e62d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:17:53 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9bc5a375-116b-4482-ad35-3cc3557544e4?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/operationresults/1c82bb89-35b9-4f08-b875-ea9feaf3de1e?api-version=2021-02-10" ], "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9bc5a375-116b-4482-ad35-3cc3557544e4?api-version=2018-07-10" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9ba38549-4ae9-4b2d-b8c1-0de30e7f8e9c 5/13/2017 7:17:53 PM" + "64a61686-170c-44e4-ba22-18389375e62d 3/19/2021 10:35:54 AM" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1c82bb89-35b9-4f08-b875-ea9feaf3de1e?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "9ba38549-4ae9-4b2d-b8c1-0de30e7f8e9c" + "X-Content-Type-Options": [ + "nosniff" ], - "X-Powered-By": [ - "ASP.NET" + "x-ms-client-request-id": [ + "64a61686-170c-44e4-ba22-18389375e62d" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-correlation-request-id": [ - "51ad8501-dd41-4f35-b36e-18c532727268" + "dadca74a-d6bb-46ab-b6a5-d063a9df7ff0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T191753Z:51ad8501-dd41-4f35-b36e-18c532727268" + "CENTRALUSEUAP:20210319T103554Z:dadca74a-d6bb-46ab-b6a5-d063a9df7ff0" + ], + "Date": [ + "Fri, 19 Mar 2021 10:35:53 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9bc5a375-116b-4482-ad35-3cc3557544e4?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzliYzVhMzc1LTExNmItNDQ4Mi1hZDM1LTNjYzM1NTc1NDRlND9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1c82bb89-35b9-4f08-b875-ea9feaf3de1e?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzFjODJiYjg5LTM1YjktNGYwOC1iODc1LWVhOWZlYWYzZGUxZT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9bc5a375-116b-4482-ad35-3cc3557544e4\",\r\n \"name\": \"9bc5a375-116b-4482-ad35-3cc3557544e4\",\r\n \"properties\": {\r\n \"activityId\": \"9ba38549-4ae9-4b2d-b8c1-0de30e7f8e9c ActivityId: 51ad8501-dd41-4f35-b36e-18c532727268\",\r\n \"scenarioName\": \"CheckVmmConsistency\",\r\n \"friendlyName\": \"Consistency check\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"3092fa28-08f4-4a81-ae2a-c74d5264d218\",\r\n \"name\": \"VmmResyncTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Establish a connection with the server or site\",\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\": \"ce92b39c-acea-4e42-b09c-b98e5617595b\",\r\n \"name\": \"CheckPEConsistencyTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Complete the consistency check\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"ConsistencyCheckTaskDetails\",\r\n \"customDetails\": {\r\n \"vmDetails\": [],\r\n \"instanceType\": \"ConsistencyCheckTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2017-05-13T19:17:53.6745174Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"targetObjectName\": \"SiteRecoveryTestSite1\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T19:17:53.6745174Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:18:23 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11943" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9bc5a375-116b-4482-ad35-3cc3557544e4" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/1c82bb89-35b9-4f08-b875-ea9feaf3de1e" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "d6bad5ab-4acb-4b09-b5f3-057f55cbdcb4" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13806" + "e7bf067e-db69-4092-a1d3-028556f7cd41" ], "x-ms-correlation-request-id": [ - "22ac5048-ce62-40a0-85dc-6b71e3806ee2" + "a945c7cd-ff5f-4dbd-94f5-c7fd89431302" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T191824Z:22ac5048-ce62-40a0-85dc-6b71e3806ee2" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9bc5a375-116b-4482-ad35-3cc3557544e4?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzliYzVhMzc1LTExNmItNDQ4Mi1hZDM1LTNjYzM1NTc1NDRlND9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9bc5a375-116b-4482-ad35-3cc3557544e4\",\r\n \"name\": \"9bc5a375-116b-4482-ad35-3cc3557544e4\",\r\n \"properties\": {\r\n \"activityId\": \"9ba38549-4ae9-4b2d-b8c1-0de30e7f8e9c ActivityId: 51ad8501-dd41-4f35-b36e-18c532727268\",\r\n \"scenarioName\": \"CheckVmmConsistency\",\r\n \"friendlyName\": \"Consistency check\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"3092fa28-08f4-4a81-ae2a-c74d5264d218\",\r\n \"name\": \"VmmResyncTask\",\r\n \"startTime\": \"2017-05-13T19:18:24.8364946Z\",\r\n \"endTime\": \"2017-05-13T19:18:24.8677597Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Establish a connection with the server or site\",\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\": \"ce92b39c-acea-4e42-b09c-b98e5617595b\",\r\n \"name\": \"CheckPEConsistencyTask\",\r\n \"startTime\": \"2017-05-13T19:18:24.9458708Z\",\r\n \"endTime\": \"2017-05-13T19:18:25.0552574Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Complete the consistency check\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"ConsistencyCheckTaskDetails\",\r\n \"customDetails\": {\r\n \"vmDetails\": [],\r\n \"instanceType\": \"ConsistencyCheckTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2017-05-13T19:17:53.6745174Z\",\r\n \"endTime\": \"2017-05-13T19:18:24Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"targetObjectName\": \"SiteRecoveryTestSite1\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T19:17:53.6745174Z\",\r\n \"endTime\": \"2017-05-13T19:18:24Z\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210319T103624Z:a945c7cd-ff5f-4dbd-94f5-c7fd89431302" ], "Date": [ - "Sat, 13 May 2017 19:18:54 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" + "Fri, 19 Mar 2021 10:36:24 GMT" ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9bc5a375-116b-4482-ad35-3cc3557544e4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "23455ba1-75b8-49cd-80a6-ea4bae531792" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13794" + "Content-Length": [ + "216" ], - "x-ms-correlation-request-id": [ - "572ad9d7-f49a-4381-97e9-f26e7c2ed4e0" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T191854Z:572ad9d7-f49a-4381-97e9-f26e7c2ed4e0" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"1c82bb89-35b9-4f08-b875-ea9feaf3de1e\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T10:35:53.9707523Z\",\r\n \"endTime\": \"2021-03-19T10:36:03Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9bc5a375-116b-4482-ad35-3cc3557544e4?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzliYzVhMzc1LTExNmItNDQ4Mi1hZDM1LTNjYzM1NTc1NDRlND9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/operationresults/1c82bb89-35b9-4f08-b875-ea9feaf3de1e?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvb3BlcmF0aW9ucmVzdWx0cy8xYzgyYmI4OS0zNWI5LTRmMDgtYjg3NS1lYTlmZWFmM2RlMWU/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9bc5a375-116b-4482-ad35-3cc3557544e4\",\r\n \"name\": \"9bc5a375-116b-4482-ad35-3cc3557544e4\",\r\n \"properties\": {\r\n \"activityId\": \"9ba38549-4ae9-4b2d-b8c1-0de30e7f8e9c ActivityId: 51ad8501-dd41-4f35-b36e-18c532727268\",\r\n \"scenarioName\": \"CheckVmmConsistency\",\r\n \"friendlyName\": \"Consistency check\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"3092fa28-08f4-4a81-ae2a-c74d5264d218\",\r\n \"name\": \"VmmResyncTask\",\r\n \"startTime\": \"2017-05-13T19:18:24.8364946Z\",\r\n \"endTime\": \"2017-05-13T19:18:24.8677597Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Establish a connection with the server or site\",\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\": \"ce92b39c-acea-4e42-b09c-b98e5617595b\",\r\n \"name\": \"CheckPEConsistencyTask\",\r\n \"startTime\": \"2017-05-13T19:18:24.9458708Z\",\r\n \"endTime\": \"2017-05-13T19:18:25.0552574Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Complete the consistency check\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"ConsistencyCheckTaskDetails\",\r\n \"customDetails\": {\r\n \"vmDetails\": [],\r\n \"instanceType\": \"ConsistencyCheckTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2017-05-13T19:17:53.6745174Z\",\r\n \"endTime\": \"2017-05-13T19:18:24Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"targetObjectName\": \"SiteRecoveryTestSite1\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T19:17:53.6745174Z\",\r\n \"endTime\": \"2017-05-13T19:18:24Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:18:54 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11942" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9bc5a375-116b-4482-ad35-3cc3557544e4" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/1c82bb89-35b9-4f08-b875-ea9feaf3de1e", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/1c82bb89-35b9-4f08-b875-ea9feaf3de1e" ], - "X-Powered-By": [ - "ASP.NET" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1c82bb89-35b9-4f08-b875-ea9feaf3de1e?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "23455ba1-75b8-49cd-80a6-ea4bae531792" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13794" + "x-ms-client-request-id": [ + "89a4dd74-0df3-408c-b69c-0e0b5dedc796" ], "x-ms-correlation-request-id": [ - "572ad9d7-f49a-4381-97e9-f26e7c2ed4e0" + "56e980f3-9289-47e0-869d-e89d9a53db53" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T191854Z:572ad9d7-f49a-4381-97e9-f26e7c2ed4e0" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "//Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/operationresults/9bc5a375-116b-4482-ad35-3cc3557544e4?api-version=2018-07-10", - "EncodedRequestUri": "Ly9TdWJzY3JpcHRpb25zL2MxODM4NjVlLTYwNzctNDZmMi1hM2IxLWRlYjBmNGY0NjUwYS9yZXNvdXJjZUdyb3Vwcy9zaXRlcmVjb3Zlcnlwcm9kMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1NES1ZhdWx0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvb3BlcmF0aW9ucmVzdWx0cy85YmM1YTM3NS0xMTZiLTQ0ODItYWQzNS0zY2MzNTU3NTQ0ZTQ/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9bc5a375-116b-4482-ad35-3cc3557544e4\",\r\n \"name\": \"9bc5a375-116b-4482-ad35-3cc3557544e4\",\r\n \"properties\": {\r\n \"activityId\": \"9ba38549-4ae9-4b2d-b8c1-0de30e7f8e9c ActivityId: 51ad8501-dd41-4f35-b36e-18c532727268\",\r\n \"scenarioName\": \"CheckVmmConsistency\",\r\n \"friendlyName\": \"Consistency check\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"3092fa28-08f4-4a81-ae2a-c74d5264d218\",\r\n \"name\": \"VmmResyncTask\",\r\n \"startTime\": \"2017-05-13T19:18:24.8364946Z\",\r\n \"endTime\": \"2017-05-13T19:18:24.8677597Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Establish a connection with the server or site\",\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\": \"ce92b39c-acea-4e42-b09c-b98e5617595b\",\r\n \"name\": \"CheckPEConsistencyTask\",\r\n \"startTime\": \"2017-05-13T19:18:24.9458708Z\",\r\n \"endTime\": \"2017-05-13T19:18:25.0552574Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Complete the consistency check\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"ConsistencyCheckTaskDetails\",\r\n \"customDetails\": {\r\n \"vmDetails\": [],\r\n \"instanceType\": \"ConsistencyCheckTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2017-05-13T19:17:53.6745174Z\",\r\n \"endTime\": \"2017-05-13T19:18:24Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"targetObjectName\": \"SiteRecoveryTestSite1\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T19:17:53.6745174Z\",\r\n \"endTime\": \"2017-05-13T19:18:24Z\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210319T103624Z:56e980f3-9289-47e0-869d-e89d9a53db53" ], "Date": [ - "Sat, 13 May 2017 19:18:54 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" + "Fri, 19 Mar 2021 10:36:24 GMT" ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9bc5a375-116b-4482-ad35-3cc3557544e4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "23455ba1-75b8-49cd-80a6-ea4bae531792" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13794" + "Content-Length": [ + "776" ], - "x-ms-correlation-request-id": [ - "572ad9d7-f49a-4381-97e9-f26e7c2ed4e0" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T191854Z:572ad9d7-f49a-4381-97e9-f26e7c2ed4e0" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7ed4a453-1951-49a9-93b2-05221d8fb635" + "475b5b0d-a1fa-47fe-8c79-e959a41d94e3" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:18:57 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11941" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7ed4a453-1951-49a9-93b2-05221d8fb635 5/13/2017 7:18:58 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "475b5b0d-a1fa-47fe-8c79-e959a41d94e3 3/19/2021 10:36:25 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "7ed4a453-1951-49a9-93b2-05221d8fb635" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13792" + "475b5b0d-a1fa-47fe-8c79-e959a41d94e3" ], "x-ms-correlation-request-id": [ - "b181e9ad-7bcd-4aa0-af32-0f20ea1648b1" + "331ee5c2-066b-4e4b-b03f-9741310c8fa9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T191857Z:b181e9ad-7bcd-4aa0-af32-0f20ea1648b1" + "CENTRALUSEUAP:20210319T103625Z:331ee5c2-066b-4e4b-b03f-9741310c8fa9" + ], + "Date": [ + "Fri, 19 Mar 2021 10:36:24 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CommitFailover.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CommitFailover.json index 6febaa31756c4..a9dbec96a63dc 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CommitFailover.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CommitFailover.json @@ -1,342 +1,332 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "22b1f7b6-7d87-422f-8f7e-9f433017cfd6" + "15b12e18-1487-4686-bbd5-2da9016cd820" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:02:01 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11947" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "22b1f7b6-7d87-422f-8f7e-9f433017cfd6 5/15/2017 2:02:02 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "15b12e18-1487-4686-bbd5-2da9016cd820 3/19/2021 10:26:49 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "22b1f7b6-7d87-422f-8f7e-9f433017cfd6" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14185" + "15b12e18-1487-4686-bbd5-2da9016cd820" ], "x-ms-correlation-request-id": [ - "806cb169-3fb7-4ef5-b5cd-7c0073ff83cd" + "29487cf8-ecd2-4470-a16f-dd649ab13045" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T140201Z:806cb169-3fb7-4ef5-b5cd-7c0073ff83cd" + "CENTRALUSEUAP:20210319T102649Z:29487cf8-ecd2-4470-a16f-dd649ab13045" + ], + "Date": [ + "Fri, 19 Mar 2021 10:26:49 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 4,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/failoverCommit?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMi9mYWlsb3ZlckNvbW1pdD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/failoverCommit?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy9mYWlsb3ZlckNvbW1pdD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2ca9fb9-3ba5-460e-9ecb-d38fdd20e646" + "243eefad-a135-4cb6-8d45-a853d745b4b9" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:02:02 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/55ec8d2f-d512-435e-b301-0474a1879860?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/operationresults/9b71e00d-8a44-44db-843c-837a31bdb3d2?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/55ec8d2f-d512-435e-b301-0474a1879860", - "b2ca9fb9-3ba5-460e-9ecb-d38fdd20e646 5/15/2017 2:02:02 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/9b71e00d-8a44-44db-843c-837a31bdb3d2", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/9b71e00d-8a44-44db-843c-837a31bdb3d2" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/55ec8d2f-d512-435e-b301-0474a1879860?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/9b71e00d-8a44-44db-843c-837a31bdb3d2?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "b2ca9fb9-3ba5-460e-9ecb-d38fdd20e646" - ], - "X-Powered-By": [ - "ASP.NET" + "243eefad-a135-4cb6-8d45-a853d745b4b9" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-correlation-request-id": [ - "11d66391-c538-41c0-9fdd-f7e6e19efdd0" + "675f4857-7f26-4554-922a-72f08b450a20" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T140202Z:11d66391-c538-41c0-9fdd-f7e6e19efdd0" + "CENTRALUSEUAP:20210319T102650Z:675f4857-7f26-4554-922a-72f08b450a20" + ], + "Date": [ + "Fri, 19 Mar 2021 10:26:50 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/55ec8d2f-d512-435e-b301-0474a1879860?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzU1ZWM4ZDJmLWQ1MTItNDM1ZS1iMzAxLTA0NzRhMTg3OTg2MD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/9b71e00d-8a44-44db-843c-837a31bdb3d2?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzliNzFlMDBkLThhNDQtNDRkYi04NDNjLTgzN2EzMWJkYjNkMj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/55ec8d2f-d512-435e-b301-0474a1879860\",\r\n \"name\": \"55ec8d2f-d512-435e-b301-0474a1879860\",\r\n \"properties\": {\r\n \"activityId\": \"b2ca9fb9-3ba5-460e-9ecb-d38fdd20e646 ActivityId: 11d66391-c538-41c0-9fdd-f7e6e19efdd0\",\r\n \"scenarioName\": \"CommitFailover\",\r\n \"friendlyName\": \"Commit\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"06502bda-e0cc-4db7-a152-5ee557b10e70\",\r\n \"name\": \"VmCommitPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-15T14:02:02.9193685Z\",\r\n \"endTime\": \"2017-05-15T14:02:03.1068761Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisite check\",\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\": \"4082dd51-7098-422d-bfaa-ba50e6b21cfb\",\r\n \"name\": \"VmCommit\",\r\n \"startTime\": \"2017-05-15T14:02:03.2006382Z\",\r\n \"endTime\": \"2017-05-15T14:02:03.5916176Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Commit\",\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\": \"2017-05-15T14:02:02.8265617Z\",\r\n \"endTime\": \"2017-05-15T14:02:04Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T14:02:02.8265617Z\",\r\n \"endTime\": \"2017-05-15T14:02:04Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:02:32 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11946" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/55ec8d2f-d512-435e-b301-0474a1879860" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/9b71e00d-8a44-44db-843c-837a31bdb3d2" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "bc520d91-a7a7-422f-81fa-1a9d4a1c7a88" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14180" + "f194cf28-b6df-4e2b-b308-3aa7fbf1b04d" ], "x-ms-correlation-request-id": [ - "482106cc-f378-46e6-aa5e-1fe1a3700cf0" + "758bd927-814e-404b-89ff-7f2867cbc711" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T140232Z:482106cc-f378-46e6-aa5e-1fe1a3700cf0" + "CENTRALUSEUAP:20210319T102721Z:758bd927-814e-404b-89ff-7f2867cbc711" + ], + "Date": [ + "Fri, 19 Mar 2021 10:27:21 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"9b71e00d-8a44-44db-843c-837a31bdb3d2\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:26:50.5520636Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/55ec8d2f-d512-435e-b301-0474a1879860?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzU1ZWM4ZDJmLWQ1MTItNDM1ZS1iMzAxLTA0NzRhMTg3OTg2MD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/9b71e00d-8a44-44db-843c-837a31bdb3d2?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzliNzFlMDBkLThhNDQtNDRkYi04NDNjLTgzN2EzMWJkYjNkMj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/55ec8d2f-d512-435e-b301-0474a1879860\",\r\n \"name\": \"55ec8d2f-d512-435e-b301-0474a1879860\",\r\n \"properties\": {\r\n \"activityId\": \"b2ca9fb9-3ba5-460e-9ecb-d38fdd20e646 ActivityId: 11d66391-c538-41c0-9fdd-f7e6e19efdd0\",\r\n \"scenarioName\": \"CommitFailover\",\r\n \"friendlyName\": \"Commit\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"06502bda-e0cc-4db7-a152-5ee557b10e70\",\r\n \"name\": \"VmCommitPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-15T14:02:02.9193685Z\",\r\n \"endTime\": \"2017-05-15T14:02:03.1068761Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisite check\",\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\": \"4082dd51-7098-422d-bfaa-ba50e6b21cfb\",\r\n \"name\": \"VmCommit\",\r\n \"startTime\": \"2017-05-15T14:02:03.2006382Z\",\r\n \"endTime\": \"2017-05-15T14:02:03.5916176Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Commit\",\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\": \"2017-05-15T14:02:02.8265617Z\",\r\n \"endTime\": \"2017-05-15T14:02:04Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T14:02:02.8265617Z\",\r\n \"endTime\": \"2017-05-15T14:02:04Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:02:32 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11945" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/55ec8d2f-d512-435e-b301-0474a1879860" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/9b71e00d-8a44-44db-843c-837a31bdb3d2" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "bc520d91-a7a7-422f-81fa-1a9d4a1c7a88" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14180" + "0f898007-91ac-486b-b493-881cee3c166c" ], "x-ms-correlation-request-id": [ - "482106cc-f378-46e6-aa5e-1fe1a3700cf0" + "b9e1e83d-82c5-4250-9e87-1d557ea82fa0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T140232Z:482106cc-f378-46e6-aa5e-1fe1a3700cf0" + "CENTRALUSEUAP:20210319T102751Z:b9e1e83d-82c5-4250-9e87-1d557ea82fa0" + ], + "Date": [ + "Fri, 19 Mar 2021 10:27:51 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"9b71e00d-8a44-44db-843c-837a31bdb3d2\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T10:26:50.5520636Z\",\r\n \"endTime\": \"2021-03-19T10:27:36Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "//Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/operationresults/55ec8d2f-d512-435e-b301-0474a1879860?api-version=2018-07-10", - "EncodedRequestUri": "Ly9TdWJzY3JpcHRpb25zL2MxODM4NjVlLTYwNzctNDZmMi1hM2IxLWRlYjBmNGY0NjUwYS9yZXNvdXJjZUdyb3Vwcy9zaXRlcmVjb3Zlcnlwcm9kMS9wcm92aWRlcnMvTWljcm9zb2Z0LlJlY292ZXJ5U2VydmljZXMvdmF1bHRzL1NES1ZhdWx0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9mYTA2ZTAzYi1lMzA2LTUyZjQtYTAxZi04OGNkZWJhNjdhMWMvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy92bTIvb3BlcmF0aW9ucmVzdWx0cy81NWVjOGQyZi1kNTEyLTQzNWUtYjMwMS0wNDc0YTE4Nzk4NjA/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/operationresults/9b71e00d-8a44-44db-843c-837a31bdb3d2?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy9vcGVyYXRpb25yZXN1bHRzLzliNzFlMDBkLThhNDQtNDRkYi04NDNjLTgzN2EzMWJkYjNkMj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/55ec8d2f-d512-435e-b301-0474a1879860\",\r\n \"name\": \"55ec8d2f-d512-435e-b301-0474a1879860\",\r\n \"properties\": {\r\n \"activityId\": \"b2ca9fb9-3ba5-460e-9ecb-d38fdd20e646 ActivityId: 11d66391-c538-41c0-9fdd-f7e6e19efdd0\",\r\n \"scenarioName\": \"CommitFailover\",\r\n \"friendlyName\": \"Commit\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"06502bda-e0cc-4db7-a152-5ee557b10e70\",\r\n \"name\": \"VmCommitPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-15T14:02:02.9193685Z\",\r\n \"endTime\": \"2017-05-15T14:02:03.1068761Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisite check\",\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\": \"4082dd51-7098-422d-bfaa-ba50e6b21cfb\",\r\n \"name\": \"VmCommit\",\r\n \"startTime\": \"2017-05-15T14:02:03.2006382Z\",\r\n \"endTime\": \"2017-05-15T14:02:03.5916176Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Commit\",\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\": \"2017-05-15T14:02:02.8265617Z\",\r\n \"endTime\": \"2017-05-15T14:02:04Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T14:02:02.8265617Z\",\r\n \"endTime\": \"2017-05-15T14:02:04Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:02:32 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11944" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/55ec8d2f-d512-435e-b301-0474a1879860" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/9b71e00d-8a44-44db-843c-837a31bdb3d2", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/9b71e00d-8a44-44db-843c-837a31bdb3d2" ], - "X-Powered-By": [ - "ASP.NET" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/9b71e00d-8a44-44db-843c-837a31bdb3d2?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "bc520d91-a7a7-422f-81fa-1a9d4a1c7a88" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14180" + "x-ms-client-request-id": [ + "9192b754-d009-4412-b287-083256d0b5c2" ], "x-ms-correlation-request-id": [ - "482106cc-f378-46e6-aa5e-1fe1a3700cf0" + "816bdd68-bca8-4a55-a411-0e2a2a1e8da4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T140232Z:482106cc-f378-46e6-aa5e-1fe1a3700cf0" + "CENTRALUSEUAP:20210319T102752Z:816bdd68-bca8-4a55-a411-0e2a2a1e8da4" + ], + "Date": [ + "Fri, 19 Mar 2021 10:27:52 GMT" + ], + "Content-Length": [ + "7503" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"RestoreFinalized\",\r\n \"protectionStateDescription\": \"Failback finalized\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"MarkedForDeletion\",\r\n \"testFailoverStateDescription\": \"Cleaning up test environment\",\r\n \"allowedOperations\": [\r\n \"ReverseReplicate\",\r\n \"DisableProtection\"\r\n ],\r\n \"replicationHealth\": \"Warning\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitProviderErrorOnReplica\",\r\n \"errorType\": \"305\",\r\n \"errorLevel\": \"Warning\",\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"70179\",\r\n \"summaryMessage\": \"Data change rate beyond supported limits\",\r\n \"errorMessage\": \"\\n The data change rate(churn) for the virtual machine has exceeded the Azure Site Recovery supported limits: https://aka.ms/asr-h2a-target-limits.\\n \",\r\n \"possibleCauses\": \"The data change rate (write bytes/sec) of the virtual machine is more than the Azure Site Recovery supported limits for the selected replication target storage type.\",\r\n \"recommendedAction\": \"\\n 1. Review the Azure Site Recovery supported limits https://aka.ms/asr-h2a-target-limits.\\n 2. If the problem continues to persist use the Azure Site Recovery deployment planner to help plan target storage selection to replicate the virtual machine https://aka.ms/asr-h2a-deployment-planner.\\n \",\r\n \"creationTimeUtc\": \"2021-03-19T10:23:18.4108275Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"errorId\": \"3:305\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"lastSuccessfulFailoverTime\": \"2021-03-19T09:44:18.6482511Z\",\r\n \"lastSuccessfulTestFailoverTime\": \"2021-03-19T07:47:02.2222839Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/5173e1ed-4968-4bad-997a-d311cc061e8c\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-19T09:44:51Z\",\r\n \"rpoInSeconds\": 2306,\r\n \"lastRpoCalculatedTime\": \"2021-03-19T10:23:18.2693967Z\",\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"RestoreFinalized\",\r\n \"vmProtectionStateDescription\": \"Failback finalized\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"Subnet1\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": \"\",\r\n \"recoveryLBBackendAddressPoolIds\": [],\r\n \"tfoSubnetName\": \"\",\r\n \"tfoStaticIPAddress\": \"\",\r\n \"tfoPublicIPAddressId\": \"\",\r\n \"tfoLBBackendAddressPoolIds\": []\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"targetAvailabilityZone\": \"\",\r\n \"targetProximityPlacementGroupId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-19T09:44:51.9723838Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": {},\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } } \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AContainerMappings.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AContainerMappings.json index e2f4baff9e4e9..5b7126a5b5050 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AContainerMappings.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AContainerMappings.json @@ -1,67 +1,61 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9hMmFQb2xpY3k/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qb2xpY2llcy9hMmFQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3a3265cd-9e83-46cd-8ed6-27e181951446" + "a1e78d6e-a778-4187-880a-94869c98ef83" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:59:43 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "3a3265cd-9e83-46cd-8ed6-27e181951446 3/21/2019 1:59:44 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "a1e78d6e-a778-4187-880a-94869c98ef83 3/20/2021 9:11:57 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "3a3265cd-9e83-46cd-8ed6-27e181951446" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "a1e78d6e-a778-4187-880a-94869c98ef83" ], "x-ms-correlation-request-id": [ - "f26908cd-6353-48d7-a135-2c3b74e08a65" + "948b4b93-4aee-4e36-b4dc-40b48ee27a55" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T135944Z:f26908cd-6353-48d7-a135-2c3b74e08a65" + "CENTRALUSEUAP:20210320T211157Z:948b4b93-4aee-4e36-b4dc-40b48ee27a55" + ], + "Date": [ + "Sat, 20 Mar 2021 21:11:57 GMT" ], "Content-Length": [ - "517" + "508" ], "Content-Type": [ "application/json" @@ -70,71 +64,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"name\": \"a2aPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"a2aPolicy\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"recoveryPointThresholdInMinutes\": 0,\r\n \"recoveryPointHistory\": 720,\r\n \"appConsistentFrequencyInMinutes\": 60,\r\n \"multiVmSyncStatus\": \"Enabled\",\r\n \"crashConsistentFrequencyInMinutes\": 5\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"name\": \"a2aPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"a2aPolicy\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"recoveryPointThresholdInMinutes\": 0,\r\n \"recoveryPointHistory\": 720,\r\n \"appConsistentFrequencyInMinutes\": 60,\r\n \"multiVmSyncStatus\": \"Enabled\",\r\n \"crashConsistentFrequencyInMinutes\": 5\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88b0e17e-0486-4bc1-8741-e30350e7fce1" + "30a37e39-df8c-477d-8b0f-33e7c6dc87fb" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:59:45 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "88b0e17e-0486-4bc1-8741-e30350e7fce1 3/21/2019 1:59:45 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "30a37e39-df8c-477d-8b0f-33e7c6dc87fb 3/20/2021 9:11:58 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "88b0e17e-0486-4bc1-8741-e30350e7fce1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "30a37e39-df8c-477d-8b0f-33e7c6dc87fb" ], "x-ms-correlation-request-id": [ - "3dc38b05-df0c-4ac4-a9c6-107ab6eb24ae" + "2d5102f2-8145-49fa-b454-201ee4f87c4b" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T135945Z:3dc38b05-df0c-4ac4-a9c6-107ab6eb24ae" + "CENTRALUSEUAP:20210320T211158Z:2d5102f2-8145-49fa-b454-201ee4f87c4b" + ], + "Date": [ + "Sat, 20 Mar 2021 21:11:57 GMT" ], "Content-Length": [ - "543" + "534" ], "Content-Type": [ "application/json" @@ -143,71 +131,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer\",\r\n \"name\": \"primaryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"West Europe\",\r\n \"friendlyName\": \"primaryContainer\",\r\n \"fabricType\": \"Azure\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer\",\r\n \"name\": \"primaryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"West Europe\",\r\n \"friendlyName\": \"primaryContainer\",\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/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXI/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXI/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d89c770-8de6-4cca-857c-43055eed32f9" + "dac80292-2abc-45ca-a420-92e7a60cd3ab" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:59:46 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "4d89c770-8de6-4cca-857c-43055eed32f9 3/21/2019 1:59:46 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "dac80292-2abc-45ca-a420-92e7a60cd3ab 3/20/2021 9:11:58 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "4d89c770-8de6-4cca-857c-43055eed32f9" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "dac80292-2abc-45ca-a420-92e7a60cd3ab" ], "x-ms-correlation-request-id": [ - "b769317e-32cb-4235-8b15-e68b3d49acbc" + "64e8c754-0abc-433f-b6e0-277e0beff194" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T135946Z:b769317e-32cb-4235-8b15-e68b3d49acbc" + "CENTRALUSEUAP:20210320T211158Z:64e8c754-0abc-433f-b6e0-277e0beff194" + ], + "Date": [ + "Sat, 20 Mar 2021 21:11:58 GMT" ], "Content-Length": [ - "548" + "539" ], "Content-Type": [ "application/json" @@ -216,210 +198,132 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"name\": \"recoveryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"North Europe\",\r\n \"friendlyName\": \"recoveryContainer\",\r\n \"fabricType\": \"Azure\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"name\": \"recoveryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"North Europe\",\r\n \"friendlyName\": \"recoveryContainer\",\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/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lck1hcHBpbmdzL3ByaW1hcnlUb1JlY292ZXJ5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lck1hcHBpbmdzL3ByaW1hcnlUb1JlY292ZXJ5P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"policyId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"providerSpecificInput\": {\r\n \"instanceType\": \"ReplicationProviderSpecificContainerMappingInput\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"providerSpecificInput\": {\r\n \"instanceType\": \"ReplicationProviderSpecificContainerMappingInput\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8b926e7f-f64b-49ed-968d-100fbe1b13b4" + "95de0883-be25-4ed6-bd6a-fde3069155c2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "590" + "572" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:59:46 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery/operationresults/0b101fbf-2ea7-43f6-977d-95a37eea9e7e?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery/operationresults/cff325a9-805e-4308-9b29-29fadea37248?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/0b101fbf-2ea7-43f6-977d-95a37eea9e7e", - "8b926e7f-f64b-49ed-968d-100fbe1b13b4 3/21/2019 1:59:46 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/cff325a9-805e-4308-9b29-29fadea37248", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/cff325a9-805e-4308-9b29-29fadea37248" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/0b101fbf-2ea7-43f6-977d-95a37eea9e7e?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/cff325a9-805e-4308-9b29-29fadea37248?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "8b926e7f-f64b-49ed-968d-100fbe1b13b4" - ], - "X-Powered-By": [ - "ASP.NET" + "95de0883-be25-4ed6-bd6a-fde3069155c2" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "492786df-4893-484c-bd7e-cf9dd8dd42fa" + "fe340e06-e385-45d9-87f5-caccf1a68616" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T135947Z:492786df-4893-484c-bd7e-cf9dd8dd42fa" + "CENTRALUSEUAP:20210320T211159Z:fe340e06-e385-45d9-87f5-caccf1a68616" ], - "Content-Length": [ - "0" + "Date": [ + "Sat, 20 Mar 2021 21:11:59 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/0b101fbf-2ea7-43f6-977d-95a37eea9e7e?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMGIxMDFmYmYtMmVhNy00M2Y2LTk3N2QtOTVhMzdlZWE5ZTdlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/cff325a9-805e-4308-9b29-29fadea37248?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvY2ZmMzI1YTktODA1ZS00MzA4LTliMjktMjlmYWRlYTM3MjQ4P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:00:16 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/0b101fbf-2ea7-43f6-977d-95a37eea9e7e", - "6a24385e-d93e-416a-bced-caac2ad3d39b 3/21/2019 2:00:17 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-client-request-id": [ - "6a24385e-d93e-416a-bced-caac2ad3d39b" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-correlation-request-id": [ - "2e814016-76ec-4f09-92c8-ea5ae14ccba3" - ], - "x-ms-routing-request-id": [ - "WESTINDIA:20190321T140017Z:2e814016-76ec-4f09-92c8-ea5ae14ccba3" - ], - "Content-Length": [ - "191" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"0b101fbf-2ea7-43f6-977d-95a37eea9e7e\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T13:59:46.800009Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/0b101fbf-2ea7-43f6-977d-95a37eea9e7e?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMGIxMDFmYmYtMmVhNy00M2Y2LTk3N2QtOTVhMzdlZWE5ZTdlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 21 Mar 2019 14:00:48 GMT" - ], - "Pragma": [ - "no-cache" + "11988" ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/0b101fbf-2ea7-43f6-977d-95a37eea9e7e", - "062eb9fe-dfcf-438c-afc5-c8f67fe79fc8 3/21/2019 2:00:49 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/cff325a9-805e-4308-9b29-29fadea37248" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "062eb9fe-dfcf-438c-afc5-c8f67fe79fc8" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "1cc3acc7-173e-4142-b5ef-66b21a609e05" ], "x-ms-correlation-request-id": [ - "530eb63b-95db-4e0d-b91e-d7f47b5e7c3a" + "d9cfe59a-62d4-4495-9916-e968168ef779" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T140049Z:530eb63b-95db-4e0d-b91e-d7f47b5e7c3a" + "CENTRALUSEUAP:20210320T211230Z:d9cfe59a-62d4-4495-9916-e968168ef779" + ], + "Date": [ + "Sat, 20 Mar 2021 21:12:29 GMT" ], "Content-Length": [ "191" @@ -431,63 +335,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"0b101fbf-2ea7-43f6-977d-95a37eea9e7e\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T13:59:46.800009Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"cff325a9-805e-4308-9b29-29fadea37248\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:11:59.454795Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/0b101fbf-2ea7-43f6-977d-95a37eea9e7e?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMGIxMDFmYmYtMmVhNy00M2Y2LTk3N2QtOTVhMzdlZWE5ZTdlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/cff325a9-805e-4308-9b29-29fadea37248?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvY2ZmMzI1YTktODA1ZS00MzA4LTliMjktMjlmYWRlYTM3MjQ4P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:01:19 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/0b101fbf-2ea7-43f6-977d-95a37eea9e7e", - "d8598a9a-110b-418c-bde3-fd240286c0aa 3/21/2019 2:01:19 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/cff325a9-805e-4308-9b29-29fadea37248" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "d8598a9a-110b-418c-bde3-fd240286c0aa" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "a119cb4d-f30f-494e-a136-8944daf2265d" ], "x-ms-correlation-request-id": [ - "09759e04-fd45-49e1-be4c-1bacfd8d0871" + "5ea45e8e-92c3-48d6-9f10-0713dcc849cc" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T140119Z:09759e04-fd45-49e1-be4c-1bacfd8d0871" + "CENTRALUSEUAP:20210320T211300Z:5ea45e8e-92c3-48d6-9f10-0713dcc849cc" + ], + "Date": [ + "Sat, 20 Mar 2021 21:13:00 GMT" ], "Content-Length": [ "191" @@ -499,63 +396,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"0b101fbf-2ea7-43f6-977d-95a37eea9e7e\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T13:59:46.800009Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"cff325a9-805e-4308-9b29-29fadea37248\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:11:59.454795Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/0b101fbf-2ea7-43f6-977d-95a37eea9e7e?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMGIxMDFmYmYtMmVhNy00M2Y2LTk3N2QtOTVhMzdlZWE5ZTdlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/cff325a9-805e-4308-9b29-29fadea37248?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvY2ZmMzI1YTktODA1ZS00MzA4LTliMjktMjlmYWRlYTM3MjQ4P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:01:50 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/0b101fbf-2ea7-43f6-977d-95a37eea9e7e", - "027f48bc-b597-4d22-b637-7b1fd7a5192c 3/21/2019 2:01:51 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/cff325a9-805e-4308-9b29-29fadea37248" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "027f48bc-b597-4d22-b637-7b1fd7a5192c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11498175-f5f7-46f6-a804-186a065df60e" ], "x-ms-correlation-request-id": [ - "2ce3e216-066a-47c3-8d28-778511a6d994" + "206dc182-d270-45ce-a97e-1a26f0874d83" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T140151Z:2ce3e216-066a-47c3-8d28-778511a6d994" + "CENTRALUSEUAP:20210320T211331Z:206dc182-d270-45ce-a97e-1a26f0874d83" + ], + "Date": [ + "Sat, 20 Mar 2021 21:13:31 GMT" ], "Content-Length": [ "216" @@ -567,65 +457,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"0b101fbf-2ea7-43f6-977d-95a37eea9e7e\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-03-21T13:59:46.800009Z\",\r\n \"endTime\": \"2019-03-21T14:01:25Z\",\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"cff325a9-805e-4308-9b29-29fadea37248\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-20T21:11:59.454795Z\",\r\n \"endTime\": \"2021-03-20T21:13:21Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lck1hcHBpbmdzL3ByaW1hcnlUb1JlY292ZXJ5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lck1hcHBpbmdzL3ByaW1hcnlUb1JlY292ZXJ5P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:01:50 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "c9e21a2d-6df4-4c50-b4ff-89304f0b362c 3/21/2019 2:01:51 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "f554f1a8-1f13-46c8-bd0c-c814bcde8d29 3/20/2021 9:13:31 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "c9e21a2d-6df4-4c50-b4ff-89304f0b362c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "f554f1a8-1f13-46c8-bd0c-c814bcde8d29" ], "x-ms-correlation-request-id": [ - "66293b26-bbed-4992-98ac-0744fa5e6b5e" + "45e3239b-d033-4a87-a0fc-ad08ac3a1314" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T140151Z:66293b26-bbed-4992-98ac-0744fa5e6b5e" + "CENTRALUSEUAP:20210320T211331Z:45e3239b-d033-4a87-a0fc-ad08ac3a1314" + ], + "Date": [ + "Sat, 20 Mar 2021 21:13:31 GMT" ], "Content-Length": [ - "1346" + "1319" ], "Content-Type": [ "application/json" @@ -634,142 +518,132 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery\",\r\n \"name\": \"primaryToRecovery\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"targetProtectionContainerFriendlyName\": \"recoveryContainer\",\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/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"primaryContainer\",\r\n \"sourceFabricFriendlyName\": \"West Europe\",\r\n \"targetFabricFriendlyName\": \"North Europe\",\r\n \"policyFriendlyName\": \"a2aPolicy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery\",\r\n \"name\": \"primaryToRecovery\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"targetProtectionContainerFriendlyName\": \"recoveryContainer\",\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/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"primaryContainer\",\r\n \"sourceFabricFriendlyName\": \"West Europe\",\r\n \"targetFabricFriendlyName\": \"North Europe\",\r\n \"policyFriendlyName\": \"a2aPolicy\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXIvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvcmVjb3ZlcnlUb1ByaW1hcnk/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXIvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvcmVjb3ZlcnlUb1ByaW1hcnk/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer\",\r\n \"policyId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"providerSpecificInput\": {\r\n \"instanceType\": \"ReplicationProviderSpecificContainerMappingInput\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer\",\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"providerSpecificInput\": {\r\n \"instanceType\": \"ReplicationProviderSpecificContainerMappingInput\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1cc313d8-10ac-4f0c-bc25-d01bc941a8bb" + "e57f722f-13c3-4770-b8d5-2d22849c4e24" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "588" + "570" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:01:55 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary/operationresults/8f4df990-48ed-4f2b-b884-0d153f2b5095?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary/operationresults/b2ac2398-0984-4e8b-9e23-2ab07f7fa311?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8f4df990-48ed-4f2b-b884-0d153f2b5095", - "1cc313d8-10ac-4f0c-bc25-d01bc941a8bb 3/21/2019 2:01:55 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/b2ac2398-0984-4e8b-9e23-2ab07f7fa311", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/b2ac2398-0984-4e8b-9e23-2ab07f7fa311" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/8f4df990-48ed-4f2b-b884-0d153f2b5095?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/b2ac2398-0984-4e8b-9e23-2ab07f7fa311?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "1cc313d8-10ac-4f0c-bc25-d01bc941a8bb" - ], - "X-Powered-By": [ - "ASP.NET" + "e57f722f-13c3-4770-b8d5-2d22849c4e24" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-correlation-request-id": [ - "6e0a56e9-998a-4703-a323-cea7fbd586b2" + "9fb39fef-7f12-4276-8623-a1b096eedc90" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T140155Z:6e0a56e9-998a-4703-a323-cea7fbd586b2" + "CENTRALUSEUAP:20210320T211332Z:9fb39fef-7f12-4276-8623-a1b096eedc90" ], - "Content-Length": [ - "0" + "Date": [ + "Sat, 20 Mar 2021 21:13:32 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/8f4df990-48ed-4f2b-b884-0d153f2b5095?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOGY0ZGY5OTAtNDhlZC00ZjJiLWI4ODQtMGQxNTNmMmI1MDk1P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/b2ac2398-0984-4e8b-9e23-2ab07f7fa311?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvYjJhYzIzOTgtMDk4NC00ZThiLTllMjMtMmFiMDdmN2ZhMzExP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:02:26 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8f4df990-48ed-4f2b-b884-0d153f2b5095", - "857569e1-9a20-4e81-881c-4b218b309b7d 3/21/2019 2:02:26 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/b2ac2398-0984-4e8b-9e23-2ab07f7fa311" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "857569e1-9a20-4e81-881c-4b218b309b7d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "aaaca7e1-3a41-4e4e-afc8-3ad985d0f0ef" ], "x-ms-correlation-request-id": [ - "aae74c1f-5eda-4435-971a-33a1f6728374" + "ae2e8b81-2abe-4537-8cf1-5061d3204bb9" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T140226Z:aae74c1f-5eda-4435-971a-33a1f6728374" + "CENTRALUSEUAP:20210320T211403Z:ae2e8b81-2abe-4537-8cf1-5061d3204bb9" + ], + "Date": [ + "Sat, 20 Mar 2021 21:14:02 GMT" ], "Content-Length": [ "191" @@ -781,63 +655,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"8f4df990-48ed-4f2b-b884-0d153f2b5095\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:01:55.7581081Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"b2ac2398-0984-4e8b-9e23-2ab07f7fa311\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:13:32.2752757Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/8f4df990-48ed-4f2b-b884-0d153f2b5095?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOGY0ZGY5OTAtNDhlZC00ZjJiLWI4ODQtMGQxNTNmMmI1MDk1P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/b2ac2398-0984-4e8b-9e23-2ab07f7fa311?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvYjJhYzIzOTgtMDk4NC00ZThiLTllMjMtMmFiMDdmN2ZhMzExP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:02:57 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8f4df990-48ed-4f2b-b884-0d153f2b5095", - "ca7a00b2-f25f-4884-b51a-c903e91f82c1 3/21/2019 2:02:57 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/b2ac2398-0984-4e8b-9e23-2ab07f7fa311" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "ca7a00b2-f25f-4884-b51a-c903e91f82c1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "d399b90e-8b45-4875-a515-e70f813624a1" ], "x-ms-correlation-request-id": [ - "046b3e80-08d2-438a-8326-00d22a528124" + "21d50f4d-81cd-49d3-bf56-61fbadef4c87" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T140258Z:046b3e80-08d2-438a-8326-00d22a528124" + "CENTRALUSEUAP:20210320T211433Z:21d50f4d-81cd-49d3-bf56-61fbadef4c87" + ], + "Date": [ + "Sat, 20 Mar 2021 21:14:33 GMT" ], "Content-Length": [ "191" @@ -849,63 +716,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"8f4df990-48ed-4f2b-b884-0d153f2b5095\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:01:55.7581081Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"b2ac2398-0984-4e8b-9e23-2ab07f7fa311\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:13:32.2752757Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/8f4df990-48ed-4f2b-b884-0d153f2b5095?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOGY0ZGY5OTAtNDhlZC00ZjJiLWI4ODQtMGQxNTNmMmI1MDk1P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/b2ac2398-0984-4e8b-9e23-2ab07f7fa311?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvYjJhYzIzOTgtMDk4NC00ZThiLTllMjMtMmFiMDdmN2ZhMzExP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:03:28 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8f4df990-48ed-4f2b-b884-0d153f2b5095", - "6304eacd-658f-4fd9-a5e2-8dab4b5d010f 3/21/2019 2:03:28 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/b2ac2398-0984-4e8b-9e23-2ab07f7fa311" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "6304eacd-658f-4fd9-a5e2-8dab4b5d010f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "495a626b-ef2f-4998-a3dd-45cb2396895e" ], "x-ms-correlation-request-id": [ - "bfbcc9fa-0545-49e2-bcbe-b5b0e09a9e5e" + "7b50a94b-60cb-419f-b7d9-fe7488995b77" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T140328Z:bfbcc9fa-0545-49e2-bcbe-b5b0e09a9e5e" + "CENTRALUSEUAP:20210320T211503Z:7b50a94b-60cb-419f-b7d9-fe7488995b77" + ], + "Date": [ + "Sat, 20 Mar 2021 21:15:03 GMT" ], "Content-Length": [ "216" @@ -917,65 +777,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"8f4df990-48ed-4f2b-b884-0d153f2b5095\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-03-21T14:01:55.7581081Z\",\r\n \"endTime\": \"2019-03-21T14:03:05Z\",\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"b2ac2398-0984-4e8b-9e23-2ab07f7fa311\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-20T21:13:32.2752757Z\",\r\n \"endTime\": \"2021-03-20T21:14:47Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXIvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvcmVjb3ZlcnlUb1ByaW1hcnk/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXIvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvcmVjb3ZlcnlUb1ByaW1hcnk/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:03:28 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "80f4f007-044b-4bb8-918e-425899a2d5a1 3/21/2019 2:03:28 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "5a25946d-e2c0-427f-b0fc-86c2c5a665a0 3/20/2021 9:15:04 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "80f4f007-044b-4bb8-918e-425899a2d5a1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "5a25946d-e2c0-427f-b0fc-86c2c5a665a0" ], "x-ms-correlation-request-id": [ - "295b1733-52ed-439f-b145-4e41ec4499d8" + "45cf932d-edfc-46dc-bee2-bda76f1f9d24" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T140328Z:295b1733-52ed-439f-b145-4e41ec4499d8" + "CENTRALUSEUAP:20210320T211504Z:45cf932d-edfc-46dc-bee2-bda76f1f9d24" + ], + "Date": [ + "Sat, 20 Mar 2021 21:15:03 GMT" ], "Content-Length": [ - "1346" + "1319" ], "Content-Type": [ "application/json" @@ -984,12 +838,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary\",\r\n \"name\": \"recoveryToPrimary\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer\",\r\n \"targetProtectionContainerFriendlyName\": \"primaryContainer\",\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/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"recoveryContainer\",\r\n \"sourceFabricFriendlyName\": \"North Europe\",\r\n \"targetFabricFriendlyName\": \"West Europe\",\r\n \"policyFriendlyName\": \"a2aPolicy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary\",\r\n \"name\": \"recoveryToPrimary\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer\",\r\n \"targetProtectionContainerFriendlyName\": \"primaryContainer\",\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/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"recoveryContainer\",\r\n \"sourceFabricFriendlyName\": \"North Europe\",\r\n \"targetFabricFriendlyName\": \"West Europe\",\r\n \"policyFriendlyName\": \"a2aPolicy\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "a7d8f9d0-930c-4dc8-9c14-1526ba255c20" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } } \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AContainers.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AContainers.json index 3c8891c5c7527..48543759c9d2f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AContainers.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AContainers.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "87899513-f46b-44b0-9839-c1d617d0e077" + "9e45f82f-478f-468a-9413-cde1809dc30a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,110 +29,100 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:51:06 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/operationresults/4d683e50-1a12-4582-a02c-494a50562316?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/operationresults/ac765db2-0cf1-4d4f-ac94-b95dff9d799a?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/4d683e50-1a12-4582-a02c-494a50562316", - "87899513-f46b-44b0-9839-c1d617d0e077 3/21/2019 1:51:06 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/ac765db2-0cf1-4d4f-ac94-b95dff9d799a", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/ac765db2-0cf1-4d4f-ac94-b95dff9d799a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/4d683e50-1a12-4582-a02c-494a50562316?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/ac765db2-0cf1-4d4f-ac94-b95dff9d799a?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "87899513-f46b-44b0-9839-c1d617d0e077" - ], - "X-Powered-By": [ - "ASP.NET" + "9e45f82f-478f-468a-9413-cde1809dc30a" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "f338c692-0319-4fba-8e41-21a2b5bea384" + "b85bed7f-0fe5-4a9b-9ade-10e989177902" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T135106Z:f338c692-0319-4fba-8e41-21a2b5bea384" + "CENTRALUSEUAP:20210320T210559Z:b85bed7f-0fe5-4a9b-9ade-10e989177902" ], - "Content-Length": [ - "0" + "Date": [ + "Sat, 20 Mar 2021 21:05:59 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/4d683e50-1a12-4582-a02c-494a50562316?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvNGQ2ODNlNTAtMWExMi00NTgyLWEwMmMtNDk0YTUwNTYyMzE2P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/ac765db2-0cf1-4d4f-ac94-b95dff9d799a?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvYWM3NjVkYjItMGNmMS00ZDRmLWFjOTQtYjk1ZGZmOWQ3OTlhP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:51:36 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/4d683e50-1a12-4582-a02c-494a50562316", - "aaf5246a-ef21-4866-9a67-9d71070869a2 3/21/2019 1:51:37 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/ac765db2-0cf1-4d4f-ac94-b95dff9d799a" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "aaf5246a-ef21-4866-9a67-9d71070869a2" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "854f5c07-3e33-4c76-a5ef-9ca1a5f60ea3" ], "x-ms-correlation-request-id": [ - "29323a5f-0dff-4440-a796-61cb3ad9cc00" + "bf1d14bc-7bbb-4643-975c-784a2cf1f14c" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T135137Z:29323a5f-0dff-4440-a796-61cb3ad9cc00" + "CENTRALUSEUAP:20210320T210630Z:bf1d14bc-7bbb-4643-975c-784a2cf1f14c" + ], + "Date": [ + "Sat, 20 Mar 2021 21:06:30 GMT" ], "Content-Length": [ "216" @@ -144,65 +134,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"4d683e50-1a12-4582-a02c-494a50562316\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-03-21T13:51:06.5865191Z\",\r\n \"endTime\": \"2019-03-21T13:51:06Z\",\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"ac765db2-0cf1-4d4f-ac94-b95dff9d799a\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-20T21:05:59.4950215Z\",\r\n \"endTime\": \"2021-03-20T21:05:59Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:51:37 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "ea79bdeb-a8bc-495e-95c2-eff3f2a7898c 3/21/2019 1:51:37 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "7a7f5a3d-d369-4b4e-8daa-21304a7fb382 3/20/2021 9:06:30 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "ea79bdeb-a8bc-495e-95c2-eff3f2a7898c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "7a7f5a3d-d369-4b4e-8daa-21304a7fb382" ], "x-ms-correlation-request-id": [ - "875d7169-b5fa-4212-beeb-fc50d3fd20a1" + "2d8326bd-16d0-473f-90ba-54bf0c183019" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T135137Z:875d7169-b5fa-4212-beeb-fc50d3fd20a1" + "CENTRALUSEUAP:20210320T210630Z:2d8326bd-16d0-473f-90ba-54bf0c183019" + ], + "Date": [ + "Sat, 20 Mar 2021 21:06:30 GMT" ], "Content-Length": [ - "543" + "534" ], "Content-Type": [ "application/json" @@ -211,26 +195,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer\",\r\n \"name\": \"primaryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"West Europe\",\r\n \"friendlyName\": \"primaryContainer\",\r\n \"fabricType\": \"Azure\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer\",\r\n \"name\": \"primaryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"West Europe\",\r\n \"friendlyName\": \"primaryContainer\",\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/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXI/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXI/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bd3c9626-79a4-4625-a807-7b2295ae50f9" + "bcbf6ac0-5097-46b5-ae57-10d67121af6e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -243,110 +227,100 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:51:39 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/operationresults/78e665e3-6233-4500-9400-c7ffb95a9978?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/operationresults/443bbd6a-e7e9-48bc-be19-a202f7548639?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/78e665e3-6233-4500-9400-c7ffb95a9978", - "bd3c9626-79a4-4625-a807-7b2295ae50f9 3/21/2019 1:51:40 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/443bbd6a-e7e9-48bc-be19-a202f7548639", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/443bbd6a-e7e9-48bc-be19-a202f7548639" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/78e665e3-6233-4500-9400-c7ffb95a9978?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/443bbd6a-e7e9-48bc-be19-a202f7548639?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "bd3c9626-79a4-4625-a807-7b2295ae50f9" - ], - "X-Powered-By": [ - "ASP.NET" + "bcbf6ac0-5097-46b5-ae57-10d67121af6e" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "3d7db444-4a31-4bde-9a70-e590e4ba51d6" + "f80c1995-efcd-4284-923b-08366ca47ce3" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T135140Z:3d7db444-4a31-4bde-9a70-e590e4ba51d6" + "CENTRALUSEUAP:20210320T210631Z:f80c1995-efcd-4284-923b-08366ca47ce3" ], - "Content-Length": [ - "0" + "Date": [ + "Sat, 20 Mar 2021 21:06:31 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/78e665e3-6233-4500-9400-c7ffb95a9978?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvNzhlNjY1ZTMtNjIzMy00NTAwLTk0MDAtYzdmZmI5NWE5OTc4P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/443bbd6a-e7e9-48bc-be19-a202f7548639?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvNDQzYmJkNmEtZTdlOS00OGJjLWJlMTktYTIwMmY3NTQ4NjM5P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:52:10 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/78e665e3-6233-4500-9400-c7ffb95a9978", - "b5b84200-620e-4e14-9775-52cecc97f1e8 3/21/2019 1:52:10 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/443bbd6a-e7e9-48bc-be19-a202f7548639" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "b5b84200-620e-4e14-9775-52cecc97f1e8" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "ef4ea0ae-052a-4d50-a922-009334d46b3f" ], "x-ms-correlation-request-id": [ - "ba0bbb8b-889a-4ab2-8042-9d551e61ff58" + "d148fa05-1d8e-4e4b-90e1-37714d7d8035" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T135211Z:ba0bbb8b-889a-4ab2-8042-9d551e61ff58" + "CENTRALUSEUAP:20210320T210701Z:d148fa05-1d8e-4e4b-90e1-37714d7d8035" + ], + "Date": [ + "Sat, 20 Mar 2021 21:07:00 GMT" ], "Content-Length": [ "216" @@ -358,65 +332,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"78e665e3-6233-4500-9400-c7ffb95a9978\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-03-21T13:51:40.4878234Z\",\r\n \"endTime\": \"2019-03-21T13:51:40Z\",\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"443bbd6a-e7e9-48bc-be19-a202f7548639\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-20T21:06:31.2541236Z\",\r\n \"endTime\": \"2021-03-20T21:06:31Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXI/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXI/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:52:10 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "db0dcc35-8cdc-4d21-9198-cdea6f0273fe 3/21/2019 1:52:11 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "40cefd3e-7dd8-4a45-aa26-a079e214e8e6 3/20/2021 9:07:02 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "db0dcc35-8cdc-4d21-9198-cdea6f0273fe" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "40cefd3e-7dd8-4a45-aa26-a079e214e8e6" ], "x-ms-correlation-request-id": [ - "2419b290-f401-4402-813c-286513772a10" + "df299721-3a7f-4e36-ab9f-0dc00d84c243" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T135211Z:2419b290-f401-4402-813c-286513772a10" + "CENTRALUSEUAP:20210320T210702Z:df299721-3a7f-4e36-ab9f-0dc00d84c243" + ], + "Date": [ + "Sat, 20 Mar 2021 21:07:02 GMT" ], "Content-Length": [ - "548" + "539" ], "Content-Type": [ "application/json" @@ -425,12 +393,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"name\": \"recoveryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"North Europe\",\r\n \"friendlyName\": \"recoveryContainer\",\r\n \"fabricType\": \"Azure\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"name\": \"recoveryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"North Europe\",\r\n \"friendlyName\": \"recoveryContainer\",\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 } ], "Names": {}, "Variables": { - "SubscriptionId": "a7d8f9d0-930c-4dc8-9c14-1526ba255c20" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } } \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AFabrics.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AFabrics.json index 40fd55874412b..50691e1a1072a 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AFabrics.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AFabrics.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWM/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"westeurope\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "429a6c1c-b948-4e3b-bebc-5cfa4e5505bd" + "e2fb23a3-d8be-42d9-b3f5-1f5660b950cf" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,110 +29,100 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:47:32 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/operationresults/ba0f8d9b-9d4b-4588-85d0-0ef4886cb496?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/operationresults/e39ac3e9-8fca-4445-a4b6-7bd3e1bab4cb?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ba0f8d9b-9d4b-4588-85d0-0ef4886cb496", - "429a6c1c-b948-4e3b-bebc-5cfa4e5505bd 3/21/2019 1:47:32 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/e39ac3e9-8fca-4445-a4b6-7bd3e1bab4cb", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/e39ac3e9-8fca-4445-a4b6-7bd3e1bab4cb" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/ba0f8d9b-9d4b-4588-85d0-0ef4886cb496?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/e39ac3e9-8fca-4445-a4b6-7bd3e1bab4cb?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "429a6c1c-b948-4e3b-bebc-5cfa4e5505bd" - ], - "X-Powered-By": [ - "ASP.NET" + "e2fb23a3-d8be-42d9-b3f5-1f5660b950cf" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "01b98507-5b45-44dd-bb5c-deff9178e978" + "3198bc8d-539e-45ac-b558-91cec8cebaa8" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T134732Z:01b98507-5b45-44dd-bb5c-deff9178e978" + "CENTRALUSEUAP:20210320T205909Z:3198bc8d-539e-45ac-b558-91cec8cebaa8" ], - "Content-Length": [ - "0" + "Date": [ + "Sat, 20 Mar 2021 20:59:09 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/ba0f8d9b-9d4b-4588-85d0-0ef4886cb496?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvYmEwZjhkOWItOWQ0Yi00NTg4LTg1ZDAtMGVmNDg4NmNiNDk2P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/e39ac3e9-8fca-4445-a4b6-7bd3e1bab4cb?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvZTM5YWMzZTktOGZjYS00NDQ1LWE0YjYtN2JkM2UxYmFiNGNiP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:48:02 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ba0f8d9b-9d4b-4588-85d0-0ef4886cb496", - "cd0b4e8e-0edb-4cb8-88f6-71acc4adb7ce 3/21/2019 1:48:02 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/e39ac3e9-8fca-4445-a4b6-7bd3e1bab4cb" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "cd0b4e8e-0edb-4cb8-88f6-71acc4adb7ce" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "ce42efe1-e4aa-4c13-a26c-7b69ea57a335" ], "x-ms-correlation-request-id": [ - "17449e88-8a0c-4f8c-95c9-8afc79f59d9c" + "6b18d06a-3533-4e15-8bba-6ec89d60308b" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T134802Z:17449e88-8a0c-4f8c-95c9-8afc79f59d9c" + "CENTRALUSEUAP:20210320T205939Z:6b18d06a-3533-4e15-8bba-6ec89d60308b" + ], + "Date": [ + "Sat, 20 Mar 2021 20:59:39 GMT" ], "Content-Length": [ "191" @@ -144,63 +134,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"ba0f8d9b-9d4b-4588-85d0-0ef4886cb496\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T13:47:32.2135408Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"e39ac3e9-8fca-4445-a4b6-7bd3e1bab4cb\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T20:59:09.110444Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/ba0f8d9b-9d4b-4588-85d0-0ef4886cb496?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvYmEwZjhkOWItOWQ0Yi00NTg4LTg1ZDAtMGVmNDg4NmNiNDk2P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/e39ac3e9-8fca-4445-a4b6-7bd3e1bab4cb?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvZTM5YWMzZTktOGZjYS00NDQ1LWE0YjYtN2JkM2UxYmFiNGNiP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:48:32 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ba0f8d9b-9d4b-4588-85d0-0ef4886cb496", - "78267e7d-bace-421f-a213-a7d9fb15acfe 3/21/2019 1:48:33 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/e39ac3e9-8fca-4445-a4b6-7bd3e1bab4cb" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "78267e7d-bace-421f-a213-a7d9fb15acfe" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "03cc1fac-d083-4b04-8b04-9344820b85fc" ], "x-ms-correlation-request-id": [ - "006e83eb-b590-48de-94d5-95c57042f603" + "2a9349ba-66f4-4719-b039-9a5e02a39477" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T134833Z:006e83eb-b590-48de-94d5-95c57042f603" + "CENTRALUSEUAP:20210320T210010Z:2a9349ba-66f4-4719-b039-9a5e02a39477" + ], + "Date": [ + "Sat, 20 Mar 2021 21:00:10 GMT" ], "Content-Length": [ "191" @@ -212,63 +195,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"ba0f8d9b-9d4b-4588-85d0-0ef4886cb496\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T13:47:32.2135408Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"e39ac3e9-8fca-4445-a4b6-7bd3e1bab4cb\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T20:59:09.110444Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/ba0f8d9b-9d4b-4588-85d0-0ef4886cb496?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvYmEwZjhkOWItOWQ0Yi00NTg4LTg1ZDAtMGVmNDg4NmNiNDk2P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/e39ac3e9-8fca-4445-a4b6-7bd3e1bab4cb?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvZTM5YWMzZTktOGZjYS00NDQ1LWE0YjYtN2JkM2UxYmFiNGNiP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:49:03 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ba0f8d9b-9d4b-4588-85d0-0ef4886cb496", - "d9635d2c-14e0-4e98-b02d-955bff943420 3/21/2019 1:49:03 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/e39ac3e9-8fca-4445-a4b6-7bd3e1bab4cb" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "d9635d2c-14e0-4e98-b02d-955bff943420" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "1d23ea44-5376-4b82-b857-ad556dd63a69" ], "x-ms-correlation-request-id": [ - "bb6b8e52-650b-4508-b16a-b4fcd8b0bbcd" + "78a6fbd1-0e0a-4049-acc9-51768c0b1950" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T134903Z:bb6b8e52-650b-4508-b16a-b4fcd8b0bbcd" + "CENTRALUSEUAP:20210320T210040Z:78a6fbd1-0e0a-4049-acc9-51768c0b1950" + ], + "Date": [ + "Sat, 20 Mar 2021 21:00:40 GMT" ], "Content-Length": [ "216" @@ -280,65 +256,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"ba0f8d9b-9d4b-4588-85d0-0ef4886cb496\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-03-21T13:47:32.2135408Z\",\r\n \"endTime\": \"2019-03-21T13:48:40Z\",\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"e39ac3e9-8fca-4445-a4b6-7bd3e1bab4cb\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-20T20:59:09.110444Z\",\r\n \"endTime\": \"2021-03-20T21:00:14Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWM/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:49:05 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "6a6108dd-8615-4e44-adbe-df50087aeee3 3/21/2019 1:49:05 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "1b57f31a-05c5-4207-a1a3-e67a2a4d4eb7 3/20/2021 9:00:41 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "6a6108dd-8615-4e44-adbe-df50087aeee3" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "1b57f31a-05c5-4207-a1a3-e67a2a4d4eb7" ], "x-ms-correlation-request-id": [ - "025d88f4-a4e4-4012-8363-f0f79ab92264" + "ad0581cb-8c12-41eb-9466-35270507aa05" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T134905Z:025d88f4-a4e4-4012-8363-f0f79ab92264" + "CENTRALUSEUAP:20210320T210041Z:ad0581cb-8c12-41eb-9466-35270507aa05" + ], + "Date": [ + "Sat, 20 Mar 2021 21:00:40 GMT" ], "Content-Length": [ - "651" + "653" ], "Content-Type": [ "application/json" @@ -347,26 +317,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"primaryFabric\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric\",\r\n \"properties\": {\r\n \"friendlyName\": \"West Europe\",\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\": \"f4df55cd-b86f-589e-b4a2-59ae20ffcce6\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"westeurope\",\r\n \"containerIds\": []\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"primaryFabric\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric\",\r\n \"properties\": {\r\n \"friendlyName\": \"West Europe\",\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\": \"31de6957-7e7b-5929-bcac-3d87ec147d28\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"westeurope\",\r\n \"containerIds\": [],\r\n \"zones\": []\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"northeurope\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "773dd731-d825-427f-ba54-d8ec33993f6a" + "bb84a038-1201-4baa-a35f-e4a3beed2a7a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -379,110 +349,100 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:49:17 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/operationresults/44675a68-908d-434f-a869-8b2b5e68ce2a?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/operationresults/3146a994-7c6c-4418-af2b-e39b8140ce76?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/44675a68-908d-434f-a869-8b2b5e68ce2a", - "773dd731-d825-427f-ba54-d8ec33993f6a 3/21/2019 1:49:17 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3146a994-7c6c-4418-af2b-e39b8140ce76", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3146a994-7c6c-4418-af2b-e39b8140ce76" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/44675a68-908d-434f-a869-8b2b5e68ce2a?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3146a994-7c6c-4418-af2b-e39b8140ce76?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "773dd731-d825-427f-ba54-d8ec33993f6a" - ], - "X-Powered-By": [ - "ASP.NET" + "bb84a038-1201-4baa-a35f-e4a3beed2a7a" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "40a9e485-70bf-496b-bd45-0295f1367783" + "6ac14b86-9c42-4532-ad67-4a4dac76cca1" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T134918Z:40a9e485-70bf-496b-bd45-0295f1367783" + "CENTRALUSEUAP:20210320T210041Z:6ac14b86-9c42-4532-ad67-4a4dac76cca1" ], - "Content-Length": [ - "0" + "Date": [ + "Sat, 20 Mar 2021 21:00:41 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/44675a68-908d-434f-a869-8b2b5e68ce2a?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvNDQ2NzVhNjgtOTA4ZC00MzRmLWE4NjktOGIyYjVlNjhjZTJhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3146a994-7c6c-4418-af2b-e39b8140ce76?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzE0NmE5OTQtN2M2Yy00NDE4LWFmMmItZTM5YjgxNDBjZTc2P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:49:48 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/44675a68-908d-434f-a869-8b2b5e68ce2a", - "acee925e-43c6-4e71-8c0b-7a7b9075c764 3/21/2019 1:49:48 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3146a994-7c6c-4418-af2b-e39b8140ce76" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "acee925e-43c6-4e71-8c0b-7a7b9075c764" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "749633fc-029f-4d3f-8979-703d987a2216" ], "x-ms-correlation-request-id": [ - "07202008-a1c2-4944-8003-5b5b0bcd04ec" + "1592cdc7-921a-4621-bb09-f8a8306f5803" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T134948Z:07202008-a1c2-4944-8003-5b5b0bcd04ec" + "CENTRALUSEUAP:20210320T210112Z:1592cdc7-921a-4621-bb09-f8a8306f5803" + ], + "Date": [ + "Sat, 20 Mar 2021 21:01:11 GMT" ], "Content-Length": [ "191" @@ -494,63 +454,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"44675a68-908d-434f-a869-8b2b5e68ce2a\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T13:49:17.8039996Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3146a994-7c6c-4418-af2b-e39b8140ce76\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:00:41.7940551Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/44675a68-908d-434f-a869-8b2b5e68ce2a?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvNDQ2NzVhNjgtOTA4ZC00MzRmLWE4NjktOGIyYjVlNjhjZTJhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3146a994-7c6c-4418-af2b-e39b8140ce76?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzE0NmE5OTQtN2M2Yy00NDE4LWFmMmItZTM5YjgxNDBjZTc2P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:50:17 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/44675a68-908d-434f-a869-8b2b5e68ce2a", - "e4867389-8a31-44f9-a930-0f45e3805aa6 3/21/2019 1:50:18 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3146a994-7c6c-4418-af2b-e39b8140ce76" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "e4867389-8a31-44f9-a930-0f45e3805aa6" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "358cee85-b8dd-48c1-bd37-df7e1883b1f0" ], "x-ms-correlation-request-id": [ - "6d7d71fc-7eeb-489a-9602-ae91efee632a" + "f9bf6266-ffee-4b30-bd3f-7a8a8c8e550a" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T135018Z:6d7d71fc-7eeb-489a-9602-ae91efee632a" + "CENTRALUSEUAP:20210320T210142Z:f9bf6266-ffee-4b30-bd3f-7a8a8c8e550a" + ], + "Date": [ + "Sat, 20 Mar 2021 21:01:42 GMT" ], "Content-Length": [ "191" @@ -562,63 +515,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"44675a68-908d-434f-a869-8b2b5e68ce2a\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T13:49:17.8039996Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3146a994-7c6c-4418-af2b-e39b8140ce76\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:00:41.7940551Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/44675a68-908d-434f-a869-8b2b5e68ce2a?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvNDQ2NzVhNjgtOTA4ZC00MzRmLWE4NjktOGIyYjVlNjhjZTJhP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3146a994-7c6c-4418-af2b-e39b8140ce76?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzE0NmE5OTQtN2M2Yy00NDE4LWFmMmItZTM5YjgxNDBjZTc2P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:50:48 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/44675a68-908d-434f-a869-8b2b5e68ce2a", - "b534fd67-dccc-48db-9073-5b5c12240246 3/21/2019 1:50:49 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3146a994-7c6c-4418-af2b-e39b8140ce76" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "b534fd67-dccc-48db-9073-5b5c12240246" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "e40d34e1-d2a1-4fd1-98af-7de4a54fa309" ], "x-ms-correlation-request-id": [ - "c265bb21-c939-41e0-95a9-35e6e8baee08" + "03924271-1d22-49c7-8964-e510e76e7b9f" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T135049Z:c265bb21-c939-41e0-95a9-35e6e8baee08" + "CENTRALUSEUAP:20210320T210213Z:03924271-1d22-49c7-8964-e510e76e7b9f" + ], + "Date": [ + "Sat, 20 Mar 2021 21:02:13 GMT" ], "Content-Length": [ "216" @@ -630,65 +576,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"44675a68-908d-434f-a869-8b2b5e68ce2a\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-03-21T13:49:17.8039996Z\",\r\n \"endTime\": \"2019-03-21T13:50:22Z\",\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3146a994-7c6c-4418-af2b-e39b8140ce76\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-20T21:00:41.7940551Z\",\r\n \"endTime\": \"2021-03-20T21:01:47Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:50:49 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "901b9456-c17c-4dbe-8e99-14819feedd1f 3/21/2019 1:50:49 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "6fa464ed-48fa-4b3f-8981-43ad0cd9feb2 3/20/2021 9:02:13 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "901b9456-c17c-4dbe-8e99-14819feedd1f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "6fa464ed-48fa-4b3f-8981-43ad0cd9feb2" ], "x-ms-correlation-request-id": [ - "c3e8a743-fa12-4699-8361-20fd114e2adf" + "4987c58a-f14d-4919-a68b-9d907ab80e10" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T135049Z:c3e8a743-fa12-4699-8361-20fd114e2adf" + "CENTRALUSEUAP:20210320T210213Z:4987c58a-f14d-4919-a68b-9d907ab80e10" + ], + "Date": [ + "Sat, 20 Mar 2021 21:02:13 GMT" ], "Content-Length": [ - "655" + "657" ], "Content-Type": [ "application/json" @@ -697,12 +637,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"recoveryFabric\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric\",\r\n \"properties\": {\r\n \"friendlyName\": \"North Europe\",\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\": \"eda81b5c-48f8-555a-af72-7bd2aaa196c0\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"northeurope\",\r\n \"containerIds\": []\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"recoveryFabric\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric\",\r\n \"properties\": {\r\n \"friendlyName\": \"North Europe\",\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\": \"9f92a5b0-a054-58e1-bee7-3ed86141b63b\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"northeurope\",\r\n \"containerIds\": [],\r\n \"zones\": []\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "a7d8f9d0-930c-4dc8-9c14-1526ba255c20" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } } \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2APolicy.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2APolicy.json index 1cd396c88e4af..b1e4df5aa4bce 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2APolicy.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2APolicy.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9hMmFQb2xpY3k/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qb2xpY2llcy9hMmFQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"providerSpecificInput\": {\r\n \"instanceType\": \"A2A\",\r\n \"recoveryPointHistory\": 720,\r\n \"appConsistentFrequencyInMinutes\": 60,\r\n \"multiVmSyncStatus\": \"Enable\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9ce655c0-a60f-4bd0-b1e7-bd523f04b5a6" + "8c1b0de5-4cff-44e3-b3a6-586485be0d46" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,109 +29,99 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:46:37 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy/operationresults/5c5e6be0-2f60-4d56-9f29-7d710c124aa3?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy/operationresults/e55331e8-380c-4944-8892-539eeb956120?api-version=2021-02-10" ], "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/5c5e6be0-2f60-4d56-9f29-7d710c124aa3?api-version=2018-07-10" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9ce655c0-a60f-4bd0-b1e7-bd523f04b5a6 3/21/2019 1:46:37 PM" + "8c1b0de5-4cff-44e3-b3a6-586485be0d46 3/20/2021 8:52:47 PM" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/e55331e8-380c-4944-8892-539eeb956120?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "9ce655c0-a60f-4bd0-b1e7-bd523f04b5a6" - ], - "X-Powered-By": [ - "ASP.NET" + "8c1b0de5-4cff-44e3-b3a6-586485be0d46" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "bf09d0c6-3688-43cb-a194-2ed1893b8df3" + "bc175779-f7ed-4ea2-adec-b3671a8f19b4" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T134638Z:bf09d0c6-3688-43cb-a194-2ed1893b8df3" + "CENTRALUSEUAP:20210320T205247Z:bc175779-f7ed-4ea2-adec-b3671a8f19b4" ], - "Content-Length": [ - "0" + "Date": [ + "Sat, 20 Mar 2021 20:52:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/5c5e6be0-2f60-4d56-9f29-7d710c124aa3?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvNWM1ZTZiZTAtMmY2MC00ZDU2LTlmMjktN2Q3MTBjMTI0YWEzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/e55331e8-380c-4944-8892-539eeb956120?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvZTU1MzMxZTgtMzgwYy00OTQ0LTg4OTItNTM5ZWViOTU2MTIwP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:47:07 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/5c5e6be0-2f60-4d56-9f29-7d710c124aa3", - "c36a8894-178b-481d-bd4c-ddfda17e175c 3/21/2019 1:47:08 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/e55331e8-380c-4944-8892-539eeb956120" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "c36a8894-178b-481d-bd4c-ddfda17e175c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "170b4d4a-f3a1-44c7-a1bd-f3716c6732ba" ], "x-ms-correlation-request-id": [ - "9f9b4b86-750f-4935-9f42-aa7269041972" + "a3e03c87-3a8c-40a3-99bf-f6df2569df42" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T134708Z:9f9b4b86-750f-4935-9f42-aa7269041972" + "CENTRALUSEUAP:20210320T205317Z:a3e03c87-3a8c-40a3-99bf-f6df2569df42" + ], + "Date": [ + "Sat, 20 Mar 2021 20:53:17 GMT" ], "Content-Length": [ "216" @@ -143,65 +133,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"5c5e6be0-2f60-4d56-9f29-7d710c124aa3\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-03-21T13:46:37.7948563Z\",\r\n \"endTime\": \"2019-03-21T13:46:38Z\",\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"e55331e8-380c-4944-8892-539eeb956120\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-20T20:52:47.0201218Z\",\r\n \"endTime\": \"2021-03-20T20:52:47Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9hMmFQb2xpY3k/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qb2xpY2llcy9hMmFQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 13:47:08 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "bd8b1c9a-39eb-44ea-b2f9-f348d249c7eb 3/21/2019 1:47:08 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "58845ca1-51fa-471f-943b-10340118a16a 3/20/2021 8:53:18 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "bd8b1c9a-39eb-44ea-b2f9-f348d249c7eb" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "58845ca1-51fa-471f-943b-10340118a16a" ], "x-ms-correlation-request-id": [ - "ce4cd0c9-b285-4d2f-8109-4743a3d0eec8" + "ef496ae3-27f4-4880-bc36-dc54922a8c6b" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T134708Z:ce4cd0c9-b285-4d2f-8109-4743a3d0eec8" + "CENTRALUSEUAP:20210320T205318Z:ef496ae3-27f4-4880-bc36-dc54922a8c6b" + ], + "Date": [ + "Sat, 20 Mar 2021 20:53:18 GMT" ], "Content-Length": [ - "517" + "508" ], "Content-Type": [ "application/json" @@ -210,12 +194,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"name\": \"a2aPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"a2aPolicy\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"recoveryPointThresholdInMinutes\": 0,\r\n \"recoveryPointHistory\": 720,\r\n \"appConsistentFrequencyInMinutes\": 60,\r\n \"multiVmSyncStatus\": \"Enabled\",\r\n \"crashConsistentFrequencyInMinutes\": 5\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"name\": \"a2aPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"a2aPolicy\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"recoveryPointThresholdInMinutes\": 0,\r\n \"recoveryPointHistory\": 720,\r\n \"appConsistentFrequencyInMinutes\": 60,\r\n \"multiVmSyncStatus\": \"Enabled\",\r\n \"crashConsistentFrequencyInMinutes\": 5\r\n }\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "a7d8f9d0-930c-4dc8-9c14-1526ba255c20" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } } \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AReplicationProtectedItem.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AReplicationProtectedItem.json index 7ffe81449208b..9b0c61a2a002e 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AReplicationProtectedItem.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AReplicationProtectedItem.json @@ -1,67 +1,61 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9hMmFQb2xpY3k/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qb2xpY2llcy9hMmFQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed22d33b-addd-4cca-b116-2b8a1be68d15" + "6fa5a00d-958b-4fe9-bea5-b65d954edc3b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:42:20 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "ed22d33b-addd-4cca-b116-2b8a1be68d15 3/21/2019 2:42:21 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "6fa5a00d-958b-4fe9-bea5-b65d954edc3b 3/20/2021 9:15:33 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "ed22d33b-addd-4cca-b116-2b8a1be68d15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "6fa5a00d-958b-4fe9-bea5-b65d954edc3b" ], "x-ms-correlation-request-id": [ - "7595bc9f-b47f-4a90-b693-bbc53a57e184" + "035a8900-a5ae-4c21-98f2-679c4870fdf5" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T144221Z:7595bc9f-b47f-4a90-b693-bbc53a57e184" + "CENTRALUSEUAP:20210320T211533Z:035a8900-a5ae-4c21-98f2-679c4870fdf5" + ], + "Date": [ + "Sat, 20 Mar 2021 21:15:33 GMT" ], "Content-Length": [ - "517" + "508" ], "Content-Type": [ "application/json" @@ -70,71 +64,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"name\": \"a2aPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"a2aPolicy\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"recoveryPointThresholdInMinutes\": 0,\r\n \"recoveryPointHistory\": 720,\r\n \"appConsistentFrequencyInMinutes\": 60,\r\n \"multiVmSyncStatus\": \"Enabled\",\r\n \"crashConsistentFrequencyInMinutes\": 5\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"name\": \"a2aPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"a2aPolicy\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"recoveryPointThresholdInMinutes\": 0,\r\n \"recoveryPointHistory\": 720,\r\n \"appConsistentFrequencyInMinutes\": 60,\r\n \"multiVmSyncStatus\": \"Enabled\",\r\n \"crashConsistentFrequencyInMinutes\": 5\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXI/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXI/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "96107912-f17c-4c70-8797-960f1d38033f" + "bdec3cc1-693e-43b9-99d9-72402e607cfa" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:42:21 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "96107912-f17c-4c70-8797-960f1d38033f 3/21/2019 2:42:21 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "bdec3cc1-693e-43b9-99d9-72402e607cfa 3/20/2021 9:15:34 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "96107912-f17c-4c70-8797-960f1d38033f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "bdec3cc1-693e-43b9-99d9-72402e607cfa" ], "x-ms-correlation-request-id": [ - "63a1efd8-eef2-4647-87d5-a12710ee832e" + "0f4f6a93-feec-4dcc-ab03-448eafda1f21" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T144221Z:63a1efd8-eef2-4647-87d5-a12710ee832e" + "CENTRALUSEUAP:20210320T211534Z:0f4f6a93-feec-4dcc-ab03-448eafda1f21" + ], + "Date": [ + "Sat, 20 Mar 2021 21:15:33 GMT" ], "Content-Length": [ - "552" + "543" ], "Content-Type": [ "application/json" @@ -143,210 +131,132 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"name\": \"recoveryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"North Europe\",\r\n \"friendlyName\": \"recoveryContainer\",\r\n \"fabricType\": \"Azure\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"name\": \"recoveryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"North Europe\",\r\n \"friendlyName\": \"recoveryContainer\",\r\n \"fabricType\": \"Azure\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGVkSXRlbXMvc2RrVGVzdFZtMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGVkSXRlbXMvc2RrVGVzdFZtMT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"policyId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"fabricObjectId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/sdkTestVmRG/providers/Microsoft.Compute/virtualMachines/sdkTestVm1\",\r\n \"recoveryContainerId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"recoveryResourceGroupId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/sdkTestVmRG-asr\",\r\n \"vmManagedDisks\": [\r\n {\r\n \"diskId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/SDKTESTVMRG/providers/Microsoft.Compute/disks/sdkTestVm1_OsDisk_1_3b1dd430d52044f18fb996d34617f609\",\r\n \"primaryStagingAzureStorageAccountId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/do00nssdkvaultasrcache\",\r\n \"recoveryResourceGroupId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/sdkTestVmRG-asr\",\r\n \"recoveryReplicaDiskAccountType\": \"Standard_LRS\",\r\n \"recoveryTargetDiskAccountType\": \"Standard_LRS\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"fabricObjectId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG/providers/Microsoft.Compute/virtualMachines/sdkTestVM1\",\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"recoveryResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG-asr\",\r\n \"vmManagedDisks\": [\r\n {\r\n \"diskId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG/providers/Microsoft.Compute/disks/sdkTestVM1_OsDisk_1_719b58f929ca4b97ba638f272b166a96\",\r\n \"primaryStagingAzureStorageAccountId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG/providers/Microsoft.Storage/storageAccounts/sdkcache\",\r\n \"recoveryResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG-asr\",\r\n \"recoveryReplicaDiskAccountType\": \"Standard_LRS\",\r\n \"recoveryTargetDiskAccountType\": \"Standard_LRS\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c881c458-9514-46d5-94fd-9a2ba4d0e52d" + "9c0032fc-22fd-4d9f-aae5-93bc4352ca1c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1521" + "1483" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:42:50 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1/operationresults/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1/operationresults/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "c881c458-9514-46d5-94fd-9a2ba4d0e52d 3/21/2019 2:42:50 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "c881c458-9514-46d5-94fd-9a2ba4d0e52d" - ], - "X-Powered-By": [ - "ASP.NET" + "9c0032fc-22fd-4d9f-aae5-93bc4352ca1c" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-correlation-request-id": [ - "e8b0eed0-a004-4e7b-8d11-c60a8b2cca8c" + "8a2566b3-66db-4b66-bc00-b679408c4e98" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T144251Z:e8b0eed0-a004-4e7b-8d11-c60a8b2cca8c" + "CENTRALUSEUAP:20210320T211535Z:8a2566b3-66db-4b66-bc00-b679408c4e98" ], - "Content-Length": [ - "0" + "Date": [ + "Sat, 20 Mar 2021 21:15:35 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:43:21 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "aa744f30-3d5c-4e4b-94a7-297d2e355949 3/21/2019 2:43:21 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-client-request-id": [ - "aa744f30-3d5c-4e4b-94a7-297d2e355949" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-correlation-request-id": [ - "63d5acb2-79db-4fd1-98ed-b25cb31888ce" - ], - "x-ms-routing-request-id": [ - "WESTINDIA:20190321T144321Z:63d5acb2-79db-4fd1-98ed-b25cb31888ce" - ], - "Content-Length": [ - "191" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 21 Mar 2019 14:43:51 GMT" - ], - "Pragma": [ - "no-cache" + "11991" ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "b7178a43-63cc-4e80-b288-8f8bd108e2b6 3/21/2019 2:43:51 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "b7178a43-63cc-4e80-b288-8f8bd108e2b6" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "5aefb801-8dfc-4817-9190-359a4e8f2b4f" ], "x-ms-correlation-request-id": [ - "707bf60d-09fe-4be9-a8a6-0e466288e5ad" + "aa4471bc-a23e-4c9c-a773-7e79a339d2e0" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T144351Z:707bf60d-09fe-4be9-a8a6-0e466288e5ad" + "CENTRALUSEUAP:20210320T211606Z:aa4471bc-a23e-4c9c-a773-7e79a339d2e0" + ], + "Date": [ + "Sat, 20 Mar 2021 21:16:06 GMT" ], "Content-Length": [ "191" @@ -358,63 +268,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:44:21 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "6bcf7678-83bc-4c11-ab15-60757c5f27bb 3/21/2019 2:44:22 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "6bcf7678-83bc-4c11-ab15-60757c5f27bb" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "8986c356-1b74-4687-9214-6a8e9e390446" ], "x-ms-correlation-request-id": [ - "63edd218-48af-4188-adc2-84fb907fd7c0" + "a865acf6-3ce7-4ab4-b022-a637561236f8" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T144422Z:63edd218-48af-4188-adc2-84fb907fd7c0" + "CENTRALUSEUAP:20210320T211636Z:a865acf6-3ce7-4ab4-b022-a637561236f8" + ], + "Date": [ + "Sat, 20 Mar 2021 21:16:36 GMT" ], "Content-Length": [ "191" @@ -426,63 +329,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:44:53 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "96c28d15-dd16-4bb9-8eb0-e3963ec8e7b2 3/21/2019 2:44:53 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "96c28d15-dd16-4bb9-8eb0-e3963ec8e7b2" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "6988af82-475e-4b0c-baf0-316ed6cdfbb3" ], "x-ms-correlation-request-id": [ - "84844969-69c2-4597-94d1-25d220e53199" + "aafd86dc-90fe-4775-b803-948b4191c6b1" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T144453Z:84844969-69c2-4597-94d1-25d220e53199" + "CENTRALUSEUAP:20210320T211706Z:aafd86dc-90fe-4775-b803-948b4191c6b1" + ], + "Date": [ + "Sat, 20 Mar 2021 21:17:06 GMT" ], "Content-Length": [ "191" @@ -494,63 +390,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:45:24 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "87cde64d-4381-43d6-8f2a-eddb053e93fd 3/21/2019 2:45:24 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "87cde64d-4381-43d6-8f2a-eddb053e93fd" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "d13a71fa-80b4-4fc9-9e6f-2fd15a8adc4d" ], "x-ms-correlation-request-id": [ - "a3720e54-53d5-4c06-b7f1-78a03c6065f8" + "302c6adc-a70e-470a-9679-0b9ec3a1a6f3" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T144524Z:a3720e54-53d5-4c06-b7f1-78a03c6065f8" + "CENTRALUSEUAP:20210320T211737Z:302c6adc-a70e-470a-9679-0b9ec3a1a6f3" + ], + "Date": [ + "Sat, 20 Mar 2021 21:17:37 GMT" ], "Content-Length": [ "191" @@ -562,63 +451,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:45:53 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "6e5846d7-6b3a-441e-bb54-fffb7a263e2b 3/21/2019 2:45:54 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "6e5846d7-6b3a-441e-bb54-fffb7a263e2b" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "8f65c263-7149-4bfb-b3c6-99c3cd1b9a00" ], "x-ms-correlation-request-id": [ - "083b2d30-a34d-492c-a904-2ae6921b98ee" + "9fcefc85-1d30-4dba-a955-65a9f30df040" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T144554Z:083b2d30-a34d-492c-a904-2ae6921b98ee" + "CENTRALUSEUAP:20210320T211807Z:9fcefc85-1d30-4dba-a955-65a9f30df040" + ], + "Date": [ + "Sat, 20 Mar 2021 21:18:07 GMT" ], "Content-Length": [ "191" @@ -630,63 +512,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:46:25 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "f445bd5a-d57f-4b53-b1a8-a839a9f6fef1 3/21/2019 2:46:26 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "f445bd5a-d57f-4b53-b1a8-a839a9f6fef1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "a6b52380-903e-4803-99e2-13aeaa1d802a" ], "x-ms-correlation-request-id": [ - "d97be601-eb4a-43dc-928b-78c97b93c840" + "65c82ba8-cefc-41ff-af64-7c27b5147109" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T144626Z:d97be601-eb4a-43dc-928b-78c97b93c840" + "CENTRALUSEUAP:20210320T211838Z:65c82ba8-cefc-41ff-af64-7c27b5147109" + ], + "Date": [ + "Sat, 20 Mar 2021 21:18:38 GMT" ], "Content-Length": [ "191" @@ -698,63 +573,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:46:57 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "124b9617-fbbf-43a0-9d05-f00bdd53d411 3/21/2019 2:46:58 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "124b9617-fbbf-43a0-9d05-f00bdd53d411" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "fc628402-d711-46a1-970c-07e157a88e46" ], "x-ms-correlation-request-id": [ - "da283f07-3fd1-4956-8b2a-c7c14037ca9c" + "228faf97-6db8-4dcc-8209-681d06caa381" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T144658Z:da283f07-3fd1-4956-8b2a-c7c14037ca9c" + "CENTRALUSEUAP:20210320T211908Z:228faf97-6db8-4dcc-8209-681d06caa381" + ], + "Date": [ + "Sat, 20 Mar 2021 21:19:08 GMT" ], "Content-Length": [ "191" @@ -766,63 +634,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:47:28 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "44d93e21-2ecb-4de6-b691-556539e8d9c1 3/21/2019 2:47:28 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "44d93e21-2ecb-4de6-b691-556539e8d9c1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "caa6d30c-ef9e-41c6-837f-0c181373c314" ], "x-ms-correlation-request-id": [ - "5edbdc95-15c4-4027-acbe-ec9ea91f6b7d" + "5b6c5e8e-f11e-4e19-bb61-257cb1cd6dfb" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T144728Z:5edbdc95-15c4-4027-acbe-ec9ea91f6b7d" + "CENTRALUSEUAP:20210320T211939Z:5b6c5e8e-f11e-4e19-bb61-257cb1cd6dfb" + ], + "Date": [ + "Sat, 20 Mar 2021 21:19:38 GMT" ], "Content-Length": [ "191" @@ -834,63 +695,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:47:58 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "ad0c2bcd-f38d-4b0b-9a89-36379364ee1d 3/21/2019 2:47:58 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "ad0c2bcd-f38d-4b0b-9a89-36379364ee1d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "e0dd965e-f54b-4f96-9f86-e3cc8684b823" ], "x-ms-correlation-request-id": [ - "e52a498c-1225-4ebe-93dd-25f81569504b" + "c49876ca-340a-47da-818a-3eb98ee500c8" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T144758Z:e52a498c-1225-4ebe-93dd-25f81569504b" + "CENTRALUSEUAP:20210320T212009Z:c49876ca-340a-47da-818a-3eb98ee500c8" + ], + "Date": [ + "Sat, 20 Mar 2021 21:20:09 GMT" ], "Content-Length": [ "191" @@ -902,66 +756,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:48:29 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "0713bc91-7d36-42a1-aa11-483c985429c0 3/21/2019 2:48:30 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "0713bc91-7d36-42a1-aa11-483c985429c0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "b5ece271-a88e-4c76-aacf-65fe247f6926" ], "x-ms-correlation-request-id": [ - "f6aca30e-325b-438b-a977-17878943d80e" + "72e21497-0e6f-4f23-a21c-7d4cd87e5497" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T144830Z:f6aca30e-325b-438b-a977-17878943d80e" + "CENTRALUSEUAP:20210320T212039Z:72e21497-0e6f-4f23-a21c-7d4cd87e5497" + ], + "Date": [ + "Sat, 20 Mar 2021 21:20:39 GMT" ], "Content-Length": [ - "191" + "294" ], "Content-Type": [ "application/json" @@ -970,66 +817,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"151207\",\r\n \"message\": \"Site recovery mobility service update completed with warnings.\",\r\n \"details\": null\r\n },\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:49:00 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "757bd365-e3fa-432d-9bbe-dd6e29c6fd05 3/21/2019 2:49:00 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "757bd365-e3fa-432d-9bbe-dd6e29c6fd05" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "ab5a48a7-2f4d-4b1a-8e4b-a0449f5ad665" ], "x-ms-correlation-request-id": [ - "704d98b5-0d65-4eff-a776-cae5757e6ce4" + "5b5524a3-72d8-47d3-95b1-fa495c5dbf43" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T144900Z:704d98b5-0d65-4eff-a776-cae5757e6ce4" + "CENTRALUSEUAP:20210320T212110Z:5b5524a3-72d8-47d3-95b1-fa495c5dbf43" + ], + "Date": [ + "Sat, 20 Mar 2021 21:21:09 GMT" ], "Content-Length": [ - "191" + "294" ], "Content-Type": [ "application/json" @@ -1038,66 +878,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"151207\",\r\n \"message\": \"Site recovery mobility service update completed with warnings.\",\r\n \"details\": null\r\n },\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:49:31 GMT" - ], "Pragma": [ "no-cache" ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "6ab5eaf6-bc8e-4efd-a0a4-b4f0f006336f 3/21/2019 2:49:31 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "6ab5eaf6-bc8e-4efd-a0a4-b4f0f006336f" + "f2fb873a-0a10-46eb-ac23-40956a96c332" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11980" ], "x-ms-correlation-request-id": [ - "494d95d7-7180-4f98-8421-e4d64278c00b" + "640c45eb-9c9c-4f22-b189-8a66db68dfc2" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T144931Z:494d95d7-7180-4f98-8421-e4d64278c00b" + "CENTRALUSEUAP:20210320T212141Z:640c45eb-9c9c-4f22-b189-8a66db68dfc2" + ], + "Date": [ + "Sat, 20 Mar 2021 21:21:40 GMT" ], "Content-Length": [ - "191" + "294" ], "Content-Type": [ "application/json" @@ -1106,66 +939,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"151207\",\r\n \"message\": \"Site recovery mobility service update completed with warnings.\",\r\n \"details\": null\r\n },\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:50:03 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "33cb70d6-01bc-4d96-b642-d526503b3501 3/21/2019 2:50:03 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "33cb70d6-01bc-4d96-b642-d526503b3501" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "4bb3bb17-c5bc-448e-b38d-adaafeb2017e" ], "x-ms-correlation-request-id": [ - "34af297c-849a-43ac-a4a5-18673542a623" + "0b7f4b8f-ecfd-4b57-aba8-fba41d7e56ef" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145003Z:34af297c-849a-43ac-a4a5-18673542a623" + "CENTRALUSEUAP:20210320T212211Z:0b7f4b8f-ecfd-4b57-aba8-fba41d7e56ef" + ], + "Date": [ + "Sat, 20 Mar 2021 21:22:10 GMT" ], "Content-Length": [ - "191" + "294" ], "Content-Type": [ "application/json" @@ -1174,66 +1000,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"151207\",\r\n \"message\": \"Site recovery mobility service update completed with warnings.\",\r\n \"details\": null\r\n },\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:50:33 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "162ac3eb-93d1-470e-908e-c9c7e1939292 3/21/2019 2:50:33 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "162ac3eb-93d1-470e-908e-c9c7e1939292" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "5fddf0d4-a713-41c2-bfa3-e932cfced746" ], "x-ms-correlation-request-id": [ - "3bab1ee8-68aa-4020-b405-433291c2ed76" + "f1924acd-9e22-4c67-8f54-f3b21497b1e2" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145033Z:3bab1ee8-68aa-4020-b405-433291c2ed76" + "CENTRALUSEUAP:20210320T212242Z:f1924acd-9e22-4c67-8f54-f3b21497b1e2" + ], + "Date": [ + "Sat, 20 Mar 2021 21:22:41 GMT" ], "Content-Length": [ - "191" + "294" ], "Content-Type": [ "application/json" @@ -1242,66 +1061,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"151207\",\r\n \"message\": \"Site recovery mobility service update completed with warnings.\",\r\n \"details\": null\r\n },\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:51:03 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "fc3c0c7e-4a86-46fc-832b-56e0ba54f20e 3/21/2019 2:51:03 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "fc3c0c7e-4a86-46fc-832b-56e0ba54f20e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "66012e58-db30-4586-8133-51a93aca6c9d" ], "x-ms-correlation-request-id": [ - "f10bb085-ce28-4593-886d-35cde1139db6" + "0586157f-2474-4ca1-9670-9b24bc019172" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145104Z:f10bb085-ce28-4593-886d-35cde1139db6" + "CENTRALUSEUAP:20210320T212312Z:0586157f-2474-4ca1-9670-9b24bc019172" + ], + "Date": [ + "Sat, 20 Mar 2021 21:23:12 GMT" ], "Content-Length": [ - "191" + "294" ], "Content-Type": [ "application/json" @@ -1310,66 +1122,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"151207\",\r\n \"message\": \"Site recovery mobility service update completed with warnings.\",\r\n \"details\": null\r\n },\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:51:34 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "a563cf87-d091-488f-87bc-e0229fe48f93 3/21/2019 2:51:34 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "a563cf87-d091-488f-87bc-e0229fe48f93" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "a30c52eb-d74c-4234-bec6-2d7c042ced6e" ], "x-ms-correlation-request-id": [ - "af77a939-0d00-4926-926b-cf4328588bc8" + "db976dbf-dcfa-472b-8b44-2f6a3beed87c" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145134Z:af77a939-0d00-4926-926b-cf4328588bc8" + "CENTRALUSEUAP:20210320T212343Z:db976dbf-dcfa-472b-8b44-2f6a3beed87c" + ], + "Date": [ + "Sat, 20 Mar 2021 21:23:43 GMT" ], "Content-Length": [ - "191" + "294" ], "Content-Type": [ "application/json" @@ -1378,66 +1183,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"151207\",\r\n \"message\": \"Site recovery mobility service update completed with warnings.\",\r\n \"details\": null\r\n },\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/33a6bbba-013c-48a3-aca3-6d1ff9a1d710?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzNhNmJiYmEtMDEzYy00OGEzLWFjYTMtNmQxZmY5YTFkNzEwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/1dbcc376-0d0d-4778-8166-ce3f232f1dac?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMWRiY2MzNzYtMGQwZC00Nzc4LTgxNjYtY2UzZjIzMmYxZGFjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:52:04 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/33a6bbba-013c-48a3-aca3-6d1ff9a1d710", - "749e9e47-5f53-4807-b95c-adf8b33b16ab 3/21/2019 2:52:05 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/1dbcc376-0d0d-4778-8166-ce3f232f1dac" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "749e9e47-5f53-4807-b95c-adf8b33b16ab" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "5a1f639c-3440-4b08-865b-47be2f506423" ], "x-ms-correlation-request-id": [ - "a44f80b3-248a-42f6-8579-78cd4bc99f1f" + "bcc5f3a6-3a30-498c-b76c-980931ab4aa8" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145205Z:a44f80b3-248a-42f6-8579-78cd4bc99f1f" + "CENTRALUSEUAP:20210320T212414Z:bcc5f3a6-3a30-498c-b76c-980931ab4aa8" + ], + "Date": [ + "Sat, 20 Mar 2021 21:24:13 GMT" ], "Content-Length": [ - "216" + "319" ], "Content-Type": [ "application/json" @@ -1446,65 +1244,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"33a6bbba-013c-48a3-aca3-6d1ff9a1d710\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-03-21T14:42:50.6948679Z\",\r\n \"endTime\": \"2019-03-21T14:51:20Z\",\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"151207\",\r\n \"message\": \"Site recovery mobility service update completed with warnings.\",\r\n \"details\": null\r\n },\r\n \"id\": null,\r\n \"name\": \"1dbcc376-0d0d-4778-8166-ce3f232f1dac\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-20T21:15:35.3331841Z\",\r\n \"endTime\": \"2021-03-20T21:24:03Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGVkSXRlbXMvc2RrVGVzdFZtMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGVkSXRlbXMvc2RrVGVzdFZtMT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:52:04 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "aadd80de-0510-454c-9587-691465a6d2f4 3/21/2019 2:52:05 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "b2f6ae93-4b6e-4855-bd75-787d83aedc7f 3/20/2021 9:24:14 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "aadd80de-0510-454c-9587-691465a6d2f4" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "b2f6ae93-4b6e-4855-bd75-787d83aedc7f" ], "x-ms-correlation-request-id": [ - "d6966e87-303e-4265-97e4-10dd5c2f9e88" + "56298e36-7a78-44a4-91dd-0e0c574c9b89" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145205Z:d6966e87-303e-4265-97e4-10dd5c2f9e88" + "CENTRALUSEUAP:20210320T212414Z:56298e36-7a78-44a4-91dd-0e0c574c9b89" + ], + "Date": [ + "Sat, 20 Mar 2021 21:24:13 GMT" ], "Content-Length": [ - "5090" + "5742" ], "Content-Type": [ "application/json" @@ -1513,12 +1305,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1\",\r\n \"name\": \"sdkTestVm1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"sdkTestVm1\",\r\n \"protectedItemType\": \"\",\r\n \"protectableItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationRecoveryServicesProviders/ded538e6-f69a-5828-9353-4beb7dbdb038\",\r\n \"primaryFabricFriendlyName\": \"West Europe\",\r\n \"primaryFabricProvider\": \"AzureFabric\",\r\n \"recoveryFabricFriendlyName\": \"North Europe\",\r\n \"recoveryFabricId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric\",\r\n \"primaryProtectionContainerFriendlyName\": \"primaryContainer\",\r\n \"recoveryProtectionContainerFriendlyName\": \"recoveryContainer\",\r\n \"protectionState\": \"InitialReplicationInProgress\",\r\n \"protectionStateDescription\": \"Initial replication is in progress\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"DisableProtection\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [],\r\n \"policyId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"policyFriendlyName\": \"a2aPolicy\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/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/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourcegroups/sdktestvmrg/providers/microsoft.compute/virtualmachines/sdktestvm1\",\r\n \"multiVmGroupId\": \"3379c23a-416b-403e-9961-7a554901be36\",\r\n \"multiVmGroupName\": \"\",\r\n \"multiVmGroupCreateOption\": \"AutoCreated\",\r\n \"managementId\": \"a363fccc-a6de-43de-b9f9-3e0f4ce5769a\",\r\n \"protectedDisks\": null,\r\n \"unprotectedDisks\": null,\r\n \"protectedManagedDisks\": [\r\n {\r\n \"diskId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourcegroups/sdktestvmrg/providers/microsoft.compute/disks/sdktestvm1_osdisk_1_3b1dd430d52044f18fb996d34617f609\",\r\n \"recoveryResourceGroupId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/sdkTestVmRG-asr\",\r\n \"recoveryTargetDiskId\": null,\r\n \"recoveryReplicaDiskId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/sdkTestVmRG-asr/providers/Microsoft.Compute/disks/sdkTestVm1_OsDisk_1_3b1dd430d52044f18fb996d34617f609-ASRReplica\",\r\n \"recoveryReplicaDiskAccountType\": \"Standard_LRS\",\r\n \"recoveryTargetDiskAccountType\": \"Standard_LRS\",\r\n \"diskName\": \"sdkTestVm1_OsDisk_1_3b1dd430d52044f18fb996d34617f609\",\r\n \"diskCapacityInBytes\": 32214351872,\r\n \"primaryStagingAzureStorageAccountId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/do00nssdkvaultasrcache\",\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.0,\r\n \"diskState\": \"InitialReplicationPending\",\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 }\r\n ],\r\n \"recoveryBootDiagStorageAccountId\": null,\r\n \"primaryFabricLocation\": \"westeurope\",\r\n \"recoveryFabricLocation\": \"northeurope\",\r\n \"osType\": \"Windows\",\r\n \"recoveryAzureVMSize\": \"Standard_DS1_v2\",\r\n \"recoveryAzureVMName\": \"sdkTestVm1\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/sdkTestVmRG-asr\",\r\n \"recoveryCloudService\": null,\r\n \"recoveryAvailabilitySet\": null,\r\n \"selectedRecoveryAzureNetworkId\": null,\r\n \"vmNics\": [],\r\n \"vmSyncedConfigDetails\": {\r\n \"tags\": null,\r\n \"inputEndpoints\": []\r\n },\r\n \"monitoringPercentageCompletion\": null,\r\n \"monitoringJobType\": null,\r\n \"lastHeartbeat\": \"2019-03-21T14:50:54.8013906Z\",\r\n \"agentVersion\": \"9.23.5163.1\",\r\n \"agentExpiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"isReplicationAgentUpdateRequired\": false,\r\n \"recoveryFabricObjectId\": null,\r\n \"vmProtectionState\": \"UnprotectedStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Enabling protection\",\r\n \"lifecycleId\": null,\r\n \"testFailoverRecoveryFabricObjectId\": null,\r\n \"rpoInSeconds\": null,\r\n \"lastRpoCalculatedTime\": null,\r\n \"recoveryAvailabilityZone\": null\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"eventCorrelationId\": \"b3b047f3-8594-4447-805d-23c00f2ef172\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1\",\r\n \"name\": \"sdkTestVm1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"sdkTestVM1\",\r\n \"protectedItemType\": \"\",\r\n \"protectableItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationRecoveryServicesProviders/67dbd69e-7fbd-52da-831d-0564c9f7f06d\",\r\n \"primaryFabricFriendlyName\": \"West Europe\",\r\n \"primaryFabricProvider\": \"AzureFabric\",\r\n \"recoveryFabricFriendlyName\": \"North Europe\",\r\n \"recoveryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric\",\r\n \"primaryProtectionContainerFriendlyName\": \"primaryContainer\",\r\n \"recoveryProtectionContainerFriendlyName\": \"recoveryContainer\",\r\n \"protectionState\": \"InitialReplicationInProgress\",\r\n \"protectionStateDescription\": \"Initial replication is in progress\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"DisableProtection\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"policyFriendlyName\": \"a2aPolicy\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/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/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourcegroups/sdktestvmrg/providers/microsoft.compute/virtualmachines/sdktestvm1\",\r\n \"initialPrimaryZone\": \"\",\r\n \"initialPrimaryFabricLocation\": \"westeurope\",\r\n \"initialRecoveryZone\": \"\",\r\n \"initialRecoveryFabricLocation\": \"northeurope\",\r\n \"multiVmGroupId\": \"6bf10ddb-2d06-4dbf-a76c-34c4b8e191cf\",\r\n \"multiVmGroupName\": \"\",\r\n \"multiVmGroupCreateOption\": \"AutoCreated\",\r\n \"managementId\": \"89a4e2cf-60b4-4180-9892-0319d9acacc3\",\r\n \"protectedDisks\": null,\r\n \"unprotectedDisks\": null,\r\n \"protectedManagedDisks\": [\r\n {\r\n \"diskId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourcegroups/sdktestvmrg/providers/microsoft.compute/disks/sdktestvm1_osdisk_1_719b58f929ca4b97ba638f272b166a96\",\r\n \"recoveryResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG-asr\",\r\n \"recoveryTargetDiskId\": null,\r\n \"recoveryReplicaDiskId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG-asr/providers/Microsoft.Compute/disks/sdkTestVM1_OsDisk_1_719b58f929ca4b97ba638f272b166a96-ASRReplica\",\r\n \"recoveryOrignalTargetDiskId\": null,\r\n \"recoveryReplicaDiskAccountType\": \"Standard_LRS\",\r\n \"recoveryTargetDiskAccountType\": \"Standard_LRS\",\r\n \"recoveryDiskEncryptionSetId\": null,\r\n \"primaryDiskEncryptionSetId\": null,\r\n \"diskName\": \"sdkTestVM1_OsDisk_1_719b58f929ca4b97ba638f272b166a96\",\r\n \"diskCapacityInBytes\": 136367308800,\r\n \"primaryStagingAzureStorageAccountId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG/providers/Microsoft.Storage/storageAccounts/sdkcache\",\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.0,\r\n \"diskState\": \"InitialReplicationPending\",\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\": \"sdkTestVM1_OsDisk_1_719b58f929ca4b97ba638f272b166a96\",\r\n \"tfoDiskName\": \"sdkTestVM1_OsDisk_1_719b58f929ca4b97ba638f272b166a96-ASRtest\"\r\n }\r\n ],\r\n \"recoveryBootDiagStorageAccountId\": null,\r\n \"primaryFabricLocation\": \"westeurope\",\r\n \"recoveryFabricLocation\": \"northeurope\",\r\n \"osType\": \"Windows\",\r\n \"recoveryAzureVMSize\": \"Standard_B2ms\",\r\n \"recoveryAzureVMName\": \"sdkTestVM1\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG-asr\",\r\n \"recoveryCloudService\": null,\r\n \"recoveryAvailabilitySet\": null,\r\n \"selectedRecoveryAzureNetworkId\": null,\r\n \"selectedTfoAzureNetworkId\": null,\r\n \"vmNics\": [],\r\n \"vmSyncedConfigDetails\": {\r\n \"tags\": {},\r\n \"inputEndpoints\": []\r\n },\r\n \"monitoringPercentageCompletion\": null,\r\n \"monitoringJobType\": null,\r\n \"lastHeartbeat\": \"2021-03-20T21:20:39.2524205Z\",\r\n \"agentVersion\": \"9.43.5922.1\",\r\n \"agentExpiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"isReplicationAgentUpdateRequired\": false,\r\n \"isReplicationAgentCertificateUpdateRequired\": false,\r\n \"recoveryFabricObjectId\": null,\r\n \"vmProtectionState\": \"UnprotectedStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Enabling protection\",\r\n \"lifecycleId\": null,\r\n \"testFailoverRecoveryFabricObjectId\": null,\r\n \"rpoInSeconds\": null,\r\n \"lastRpoCalculatedTime\": null,\r\n \"primaryAvailabilityZone\": null,\r\n \"recoveryAvailabilityZone\": null,\r\n \"vmEncryptionType\": \"NotEncrypted\",\r\n \"tfoAzureVMName\": \"sdkTestVM1-test\",\r\n \"recoveryAzureGeneration\": \"V1\",\r\n \"recoveryProximityPlacementGroupId\": null,\r\n \"autoProtectionOfDataDisk\": \"Disabled\",\r\n \"recoveryVirtualMachineScaleSetId\": null\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"eventCorrelationId\": \"f80da8e1-abcb-4909-85b1-8913b9750e80\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "a7d8f9d0-930c-4dc8-9c14-1526ba255c20" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } } \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AReplicationProtectionIntent.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AReplicationProtectionIntent.json new file mode 100644 index 0000000000000..92bae23e6a235 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateA2AReplicationProtectionIntent.json @@ -0,0 +1,81 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationProtectionIntents/intentName1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qcm90ZWN0aW9uSW50ZW50cy9pbnRlbnROYW1lMT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"fabricObjectId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG/providers/Microsoft.Compute/virtualMachines/sdkTestVM1\",\r\n \"primaryLocation\": \"westeurope\",\r\n \"recoveryLocation\": \"northeurope\",\r\n \"recoverySubscriptionId\": \"b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c\",\r\n \"recoveryAvailabilityType\": \"Single\",\r\n \"protectionProfileCustomInput\": {\r\n \"resourceType\": \"New\",\r\n \"policyName\": \"intentPolicy\",\r\n \"recoveryPointHistory\": 1440,\r\n \"crashConsistentFrequencyInMinutes\": 10,\r\n \"appConsistentFrequencyInMinutes\": 60,\r\n \"multiVmSyncStatus\": \"Enable\"\r\n },\r\n \"recoveryResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG-asr\",\r\n \"autoProtectionOfDataDisk\": \"Enabled\"\r\n }\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "10d596f2-0834-4ec6-a256-1bcb3180a8d9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "924" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "10d596f2-0834-4ec6-a256-1bcb3180a8d9 3/21/2021 6:34:42 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "10d596f2-0834-4ec6-a256-1bcb3180a8d9" + ], + "x-ms-correlation-request-id": [ + "4e2e56a8-1403-4c8c-8fcf-05f2d198e054" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210321T063442Z:4e2e56a8-1403-4c8c-8fcf-05f2d198e054" + ], + "Date": [ + "Sun, 21 Mar 2021 06:34:42 GMT" + ], + "Content-Length": [ + "1621" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationProtectionIntents/intentName1\",\r\n \"name\": \"intentName1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationProtectionIntents\",\r\n \"properties\": {\r\n \"friendlyName\": \"intentName1\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/946c3f97-2016-4434-85a2-4b1fce112872\",\r\n \"jobState\": \"InProgress\",\r\n \"isActive\": true,\r\n \"creationTimeUTC\": \"3/21/2021 6:34:41 AM\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"fabricObjectId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG/providers/Microsoft.Compute/virtualMachines/sdkTestVM1\",\r\n \"primaryLocation\": \"westeurope\",\r\n \"recoveryLocation\": \"northeurope\",\r\n \"recoverySubscriptionId\": \"b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c\",\r\n \"vmDisks\": null,\r\n \"vmManagedDisks\": null,\r\n \"recoveryResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG-asr\",\r\n \"protectionProfile\": {\r\n \"policyName\": \"intentPolicy\",\r\n \"recoveryPointHistory\": 1440,\r\n \"crashConsistentFrequencyInMinutes\": 10,\r\n \"appConsistentFrequencyInMinutes\": 60,\r\n \"multiVmSyncStatus\": \"Enable\",\r\n \"resourceType\": \"New\"\r\n },\r\n \"primaryStagingStorageAccount\": null,\r\n \"recoveryAvailabilitySet\": null,\r\n \"recoveryVirtualNetwork\": null,\r\n \"recoveryProximityPlacementGroup\": null,\r\n \"autoProtectionOfDataDisk\": \"Enabled\",\r\n \"multiVmGroupName\": null,\r\n \"multiVmGroupId\": null,\r\n \"recoveryBootDiagStorageAccount\": null,\r\n \"diskEncryptionInfo\": null,\r\n \"recoveryAvailabilityZone\": null,\r\n \"recoveryAvailabilityType\": \"Single\"\r\n }\r\n }\r\n}", + "StatusCode": 200 + } + ], + "Names": {}, + "Variables": { + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" + } +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateAlertSettings.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateAlertSettings.json index 172ee38c1c22f..12e109fc0c354 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateAlertSettings.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateAlertSettings.json @@ -1,156 +1,148 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationAlertSettings/defaultAlertSetting?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25BbGVydFNldHRpbmdzL2RlZmF1bHRBbGVydFNldHRpbmc/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationAlertSettings/defaultAlertSetting?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uQWxlcnRTZXR0aW5ncy9kZWZhdWx0QWxlcnRTZXR0aW5nP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"sendToOwners\": \"False\",\r\n \"customEmailAddresses\": [\r\n \"ronehr@microsoft.com\"\r\n ],\r\n \"locale\": \"en-US\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"sendToOwners\": \"False\",\r\n \"customEmailAddresses\": [\r\n \"arpgup@microsoft.com\"\r\n ],\r\n \"locale\": \"en-US\"\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "150" - ], "x-ms-client-request-id": [ - "ab057fbe-85ae-4d12-b10c-2672a15ea5e6" + "f6e81bc5-bcf2-4580-9774-79f89cb420ec" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "150" ] }, - "ResponseBody": "{\r\n \"name\": \"defaultAlertSetting\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationAlertSettings\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationAlertSettings/defaultAlertSetting\",\r\n \"properties\": {\r\n \"sendToOwners\": \"DoNotSend\",\r\n \"customEmailAddresses\": [\r\n \"ronehr@microsoft.com\"\r\n ],\r\n \"locale\": \"en-US\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:43:30 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ab057fbe-85ae-4d12-b10c-2672a15ea5e6 5/13/2017 6:43:31 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "f6e81bc5-bcf2-4580-9774-79f89cb420ec 3/18/2021 7:51:31 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "ab057fbe-85ae-4d12-b10c-2672a15ea5e6" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "f6e81bc5-bcf2-4580-9774-79f89cb420ec" ], "x-ms-correlation-request-id": [ - "37172a03-7dc0-4434-973a-158cf7cf2784" + "e622822c-ef1b-40a1-a4f0-ff3ec96234a5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T184331Z:37172a03-7dc0-4434-973a-158cf7cf2784" + "CENTRALUSEUAP:20210318T195132Z:e622822c-ef1b-40a1-a4f0-ff3ec96234a5" + ], + "Date": [ + "Thu, 18 Mar 2021 19:51:32 GMT" + ], + "Content-Length": [ + "387" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"defaultAlertSetting\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationAlertSettings\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationAlertSettings/defaultAlertSetting\",\r\n \"properties\": {\r\n \"sendToOwners\": \"DoNotSend\",\r\n \"customEmailAddresses\": [\r\n \"arpgup@microsoft.com\"\r\n ],\r\n \"locale\": \"en-US\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationAlertSettings/defaultAlertSetting?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25BbGVydFNldHRpbmdzL2RlZmF1bHRBbGVydFNldHRpbmc/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationAlertSettings/defaultAlertSetting?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uQWxlcnRTZXR0aW5ncy9kZWZhdWx0QWxlcnRTZXR0aW5nP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f1b9eba-5823-4b9e-89db-6afbe67a2ac1" + "8b4e6742-82d9-401a-b6e4-22e54f316575" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"defaultAlertSetting\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationAlertSettings\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationAlertSettings/defaultAlertSetting\",\r\n \"properties\": {\r\n \"sendToOwners\": \"DoNotSend\",\r\n \"customEmailAddresses\": [\r\n \"ronehr@microsoft.com\"\r\n ],\r\n \"locale\": \"en-US\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:43:33 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11891" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5f1b9eba-5823-4b9e-89db-6afbe67a2ac1 5/13/2017 6:43:34 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "8b4e6742-82d9-401a-b6e4-22e54f316575 3/18/2021 7:51:32 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "5f1b9eba-5823-4b9e-89db-6afbe67a2ac1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13940" + "8b4e6742-82d9-401a-b6e4-22e54f316575" ], "x-ms-correlation-request-id": [ - "223e3133-4087-46f5-8eef-01b1fa976c85" + "dc836277-49d3-43b4-9fbd-4bf171c3b13e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T184334Z:223e3133-4087-46f5-8eef-01b1fa976c85" + "CENTRALUSEUAP:20210318T195132Z:dc836277-49d3-43b4-9fbd-4bf171c3b13e" + ], + "Date": [ + "Thu, 18 Mar 2021 19:51:32 GMT" + ], + "Content-Length": [ + "387" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"defaultAlertSetting\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationAlertSettings\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationAlertSettings/defaultAlertSetting\",\r\n \"properties\": {\r\n \"sendToOwners\": \"DoNotSend\",\r\n \"customEmailAddresses\": [\r\n \"arpgup@microsoft.com\"\r\n ],\r\n \"locale\": \"en-US\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateNetworkMapping.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateNetworkMapping.json index 59d199d52001c..95f18332c4e67 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateNetworkMapping.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateNetworkMapping.json @@ -1,353 +1,339 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL2QxODhkYzM3OGE3OGM4MTliZmI4YjFmMDdlYmEyYzE1NTExZTE3ODhjNDFiYTI3NzkyZDk0MzNmYzZhNGUwODcvcmVwbGljYXRpb25OZXR3b3Jrcy9jNDFlZGE4Ni05NmQ1LTQ1NDEtYTZmOC1jNDdkNGI3NWEyNGE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9jYTY2N2QyNTM2ZjU0MGNjNTdhNTY2YWU2MzkwODFiMTIzYWQ1MDhkOTNjYWVmMjg1OTIzN2NhMjJmMjY1ODY2L3JlcGxpY2F0aW9uTmV0d29ya3MvNGY3MDRiOGYtOTQ2Yy00NzA1LTk4NDQtMTExNjdlOTAxMDJmP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "be00175f-111b-47b8-a5b2-3c9ce06cd6b7" + "644be13f-d47b-464f-9b0d-906589e52a61" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"name\": \"c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"corp\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 07:27:05 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11880" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "be00175f-111b-47b8-a5b2-3c9ce06cd6b7 5/15/2017 7:27:05 AM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "644be13f-d47b-464f-9b0d-906589e52a61 3/18/2021 6:27:47 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "be00175f-111b-47b8-a5b2-3c9ce06cd6b7" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14256" + "644be13f-d47b-464f-9b0d-906589e52a61" ], "x-ms-correlation-request-id": [ - "42619f40-731d-4734-8bd5-d790fcb1707d" + "0396935f-a28c-4256-9fea-88a56a2b2957" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T072705Z:42619f40-731d-4734-8bd5-d790fcb1707d" + "CENTRALUSEUAP:20210318T182747Z:0396935f-a28c-4256-9fea-88a56a2b2957" + ], + "Date": [ + "Thu, 18 Mar 2021 18:27:46 GMT" + ], + "Content-Length": [ + "504" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f\",\r\n \"name\": \"4f704b8f-946c-4705-9844-11167e90102f\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"corp\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL2QxODhkYzM3OGE3OGM4MTliZmI4YjFmMDdlYmEyYzE1NTExZTE3ODhjNDFiYTI3NzkyZDk0MzNmYzZhNGUwODcvcmVwbGljYXRpb25OZXR3b3Jrcy9jNDFlZGE4Ni05NmQ1LTQ1NDEtYTZmOC1jNDdkNGI3NWEyNGEvcmVwbGljYXRpb25OZXR3b3JrTWFwcGluZ3MvTldNYXBwaW5nP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9jYTY2N2QyNTM2ZjU0MGNjNTdhNTY2YWU2MzkwODFiMTIzYWQ1MDhkOTNjYWVmMjg1OTIzN2NhMjJmMjY1ODY2L3JlcGxpY2F0aW9uTmV0d29ya3MvNGY3MDRiOGYtOTQ2Yy00NzA1LTk4NDQtMTExNjdlOTAxMDJmL3JlcGxpY2F0aW9uTmV0d29ya01hcHBpbmdzL05XTWFwcGluZz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"recoveryFabricName\": \"Microsoft Azure\",\r\n \"recoveryNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"fabricSpecificDetails\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"recoveryFabricName\": \"Microsoft Azure\",\r\n \"recoveryNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"fabricSpecificDetails\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "317" - ], "x-ms-client-request-id": [ - "44324cf9-49e7-40a4-a911-2bb09b17b2b0" + "57d1fc17-015e-4dfa-9925-bf15d67319b4" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "310" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 07:27:06 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping/operationresults/d6a1f712-0b74-4911-8930-47c13715de4d?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping/operationresults/af870d96-2a99-46d8-b475-672d682eb018?api-version=2021-02-10" ], "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d6a1f712-0b74-4911-8930-47c13715de4d?api-version=2018-07-10" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "44324cf9-49e7-40a4-a911-2bb09b17b2b0 5/15/2017 7:27:06 AM" + "57d1fc17-015e-4dfa-9925-bf15d67319b4 3/18/2021 6:27:48 PM" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/af870d96-2a99-46d8-b475-672d682eb018?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "44324cf9-49e7-40a4-a911-2bb09b17b2b0" + "X-Content-Type-Options": [ + "nosniff" ], - "X-Powered-By": [ - "ASP.NET" + "x-ms-client-request-id": [ + "57d1fc17-015e-4dfa-9925-bf15d67319b4" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "5719ce93-91ab-4a50-a9ce-5f3b95c6ee52" + "5b9876a6-8fe7-47f5-9511-620b5c3ebdce" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T072706Z:5719ce93-91ab-4a50-a9ce-5f3b95c6ee52" + "CENTRALUSEUAP:20210318T182748Z:5b9876a6-8fe7-47f5-9511-620b5c3ebdce" + ], + "Date": [ + "Thu, 18 Mar 2021 18:27:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d6a1f712-0b74-4911-8930-47c13715de4d?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2Q2YTFmNzEyLTBiNzQtNDkxMS04OTMwLTQ3YzEzNzE1ZGU0ZD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/af870d96-2a99-46d8-b475-672d682eb018?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2FmODcwZDk2LTJhOTktNDZkOC1iNDc1LTY3MmQ2ODJlYjAxOD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d6a1f712-0b74-4911-8930-47c13715de4d\",\r\n \"name\": \"d6a1f712-0b74-4911-8930-47c13715de4d\",\r\n \"properties\": {\r\n \"activityId\": \"44324cf9-49e7-40a4-a911-2bb09b17b2b0 ActivityId: 5719ce93-91ab-4a50-a9ce-5f3b95c6ee52\",\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\": \"388d8081-330a-4267-9869-878dafda0804\",\r\n \"name\": \"ModifyVMNetworksPairingStatusTask\",\r\n \"startTime\": \"2017-05-15T07:27:06.9531629Z\",\r\n \"endTime\": \"2017-05-15T07:27:09.5566178Z\",\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\": \"7d7cae3e-ef84-48b6-a06c-a6686989549b\",\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\": \"2017-05-15T07:27:06.6350197Z\",\r\n \"endTime\": \"2017-05-15T07:27:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"corp\",\r\n \"targetObjectName\": \"corp\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryNetworkId\": \"c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"PrimaryNetworkName\": \"corp\",\r\n \"RecoveryNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"RecoveryNetworkName\": \"vnetavrai\",\r\n \"PrimaryVmmId\": \"2a34ba3d-e783-4c78-9e67-ab9d4c46b639\",\r\n \"PrimaryVmmName\": \"CP-B3L40405-03.fareast.corp.microsoft.com\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"VMM\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T07:27:06.6350197Z\",\r\n \"endTime\": \"2017-05-15T07:27:09Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 07:27:36 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11879" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d6a1f712-0b74-4911-8930-47c13715de4d" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/af870d96-2a99-46d8-b475-672d682eb018" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "ac21c663-4e7a-4c24-8687-b3780b7daf2c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14243" + "1ed6476c-f794-4acb-97a9-3b7bd31346bd" ], "x-ms-correlation-request-id": [ - "b551ae2f-2e9e-4d2a-bd7f-3a9f1d38e54e" + "076a3008-072f-499a-bc89-4bbf844ca023" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T072737Z:b551ae2f-2e9e-4d2a-bd7f-3a9f1d38e54e" + "CENTRALUSEUAP:20210318T182818Z:076a3008-072f-499a-bc89-4bbf844ca023" + ], + "Date": [ + "Thu, 18 Mar 2021 18:28:18 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"af870d96-2a99-46d8-b475-672d682eb018\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-18T18:27:48.2119049Z\",\r\n \"endTime\": \"2021-03-18T18:27:49Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL2QxODhkYzM3OGE3OGM4MTliZmI4YjFmMDdlYmEyYzE1NTExZTE3ODhjNDFiYTI3NzkyZDk0MzNmYzZhNGUwODcvcmVwbGljYXRpb25OZXR3b3Jrcy9jNDFlZGE4Ni05NmQ1LTQ1NDEtYTZmOC1jNDdkNGI3NWEyNGEvcmVwbGljYXRpb25OZXR3b3JrTWFwcGluZ3MvTldNYXBwaW5nP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9jYTY2N2QyNTM2ZjU0MGNjNTdhNTY2YWU2MzkwODFiMTIzYWQ1MDhkOTNjYWVmMjg1OTIzN2NhMjJmMjY1ODY2L3JlcGxpY2F0aW9uTmV0d29ya3MvNGY3MDRiOGYtOTQ2Yy00NzA1LTk4NDQtMTExNjdlOTAxMDJmL3JlcGxpY2F0aW9uTmV0d29ya01hcHBpbmdzL05XTWFwcGluZz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping\",\r\n \"name\": \"NWMapping\",\r\n \"properties\": {\r\n \"state\": \"Paired\",\r\n \"primaryNetworkFriendlyName\": \"corp\",\r\n \"primaryNetworkId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"primaryFabricFriendlyName\": \"CP-B3L40405-03.fareast.corp.microsoft.com\",\r\n \"recoveryNetworkFriendlyName\": \"vnetavrai\",\r\n \"recoveryNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryFabricArmId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"fabricSpecificSettings\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 07:27:36 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11878" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "73ca2cb5-8c86-434a-906e-c391640925de 5/15/2017 7:27:37 AM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "2008146f-9a3b-45ff-875c-69aabaa49b0f 3/18/2021 6:28:19 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "73ca2cb5-8c86-434a-906e-c391640925de" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14240" + "2008146f-9a3b-45ff-875c-69aabaa49b0f" ], "x-ms-correlation-request-id": [ - "573f940b-d138-42f5-bdcb-fbc8009e229f" + "6f3edb17-01f3-469b-abcf-42ebf6a18003" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T072737Z:573f940b-d138-42f5-bdcb-fbc8009e229f" + "CENTRALUSEUAP:20210318T182819Z:6f3edb17-01f3-469b-abcf-42ebf6a18003" + ], + "Date": [ + "Thu, 18 Mar 2021 18:28:18 GMT" + ], + "Content-Length": [ + "1409" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping\",\r\n \"name\": \"NWMapping\",\r\n \"properties\": {\r\n \"state\": \"Paired\",\r\n \"primaryNetworkFriendlyName\": \"corp\",\r\n \"primaryNetworkId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f\",\r\n \"primaryFabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"recoveryNetworkFriendlyName\": \"vnh2atest\",\r\n \"recoveryNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"recoveryFabricArmId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"fabricSpecificSettings\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL2QxODhkYzM3OGE3OGM4MTliZmI4YjFmMDdlYmEyYzE1NTExZTE3ODhjNDFiYTI3NzkyZDk0MzNmYzZhNGUwODcvcmVwbGljYXRpb25OZXR3b3Jrcy9jNDFlZGE4Ni05NmQ1LTQ1NDEtYTZmOC1jNDdkNGI3NWEyNGEvcmVwbGljYXRpb25OZXR3b3JrTWFwcGluZ3MvTldNYXBwaW5nP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9jYTY2N2QyNTM2ZjU0MGNjNTdhNTY2YWU2MzkwODFiMTIzYWQ1MDhkOTNjYWVmMjg1OTIzN2NhMjJmMjY1ODY2L3JlcGxpY2F0aW9uTmV0d29ya3MvNGY3MDRiOGYtOTQ2Yy00NzA1LTk4NDQtMTExNjdlOTAxMDJmL3JlcGxpY2F0aW9uTmV0d29ya01hcHBpbmdzL05XTWFwcGluZz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ccbeee1-0db0-4789-aea0-476400bcc5d6" + "08cedaa6-d2a1-4d2e-98c6-c100e204c193" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping\",\r\n \"name\": \"NWMapping\",\r\n \"properties\": {\r\n \"state\": \"Paired\",\r\n \"primaryNetworkFriendlyName\": \"corp\",\r\n \"primaryNetworkId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"primaryFabricFriendlyName\": \"CP-B3L40405-03.fareast.corp.microsoft.com\",\r\n \"recoveryNetworkFriendlyName\": \"vnetavrai\",\r\n \"recoveryNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryFabricArmId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"fabricSpecificSettings\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 07:27:38 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11877" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9ccbeee1-0db0-4789-aea0-476400bcc5d6 5/15/2017 7:27:39 AM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "08cedaa6-d2a1-4d2e-98c6-c100e204c193 3/18/2021 6:28:19 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "9ccbeee1-0db0-4789-aea0-476400bcc5d6" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14239" + "08cedaa6-d2a1-4d2e-98c6-c100e204c193" ], "x-ms-correlation-request-id": [ - "9cbd3209-a63b-4a70-a353-7f21f34196ca" + "86fbcdfb-b39e-43d3-ac64-356fd96fac67" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T072738Z:9cbd3209-a63b-4a70-a353-7f21f34196ca" + "CENTRALUSEUAP:20210318T182819Z:86fbcdfb-b39e-43d3-ac64-356fd96fac67" + ], + "Date": [ + "Thu, 18 Mar 2021 18:28:19 GMT" + ], + "Content-Length": [ + "1409" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping\",\r\n \"name\": \"NWMapping\",\r\n \"properties\": {\r\n \"state\": \"Paired\",\r\n \"primaryNetworkFriendlyName\": \"corp\",\r\n \"primaryNetworkId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f\",\r\n \"primaryFabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"recoveryNetworkFriendlyName\": \"vnh2atest\",\r\n \"recoveryNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"recoveryFabricArmId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"fabricSpecificSettings\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreatePCMapping.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreatePCMapping.json index 9bd9e2d1591c6..7d59bdf8208ea 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreatePCMapping.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreatePCMapping.json @@ -1,892 +1,846 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3948cc4b-54ab-4bce-b089-d646abce9adf" + "96ccdc0f-ad1e-4bed-9e2a-aa9aae31e067" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:29:38 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3948cc4b-54ab-4bce-b089-d646abce9adf 5/15/2017 1:29:39 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "96ccdc0f-ad1e-4bed-9e2a-aa9aae31e067 3/19/2021 12:42:57 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "3948cc4b-54ab-4bce-b089-d646abce9adf" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13541" + "96ccdc0f-ad1e-4bed-9e2a-aa9aae31e067" ], "x-ms-correlation-request-id": [ - "e4335f78-b3ca-416b-b00b-2adec5bacd81" + "65114bc0-6414-4dcb-8843-37ad114f1b70" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T132939Z:e4335f78-b3ca-416b-b00b-2adec5bacd81" + "CENTRALUSEUAP:20210319T124257Z:65114bc0-6414-4dcb-8843-37ad114f1b70" + ], + "Date": [ + "Fri, 19 Mar 2021 12:42:57 GMT" + ], + "Content-Length": [ + "649" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": []\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "844e4b54-5496-4d2a-bb0c-f1a7bd62d9da" + "4e91af72-7b56-4937-aaec-db6f191ba1ac" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:29:39 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "844e4b54-5496-4d2a-bb0c-f1a7bd62d9da 5/15/2017 1:29:40 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "4e91af72-7b56-4937-aaec-db6f191ba1ac 3/19/2021 12:42:58 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "844e4b54-5496-4d2a-bb0c-f1a7bd62d9da" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13538" + "4e91af72-7b56-4937-aaec-db6f191ba1ac" ], "x-ms-correlation-request-id": [ - "f485c680-e515-436a-956c-34cdd7fb55f6" + "897e67de-de38-49ac-8cc4-7c2adc2cd8e1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T132939Z:f485c680-e515-436a-956c-34cdd7fb55f6" + "CENTRALUSEUAP:20210319T124258Z:897e67de-de38-49ac-8cc4-7c2adc2cd8e1" + ], + "Date": [ + "Fri, 19 Mar 2021 12:42:57 GMT" + ], + "Content-Length": [ + "643" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1Njc/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75ef5406-7265-4a1c-b870-234914bd52c4" + "618ddb75-c467-43b3-a398-1e2dc6b04359" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:29:39 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "75ef5406-7265-4a1c-b870-234914bd52c4 5/15/2017 1:29:40 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "618ddb75-c467-43b3-a398-1e2dc6b04359 3/19/2021 12:42:58 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "75ef5406-7265-4a1c-b870-234914bd52c4" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13537" + "618ddb75-c467-43b3-a398-1e2dc6b04359" ], "x-ms-correlation-request-id": [ - "be1ecf39-4d1c-4cac-9be0-ef6358ed8ab8" + "fa670975-f66e-44c3-a513-eb5e33ad202c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T132940Z:be1ecf39-4d1c-4cac-9be0-ef6358ed8ab8" + "CENTRALUSEUAP:20210319T124258Z:fa670975-f66e-44c3-a513-eb5e33ad202c" + ], + "Date": [ + "Fri, 19 Mar 2021 12:42:57 GMT" + ], + "Content-Length": [ + "615" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9wcm90ZWN0aW9ucHJvZmlsZTE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUG9saWNpZXMvcHJvdGVjdGlvbnByb2ZpbGUyP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c466709b-ba93-44e9-bae0-ea832d529088" + "27ca1665-090b-4b39-95e3-0271c1de0106" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"name\": \"protectionprofile1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 3,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\"\r\n }\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:29:39 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c466709b-ba93-44e9-bae0-ea832d529088 5/15/2017 1:29:41 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "27ca1665-090b-4b39-95e3-0271c1de0106 3/19/2021 12:42:59 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "c466709b-ba93-44e9-bae0-ea832d529088" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13536" + "27ca1665-090b-4b39-95e3-0271c1de0106" ], "x-ms-correlation-request-id": [ - "48ae8996-1990-4513-9e15-1ec860b373d4" + "821aa711-041d-4350-b646-207d0e8cac55" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T132940Z:48ae8996-1990-4513-9e15-1ec860b373d4" + "CENTRALUSEUAP:20210319T124259Z:821aa711-041d-4350-b646-207d0e8cac55" + ], + "Date": [ + "Fri, 19 Mar 2021 12:42:59 GMT" + ], + "Content-Length": [ + "682" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"name\": \"protectionprofile2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile2\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 4,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings/PCMapping?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJNYXBwaW5ncy9QQ01hcHBpbmc/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings/PCMapping?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvUENNYXBwaW5nP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"Microsoft Azure\",\r\n \"PolicyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"providerSpecificInput\": {}\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"Microsoft Azure\",\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"providerSpecificInput\": {\r\n \"instanceType\": \"ReplicationProviderSpecificContainerMappingInput\"\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "313" - ], "x-ms-client-request-id": [ - "082b305d-12e9-4e02-abcd-cd4353299bfe" + "617dcde8-0713-4a20-a45d-2ecd5efb1293" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "385" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:29:40 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings/PCMapping/operationresults/980ad363-68af-484e-90a4-c06b6a0a4ec1?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings/PCMapping/operationresults/117e1c2f-5e23-4016-973d-9c69bc01e371?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1", - "082b305d-12e9-4e02-abcd-cd4353299bfe 5/15/2017 1:29:41 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/117e1c2f-5e23-4016-973d-9c69bc01e371", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/117e1c2f-5e23-4016-973d-9c69bc01e371" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/117e1c2f-5e23-4016-973d-9c69bc01e371?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "082b305d-12e9-4e02-abcd-cd4353299bfe" - ], - "X-Powered-By": [ - "ASP.NET" + "617dcde8-0713-4a20-a45d-2ecd5efb1293" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "61739002-0c47-4c92-810f-fb26d78272b6" + "2ce11d7d-fc51-42c6-a70b-a6ece779d036" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T132941Z:61739002-0c47-4c92-810f-fb26d78272b6" + "CENTRALUSEUAP:20210319T124300Z:2ce11d7d-fc51-42c6-a70b-a6ece779d036" + ], + "Date": [ + "Fri, 19 Mar 2021 12:43:00 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzk4MGFkMzYzLTY4YWYtNDg0ZS05MGE0LWMwNmI2YTBhNGVjMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/117e1c2f-5e23-4016-973d-9c69bc01e371?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzExN2UxYzJmLTVlMjMtNDAxNi05NzNkLTljNjliYzAxZTM3MT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1\",\r\n \"name\": \"980ad363-68af-484e-90a4-c06b6a0a4ec1\",\r\n \"properties\": {\r\n \"activityId\": \"082b305d-12e9-4e02-abcd-cd4353299bfe ActivityId: 61739002-0c47-4c92-810f-fb26d78272b6\",\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\": \"2017-05-15T13:29:42.6826273Z\",\r\n \"endTime\": \"2017-05-15T13:29:42.9182113Z\",\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\": \"2017-05-15T13:29:42.9182113Z\",\r\n \"endTime\": \"2017-05-15T13:29:43.2150777Z\",\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\": \"2017-05-15T13:29:43.2150777Z\",\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\": \"2017-05-15T13:29:41.8287081Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"targetObjectName\": \"protectionprofile1\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:29:41.8287081Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:30:11 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/117e1c2f-5e23-4016-973d-9c69bc01e371" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "3385ec4d-07c7-4712-aebd-a9845ede99e5" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13689" + "96eaf1b3-dbe6-4ff9-b370-f75fabb3e51f" ], "x-ms-correlation-request-id": [ - "06ec3802-1b7d-49c7-a9dd-8782e8e9bcde" + "3d6e5e27-591e-4075-8576-18dafedbcab7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133012Z:06ec3802-1b7d-49c7-a9dd-8782e8e9bcde" + "CENTRALUSEUAP:20210319T124330Z:3d6e5e27-591e-4075-8576-18dafedbcab7" + ], + "Date": [ + "Fri, 19 Mar 2021 12:43:30 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"117e1c2f-5e23-4016-973d-9c69bc01e371\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T12:42:59.9221033Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzk4MGFkMzYzLTY4YWYtNDg0ZS05MGE0LWMwNmI2YTBhNGVjMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/117e1c2f-5e23-4016-973d-9c69bc01e371?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzExN2UxYzJmLTVlMjMtNDAxNi05NzNkLTljNjliYzAxZTM3MT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1\",\r\n \"name\": \"980ad363-68af-484e-90a4-c06b6a0a4ec1\",\r\n \"properties\": {\r\n \"activityId\": \"082b305d-12e9-4e02-abcd-cd4353299bfe ActivityId: 61739002-0c47-4c92-810f-fb26d78272b6\",\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\": \"2017-05-15T13:29:42.6826273Z\",\r\n \"endTime\": \"2017-05-15T13:29:42.9182113Z\",\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\": \"2017-05-15T13:29:42.9182113Z\",\r\n \"endTime\": \"2017-05-15T13:29:43.2150777Z\",\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\": \"2017-05-15T13:29:43.2150777Z\",\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\": \"2017-05-15T13:29:41.8287081Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"targetObjectName\": \"protectionprofile1\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:29:41.8287081Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:30:42 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/117e1c2f-5e23-4016-973d-9c69bc01e371" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "f536e22f-9322-4961-b05e-7ec0d528362d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13679" + "02f20bc9-9558-462d-9ec3-e1c8611b2705" ], "x-ms-correlation-request-id": [ - "e515ddd5-b7f7-4f61-892b-38c52fe70075" + "49d16aa8-4523-4a3d-8148-6baa0ca85f81" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133043Z:e515ddd5-b7f7-4f61-892b-38c52fe70075" + "CENTRALUSEUAP:20210319T124400Z:49d16aa8-4523-4a3d-8148-6baa0ca85f81" + ], + "Date": [ + "Fri, 19 Mar 2021 12:44:00 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"117e1c2f-5e23-4016-973d-9c69bc01e371\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T12:42:59.9221033Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzk4MGFkMzYzLTY4YWYtNDg0ZS05MGE0LWMwNmI2YTBhNGVjMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/117e1c2f-5e23-4016-973d-9c69bc01e371?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzExN2UxYzJmLTVlMjMtNDAxNi05NzNkLTljNjliYzAxZTM3MT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1\",\r\n \"name\": \"980ad363-68af-484e-90a4-c06b6a0a4ec1\",\r\n \"properties\": {\r\n \"activityId\": \"082b305d-12e9-4e02-abcd-cd4353299bfe ActivityId: 61739002-0c47-4c92-810f-fb26d78272b6\",\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\": \"2017-05-15T13:29:42.6826273Z\",\r\n \"endTime\": \"2017-05-15T13:29:42.9182113Z\",\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\": \"2017-05-15T13:29:42.9182113Z\",\r\n \"endTime\": \"2017-05-15T13:29:43.2150777Z\",\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\": \"2017-05-15T13:29:43.2150777Z\",\r\n \"endTime\": \"2017-05-15T13:31:08.8982838Z\",\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\": \"2017-05-15T13:31:08.8982838Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Configure the protection settings\",\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\": \"2017-05-15T13:29:41.8287081Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"targetObjectName\": \"protectionprofile1\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:29:41.8287081Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:31:12 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/117e1c2f-5e23-4016-973d-9c69bc01e371" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "d2817f97-0f6e-4203-9b52-6f796267529c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13671" + "bdf1c9be-e4ea-483b-a00b-9d595b9e18d6" ], "x-ms-correlation-request-id": [ - "7fd7e896-d569-4a87-93d4-d08913c2d248" + "6bade689-3b0f-4969-a574-f813e439f7bc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133113Z:7fd7e896-d569-4a87-93d4-d08913c2d248" + "CENTRALUSEUAP:20210319T124431Z:6bade689-3b0f-4969-a574-f813e439f7bc" + ], + "Date": [ + "Fri, 19 Mar 2021 12:44:31 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"117e1c2f-5e23-4016-973d-9c69bc01e371\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T12:42:59.9221033Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzk4MGFkMzYzLTY4YWYtNDg0ZS05MGE0LWMwNmI2YTBhNGVjMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/117e1c2f-5e23-4016-973d-9c69bc01e371?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzExN2UxYzJmLTVlMjMtNDAxNi05NzNkLTljNjliYzAxZTM3MT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1\",\r\n \"name\": \"980ad363-68af-484e-90a4-c06b6a0a4ec1\",\r\n \"properties\": {\r\n \"activityId\": \"082b305d-12e9-4e02-abcd-cd4353299bfe ActivityId: 61739002-0c47-4c92-810f-fb26d78272b6\",\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\": \"2017-05-15T13:29:42.6826273Z\",\r\n \"endTime\": \"2017-05-15T13:29:42.9182113Z\",\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\": \"2017-05-15T13:29:42.9182113Z\",\r\n \"endTime\": \"2017-05-15T13:29:43.2150777Z\",\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\": \"2017-05-15T13:29:43.2150777Z\",\r\n \"endTime\": \"2017-05-15T13:31:08.8982838Z\",\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\": \"2017-05-15T13:31:08.8982838Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Configure the protection settings\",\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\": \"2017-05-15T13:29:41.8287081Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"targetObjectName\": \"protectionprofile1\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:29:41.8287081Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:31:44 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/117e1c2f-5e23-4016-973d-9c69bc01e371" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "332715ae-5e60-41ce-b175-cbc233a338b1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13664" + "e6336167-d6af-4849-a798-fcbfcb36fb88" ], "x-ms-correlation-request-id": [ - "c4507796-dfc2-4c74-b00d-9f572dcf147f" + "3da4714a-cb68-4620-a986-f93c1b671621" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133144Z:c4507796-dfc2-4c74-b00d-9f572dcf147f" + "CENTRALUSEUAP:20210319T124501Z:3da4714a-cb68-4620-a986-f93c1b671621" + ], + "Date": [ + "Fri, 19 Mar 2021 12:45:01 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"117e1c2f-5e23-4016-973d-9c69bc01e371\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T12:42:59.9221033Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzk4MGFkMzYzLTY4YWYtNDg0ZS05MGE0LWMwNmI2YTBhNGVjMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/117e1c2f-5e23-4016-973d-9c69bc01e371?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzExN2UxYzJmLTVlMjMtNDAxNi05NzNkLTljNjliYzAxZTM3MT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1\",\r\n \"name\": \"980ad363-68af-484e-90a4-c06b6a0a4ec1\",\r\n \"properties\": {\r\n \"activityId\": \"082b305d-12e9-4e02-abcd-cd4353299bfe ActivityId: 61739002-0c47-4c92-810f-fb26d78272b6\",\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\": \"2017-05-15T13:29:42.6826273Z\",\r\n \"endTime\": \"2017-05-15T13:29:42.9182113Z\",\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\": \"2017-05-15T13:29:42.9182113Z\",\r\n \"endTime\": \"2017-05-15T13:29:43.2150777Z\",\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\": \"2017-05-15T13:29:43.2150777Z\",\r\n \"endTime\": \"2017-05-15T13:32:10.9873176Z\",\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\": \"2017-05-15T13:32:10.9873176Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Configure the protection settings\",\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\": \"2017-05-15T13:29:41.8287081Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"targetObjectName\": \"protectionprofile1\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:29:41.8287081Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:32:14 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/117e1c2f-5e23-4016-973d-9c69bc01e371" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "38a615cd-07d8-4065-90c2-569d0a596671" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13658" + "19b4993d-7ed3-438d-9c71-e52485196083" ], "x-ms-correlation-request-id": [ - "72aee175-330d-43da-ba00-bd8816079494" + "5f36508e-6845-41fd-b96d-c1f29b5d690c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133215Z:72aee175-330d-43da-ba00-bd8816079494" + "CENTRALUSEUAP:20210319T124532Z:5f36508e-6845-41fd-b96d-c1f29b5d690c" + ], + "Date": [ + "Fri, 19 Mar 2021 12:45:31 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"117e1c2f-5e23-4016-973d-9c69bc01e371\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T12:42:59.9221033Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzk4MGFkMzYzLTY4YWYtNDg0ZS05MGE0LWMwNmI2YTBhNGVjMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/117e1c2f-5e23-4016-973d-9c69bc01e371?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzExN2UxYzJmLTVlMjMtNDAxNi05NzNkLTljNjliYzAxZTM3MT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1\",\r\n \"name\": \"980ad363-68af-484e-90a4-c06b6a0a4ec1\",\r\n \"properties\": {\r\n \"activityId\": \"082b305d-12e9-4e02-abcd-cd4353299bfe ActivityId: 61739002-0c47-4c92-810f-fb26d78272b6\",\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\": \"2017-05-15T13:29:42.6826273Z\",\r\n \"endTime\": \"2017-05-15T13:29:42.9182113Z\",\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\": \"2017-05-15T13:29:42.9182113Z\",\r\n \"endTime\": \"2017-05-15T13:29:43.2150777Z\",\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\": \"2017-05-15T13:29:43.2150777Z\",\r\n \"endTime\": \"2017-05-15T13:32:10.9873176Z\",\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\": \"2017-05-15T13:32:10.9873176Z\",\r\n \"endTime\": \"2017-05-15T13:32:15.6386878Z\",\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\": \"2017-05-15T13:29:41.8287081Z\",\r\n \"endTime\": \"2017-05-15T13:32:15Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"targetObjectName\": \"protectionprofile1\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:29:41.8287081Z\",\r\n \"endTime\": \"2017-05-15T13:32:15Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:32:45 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/980ad363-68af-484e-90a4-c06b6a0a4ec1" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/117e1c2f-5e23-4016-973d-9c69bc01e371" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "397c0c3f-36a5-48f3-9ab3-b5a97750cb57" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13648" + "5244d49a-1cd9-4570-b464-1582a126ec00" ], "x-ms-correlation-request-id": [ - "5cc317da-6044-4f01-9fbe-580ee0fef064" + "ba219a1c-4a3c-429f-96b0-62dbea74a1a6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133245Z:5cc317da-6044-4f01-9fbe-580ee0fef064" + "CENTRALUSEUAP:20210319T124602Z:ba219a1c-4a3c-429f-96b0-62dbea74a1a6" + ], + "Date": [ + "Fri, 19 Mar 2021 12:46:02 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"117e1c2f-5e23-4016-973d-9c69bc01e371\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T12:42:59.9221033Z\",\r\n \"endTime\": \"2021-03-19T12:45:37Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings/PCMapping?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJNYXBwaW5ncy9QQ01hcHBpbmc/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings/PCMapping?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvUENNYXBwaW5nP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings/PCMapping\",\r\n \"name\": \"PCMapping\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"Microsoft Azure\",\r\n \"targetProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"providerSpecificDetails\": null,\r\n \"health\": \"Normal\",\r\n \"healthErrorDetails\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"sourceFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"targetFabricFriendlyName\": \"Microsoft Azure\",\r\n \"policyFriendlyName\": \"protectionprofile1\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:32:45 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5ca483d5-cca2-4e73-b8a8-7507ded10473 5/15/2017 1:32:46 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "f6ebf41f-824c-4a85-98b5-523575930ba5 3/19/2021 12:46:02 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "5ca483d5-cca2-4e73-b8a8-7507ded10473" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13647" + "f6ebf41f-824c-4a85-98b5-523575930ba5" ], "x-ms-correlation-request-id": [ - "d698e59a-8c8e-495b-8e3a-284789908391" + "e9f23905-3425-43f2-9574-c43a331b6a81" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133246Z:d698e59a-8c8e-495b-8e3a-284789908391" + "CENTRALUSEUAP:20210319T124602Z:e9f23905-3425-43f2-9574-c43a331b6a81" + ], + "Date": [ + "Fri, 19 Mar 2021 12:46:02 GMT" + ], + "Content-Length": [ + "1050" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings/PCMapping\",\r\n \"name\": \"PCMapping\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"Microsoft Azure\",\r\n \"targetProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"providerSpecificDetails\": null,\r\n \"health\": \"Normal\",\r\n \"healthErrorDetails\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"sourceFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"targetFabricFriendlyName\": \"Microsoft Azure\",\r\n \"policyFriendlyName\": \"protectionprofile2\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings/PCMapping?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJNYXBwaW5ncy9QQ01hcHBpbmc/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings/PCMapping?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvUENNYXBwaW5nP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2bcb49f4-f400-448d-873a-d8025afb1bd1" + "da13afeb-018d-49a0-a53f-ef231cd51d7c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings/PCMapping\",\r\n \"name\": \"PCMapping\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"Microsoft Azure\",\r\n \"targetProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"providerSpecificDetails\": null,\r\n \"health\": \"Normal\",\r\n \"healthErrorDetails\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"sourceFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"targetFabricFriendlyName\": \"Microsoft Azure\",\r\n \"policyFriendlyName\": \"protectionprofile1\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:32:46 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2bcb49f4-f400-448d-873a-d8025afb1bd1 5/15/2017 1:32:46 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "da13afeb-018d-49a0-a53f-ef231cd51d7c 3/19/2021 12:46:03 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "2bcb49f4-f400-448d-873a-d8025afb1bd1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13646" + "da13afeb-018d-49a0-a53f-ef231cd51d7c" ], "x-ms-correlation-request-id": [ - "56e193ef-bcd6-4cef-af90-8aea0aba0629" + "a80562a1-eca0-4117-9a8d-9bdad0bff553" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133247Z:56e193ef-bcd6-4cef-af90-8aea0aba0629" + "CENTRALUSEUAP:20210319T124603Z:a80562a1-eca0-4117-9a8d-9bdad0bff553" + ], + "Date": [ + "Fri, 19 Mar 2021 12:46:03 GMT" + ], + "Content-Length": [ + "1050" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings/PCMapping\",\r\n \"name\": \"PCMapping\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"Microsoft Azure\",\r\n \"targetProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"providerSpecificDetails\": null,\r\n \"health\": \"Normal\",\r\n \"healthErrorDetails\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"sourceFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"targetFabricFriendlyName\": \"Microsoft Azure\",\r\n \"policyFriendlyName\": \"protectionprofile2\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreatePolicy.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreatePolicy.json index 25d9b6e237e55..8d0740ac68b73 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreatePolicy.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreatePolicy.json @@ -1,282 +1,272 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9wcm90ZWN0aW9ucHJvZmlsZTE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUG9saWNpZXMvcHJvdGVjdGlvbnByb2ZpbGUyP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"providerSpecificInput\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDuration\": 4,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disable\",\r\n \"storageAccounts\": [\r\n \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\"\r\n ]\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"providerSpecificInput\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDuration\": 4,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"storageAccounts\": [\r\n \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest\"\r\n ]\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "467" - ], "x-ms-client-request-id": [ - "0dd359ef-ad7b-4f3a-9a47-41ef9f5160d8" + "3ad00d76-118e-4c9b-a6bf-7cf37a251ddb" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "428" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:24:04 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1/operationresults/f23d4274-3885-4375-99b5-1ad26be6ccc5?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2/operationresults/29c3b1c4-614e-4c23-a477-f1caa07ffb44?api-version=2021-02-10" ], "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/f23d4274-3885-4375-99b5-1ad26be6ccc5?api-version=2018-07-10" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0dd359ef-ad7b-4f3a-9a47-41ef9f5160d8 5/15/2017 2:24:05 PM" + "3ad00d76-118e-4c9b-a6bf-7cf37a251ddb 3/19/2021 12:42:11 PM" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/29c3b1c4-614e-4c23-a477-f1caa07ffb44?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "0dd359ef-ad7b-4f3a-9a47-41ef9f5160d8" + "X-Content-Type-Options": [ + "nosniff" ], - "X-Powered-By": [ - "ASP.NET" + "x-ms-client-request-id": [ + "3ad00d76-118e-4c9b-a6bf-7cf37a251ddb" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "53dbabfb-53ce-44a2-a333-be37f4d14d8f" + "f58156ae-bb11-41e6-9e55-0241e38f0b2f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T142405Z:53dbabfb-53ce-44a2-a333-be37f4d14d8f" + "CENTRALUSEUAP:20210319T124211Z:f58156ae-bb11-41e6-9e55-0241e38f0b2f" + ], + "Date": [ + "Fri, 19 Mar 2021 12:42:11 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/f23d4274-3885-4375-99b5-1ad26be6ccc5?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2YyM2Q0Mjc0LTM4ODUtNDM3NS05OWI1LTFhZDI2YmU2Y2NjNT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/29c3b1c4-614e-4c23-a477-f1caa07ffb44?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzI5YzNiMWM0LTYxNGUtNGMyMy1hNDc3LWYxY2FhMDdmZmI0ND9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/f23d4274-3885-4375-99b5-1ad26be6ccc5\",\r\n \"name\": \"f23d4274-3885-4375-99b5-1ad26be6ccc5\",\r\n \"properties\": {\r\n \"activityId\": \"0dd359ef-ad7b-4f3a-9a47-41ef9f5160d8 ActivityId: 53dbabfb-53ce-44a2-a333-be37f4d14d8f\",\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\": \"2017-05-15T14:24:12.5407351Z\",\r\n \"endTime\": \"2017-05-15T14:24:12.8220084Z\",\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\": \"2017-05-15T14:24:12.8220084Z\",\r\n \"endTime\": \"2017-05-15T14:24:12.8220084Z\",\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\": \"2017-05-15T14:24:05.5723513Z\",\r\n \"endTime\": \"2017-05-15T14:24:12Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"targetObjectName\": \"protectionprofile1\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {}\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T14:24:05.5723513Z\",\r\n \"endTime\": \"2017-05-15T14:24:12Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:24:34 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/f23d4274-3885-4375-99b5-1ad26be6ccc5" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/29c3b1c4-614e-4c23-a477-f1caa07ffb44" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "a96eb400-e57e-4b3d-82cc-efdeeb451e5c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13915" + "75d2dd92-2338-434b-be39-a0f7a59566c1" ], "x-ms-correlation-request-id": [ - "5570985d-012d-4c07-bb20-be25223f59d3" + "5038ffd0-4a6b-4a4d-a9a1-5c539a3ff2a2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T142435Z:5570985d-012d-4c07-bb20-be25223f59d3" + "CENTRALUSEUAP:20210319T124242Z:5038ffd0-4a6b-4a4d-a9a1-5c539a3ff2a2" + ], + "Date": [ + "Fri, 19 Mar 2021 12:42:42 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"29c3b1c4-614e-4c23-a477-f1caa07ffb44\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T12:42:11.6171438Z\",\r\n \"endTime\": \"2021-03-19T12:42:13Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9wcm90ZWN0aW9ucHJvZmlsZTE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUG9saWNpZXMvcHJvdGVjdGlvbnByb2ZpbGUyP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"name\": \"protectionprofile1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 4,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\"\r\n }\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:24:35 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a80e896b-d1b1-445b-a0c4-80c5618e8e2a 5/15/2017 2:24:36 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "fdde3006-e130-4824-a70e-e28e194c1700 3/19/2021 12:42:42 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "a80e896b-d1b1-445b-a0c4-80c5618e8e2a" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13914" + "fdde3006-e130-4824-a70e-e28e194c1700" ], "x-ms-correlation-request-id": [ - "73f7d00c-752d-49c8-8aba-3e08586bf729" + "9ef28e35-e348-400e-9582-8c6a0d6a7dc7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T142436Z:73f7d00c-752d-49c8-8aba-3e08586bf729" + "CENTRALUSEUAP:20210319T124242Z:9ef28e35-e348-400e-9582-8c6a0d6a7dc7" + ], + "Date": [ + "Fri, 19 Mar 2021 12:42:42 GMT" + ], + "Content-Length": [ + "682" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"name\": \"protectionprofile2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile2\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 4,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9wcm90ZWN0aW9ucHJvZmlsZTE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUG9saWNpZXMvcHJvdGVjdGlvbnByb2ZpbGUyP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db4bb5fe-059c-4e38-a95c-9f29cf28c28f" + "69613820-e8bd-4587-9f86-e18f5e34054a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"name\": \"protectionprofile1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 4,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\"\r\n }\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:24:35 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "db4bb5fe-059c-4e38-a95c-9f29cf28c28f 5/15/2017 2:24:36 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "69613820-e8bd-4587-9f86-e18f5e34054a 3/19/2021 12:42:43 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "db4bb5fe-059c-4e38-a95c-9f29cf28c28f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13913" + "69613820-e8bd-4587-9f86-e18f5e34054a" ], "x-ms-correlation-request-id": [ - "f651edc1-7501-4a8a-900c-ddd094f56cd8" + "10feb29d-420d-4d89-9a8e-9c6cc7e3880a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T142436Z:f651edc1-7501-4a8a-900c-ddd094f56cd8" + "CENTRALUSEUAP:20210319T124243Z:10feb29d-420d-4d89-9a8e-9c6cc7e3880a" + ], + "Date": [ + "Fri, 19 Mar 2021 12:42:42 GMT" + ], + "Content-Length": [ + "682" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"name\": \"protectionprofile2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile2\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 4,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest\"\r\n }\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateProtectedItem.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateProtectedItem.json index 875b7c631cbc7..9841d6c973cdd 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateProtectedItem.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateProtectedItem.json @@ -1,632 +1,663 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19e4183e-1e0a-490c-ae9e-a8854fbf2e19" + "6fa48334-54d6-4867-91f3-88651bdf2225" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:34:06 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "19e4183e-1e0a-490c-ae9e-a8854fbf2e19 5/15/2017 1:34:07 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "6fa48334-54d6-4867-91f3-88651bdf2225 3/18/2021 6:34:34 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "19e4183e-1e0a-490c-ae9e-a8854fbf2e19" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14093" + "6fa48334-54d6-4867-91f3-88651bdf2225" ], "x-ms-correlation-request-id": [ - "415b2c84-339c-46e8-b9e6-a82e7cfd21fb" + "28e5f3fb-bb82-446e-8881-37771d4df5cf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133406Z:415b2c84-339c-46e8-b9e6-a82e7cfd21fb" + "CENTRALUSEUAP:20210318T183434Z:28e5f3fb-bb82-446e-8881-37771d4df5cf" + ], + "Date": [ + "Thu, 18 Mar 2021 18:34:34 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9wcm90ZWN0aW9ucHJvZmlsZTE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUG9saWNpZXMvcHJvdGVjdGlvbnByb2ZpbGUyP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8a48c86-9f33-43d2-86e1-3e4043df7eee" + "8381a869-d204-4bdc-92bb-d2f111fc9dcd" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"name\": \"protectionprofile1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 3,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\"\r\n }\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:34:06 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e8a48c86-9f33-43d2-86e1-3e4043df7eee 5/15/2017 1:34:07 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "8381a869-d204-4bdc-92bb-d2f111fc9dcd 3/18/2021 6:34:34 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "e8a48c86-9f33-43d2-86e1-3e4043df7eee" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14092" + "8381a869-d204-4bdc-92bb-d2f111fc9dcd" ], "x-ms-correlation-request-id": [ - "e4da9488-43a2-49e7-afec-207ef5642fe8" + "a1979c3b-a2d3-4f18-bc4b-fd7d5c967207" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133407Z:e4da9488-43a2-49e7-afec-207ef5642fe8" + "CENTRALUSEUAP:20210318T183434Z:a1979c3b-a2d3-4f18-bc4b-fd7d5c967207" + ], + "Date": [ + "Thu, 18 Mar 2021 18:34:34 GMT" + ], + "Content-Length": [ + "683" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"name\": \"protectionprofile2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile2\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 3,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0ed3676-36dc-4602-8b3c-9e741ba628ed" + "b8f17265-f363-420b-a5d1-09ed1a3b4563" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:34:06 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f0ed3676-36dc-4602-8b3c-9e741ba628ed 5/15/2017 1:34:08 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "b8f17265-f363-420b-a5d1-09ed1a3b4563 3/18/2021 6:34:35 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "f0ed3676-36dc-4602-8b3c-9e741ba628ed" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14091" + "b8f17265-f363-420b-a5d1-09ed1a3b4563" ], "x-ms-correlation-request-id": [ - "c3173aa1-8cd0-429f-a90d-f778e3dee76f" + "239459aa-fb92-4da3-be68-21eb01e9d800" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133407Z:c3173aa1-8cd0-429f-a90d-f778e3dee76f" + "CENTRALUSEUAP:20210318T183435Z:239459aa-fb92-4da3-be68-21eb01e9d800" + ], + "Date": [ + "Thu, 18 Mar 2021 18:34:34 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RhYmxlSXRlbXM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0YWJsZUl0ZW1zP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ff5b4a1-bcb1-4284-a8f1-e86bdb559075" + "d04d0812-013b-42da-a6f0-24e3c597d9be" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/02c2292c-04ac-4da4-8598-f333e04888c9\",\r\n \"name\": \"02c2292c-04ac-4da4-8598-f333e04888c9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"02c2292c-04ac-4da4-8598-f333e04888c9\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 1024,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"5f01e3a8-73fb-4c60-8cfc-e69297e5d96b\",\r\n \"vhdName\": \"vm1\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/687ec666-8b4f-4fea-97f5-247c793765d1\",\r\n \"name\": \"687ec666-8b4f-4fea-97f5-247c793765d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm11\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"687ec666-8b4f-4fea-97f5-247c793765d1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 1024,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"5bb00ca8-d850-49fb-afdc-052413458ea2\",\r\n \"vhdName\": \"vm11\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"name\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 1024,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/fb40cf9f-b731-4c16-9d31-ef3d5e81193d\",\r\n \"name\": \"fb40cf9f-b731-4c16-9d31-ef3d5e81193d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Nakul\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"fb40cf9f-b731-4c16-9d31-ef3d5e81193d\",\r\n \"generation\": \"2\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 25600,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"bb2ce67e-8f5b-49ee-ac6a-a0b14e8622c1\",\r\n \"vhdName\": \"FRTest\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems?api-version=2018-07-10&%24skipToken=ReplicationGroup%3aBegin\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:34:07 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1ff5b4a1-bcb1-4284-a8f1-e86bdb559075 5/15/2017 1:34:08 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "d04d0812-013b-42da-a6f0-24e3c597d9be 3/18/2021 6:34:35 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "1ff5b4a1-bcb1-4284-a8f1-e86bdb559075" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14090" + "d04d0812-013b-42da-a6f0-24e3c597d9be" ], "x-ms-correlation-request-id": [ - "bf7a4d6f-4829-4614-9aef-ed9619e74d02" + "c82bcfb4-72ef-4c93-a382-6cd3377bd906" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133408Z:bf7a4d6f-4829-4614-9aef-ed9619e74d02" + "CENTRALUSEUAP:20210318T183435Z:c82bcfb4-72ef-4c93-a382-6cd3377bd906" + ], + "Date": [ + "Thu, 18 Mar 2021 18:34:35 GMT" + ], + "Content-Length": [ + "39332" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/04e4fe1f-bfa6-407f-8db7-4fe897d4c40b\",\r\n \"name\": \"04e4fe1f-bfa6-407f-8db7-4fe897d4c40b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4Vm4\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"04e4fe1f-bfa6-407f-8db7-4fe897d4c40b\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"d8d9e2da-19e3-4d0e-b435-16d4bef10e91\",\r\n \"vhdName\": \"AGHostVm4\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/0ad19597-c633-4f68-b712-bf18881ccaf1\",\r\n \"name\": \"0ad19597-c633-4f68-b712-bf18881ccaf1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestAN1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"0ad19597-c633-4f68-b712-bf18881ccaf1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"85eccf0b-54cd-4035-91aa-3e12bb011b82\",\r\n \"vhdName\": \"TestAN1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/0e3081f9-ead2-4f75-a880-cfa0cb9adb93\",\r\n \"name\": \"0e3081f9-ead2-4f75-a880-cfa0cb9adb93\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Ar19Feb1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"0e3081f9-ead2-4f75-a880-cfa0cb9adb93\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"e03c63d5-068a-4ec7-a256-23f8655acd25\",\r\n \"vhdName\": \"Ar19Feb1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/108e19c4-78b8-4d0d-949d-78ae719b8720\",\r\n \"name\": \"108e19c4-78b8-4d0d-949d-78ae719b8720\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VmFailbackTest1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"108e19c4-78b8-4d0d-949d-78ae719b8720\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"52b70b21-6b9b-452c-8ac1-66a0ea892704\",\r\n \"vhdName\": \"VmFailbackTest1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"name\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDKFirst\",\r\n \"protectionStatus\": \"Protected\",\r\n \"replicationProtectedItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"5a687328-162d-402d-a298-146ffa97b086\",\r\n \"vhdName\": \"VMforSDKFirst\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/1bbc5be1-30bb-4f1f-8457-d7b594a02aea\",\r\n \"name\": \"1bbc5be1-30bb-4f1f-8457-d7b594a02aea\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestIssue1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"1bbc5be1-30bb-4f1f-8457-d7b594a02aea\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"feae187e-06ef-4887-84c1-63f5f59e9dc0\",\r\n \"vhdName\": \"TestIssue1_B338D8AA-F3BC-4755-ACCE-91BAB6BB61D1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/25643ea6-39f7-4c3e-b426-b676c1db9a31\",\r\n \"name\": \"25643ea6-39f7-4c3e-b426-b676c1db9a31\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4Vm2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"25643ea6-39f7-4c3e-b426-b676c1db9a31\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"7260eeb9-7cfe-429d-a47e-84dd9f58f3e7\",\r\n \"vhdName\": \"vm1_43FC94C3-3FD1-49EF-90D6-C8D65A6071AC\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/27d70d11-0acd-4279-9ecf-36c7ecced256\",\r\n \"name\": \"27d70d11-0acd-4279-9ecf-36c7ecced256\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4VM1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"27d70d11-0acd-4279-9ecf-36c7ecced256\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"7f13be3d-6387-4140-bce1-3718ec43f826\",\r\n \"vhdName\": \"AGHost4VM1_AD8ABADC-D6F6-4752-9D32-7385495E7D5C\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/2e2214d6-0391-4654-8d92-cd6bb0ecdee1\",\r\n \"name\": \"2e2214d6-0391-4654-8d92-cd6bb0ecdee1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VmFailbackTest\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"2e2214d6-0391-4654-8d92-cd6bb0ecdee1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"0202b5b2-63f4-4904-b8d6-f90e52ef058c\",\r\n \"vhdName\": \"VmFailbackTest_2BD2FF5C-C439-4D2B-A9C3-C962DFBC8D46\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/37cdf1c7-fabe-4e91-8f3b-36b94bed348b\",\r\n \"name\": \"37cdf1c7-fabe-4e91-8f3b-36b94bed348b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VM2VN\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"37cdf1c7-fabe-4e91-8f3b-36b94bed348b\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"1eba0968-da69-4f54-b3b3-5be4532e91a7\",\r\n \"vhdName\": \"VM2VN\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/391cbe6d-d1af-4f3f-b32e-bb57e060734a\",\r\n \"name\": \"391cbe6d-d1af-4f3f-b32e-bb57e060734a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Win2016-2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"391cbe6d-d1af-4f3f-b32e-bb57e060734a\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 10240,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"7780f73f-23f3-4f10-92cc-ffb90e26bf5e\",\r\n \"vhdName\": \"Win2016-2\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/3b4b453f-51a9-4afc-a00b-5fc45fd4f6c4\",\r\n \"name\": \"3b4b453f-51a9-4afc-a00b-5fc45fd4f6c4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4Vm5\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"3b4b453f-51a9-4afc-a00b-5fc45fd4f6c4\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"f6dfdf43-facf-42da-9883-7376acafa20e\",\r\n \"vhdName\": \"AGHost4Vm5\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/4bc89bb8-1761-4580-b66b-a40b933f29fe\",\r\n \"name\": \"4bc89bb8-1761-4580-b66b-a40b933f29fe\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"PowershellVm2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"4bc89bb8-1761-4580-b66b-a40b933f29fe\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"925bb732-fa80-4584-8d5d-df411d93ae31\",\r\n \"vhdName\": \"PowershellVm2_2E079F0E-8208-442B-BB3A-EC8C20FCF617\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/82317559-522a-4237-8372-0c85d9bb5264\",\r\n \"name\": \"82317559-522a-4237-8372-0c85d9bb5264\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestIssue\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"82317559-522a-4237-8372-0c85d9bb5264\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 61440,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"df47b360-6cee-4574-abbd-250d92da2970\",\r\n \"vhdName\": \"TestIssue\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/823513a7-9a21-4f25-a920-df621e8f35be\",\r\n \"name\": \"823513a7-9a21-4f25-a920-df621e8f35be\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"ICM\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"823513a7-9a21-4f25-a920-df621e8f35be\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"b1947025-b1a7-47fc-aadb-41af5e0ce17d\",\r\n \"vhdName\": \"ICM\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/82e45a37-bf90-49a0-a324-f701ae856a7a\",\r\n \"name\": \"82e45a37-bf90-49a0-a324-f701ae856a7a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"DumDum\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"82e45a37-bf90-49a0-a324-f701ae856a7a\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"53fe5759-9e36-468a-adeb-e8b8f41337f0\",\r\n \"vhdName\": \"DumDum_B3A63C67-45AB-45A0-8C20-AE8760FEDC67\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/8318dd3f-7f5f-4a12-89ca-6f32716bb179\",\r\n \"name\": \"8318dd3f-7f5f-4a12-89ca-6f32716bb179\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"A068-Gen2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"8318dd3f-7f5f-4a12-89ca-6f32716bb179\",\r\n \"generation\": \"2\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 30720,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"b66df764-2db3-4117-bfcf-0cc820bfa1fa\",\r\n \"vhdName\": \"A068-Gen2\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/8daffac4-4cef-4d6a-8626-8d2925c33a1b\",\r\n \"name\": \"8daffac4-4cef-4d6a-8626-8d2925c33a1b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VmTestAzure\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"8daffac4-4cef-4d6a-8626-8d2925c33a1b\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"4909c6f3-31bd-4689-b596-fc6c0af8450b\",\r\n \"vhdName\": \"VmTestAzure_61167859-64FB-4AF6-A263-F9A95994E82F\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/b0462556-9560-48d1-a581-7cd3f8b8c4de\",\r\n \"name\": \"b0462556-9560-48d1-a581-7cd3f8b8c4de\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4Vm3\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"b0462556-9560-48d1-a581-7cd3f8b8c4de\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"562c390f-045e-459e-90fc-1391797bb45b\",\r\n \"vhdName\": \"AGHost4Vm3\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/b07c9911-5777-474f-a6db-ab0cfa841dd3\",\r\n \"name\": \"b07c9911-5777-474f-a6db-ab0cfa841dd3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"PowershellVm1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"b07c9911-5777-474f-a6db-ab0cfa841dd3\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"20f3d2f3-2e57-4fc9-bde6-3733786fabb0\",\r\n \"vhdName\": \"PowershellVm1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/b0f83a41-e918-4335-81ff-ca2386e83889\",\r\n \"name\": \"b0f83a41-e918-4335-81ff-ca2386e83889\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"NewVmTest\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"b0f83a41-e918-4335-81ff-ca2386e83889\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"291211bd-2273-43ab-8cf3-25dc1eba9313\",\r\n \"vhdName\": \"NewVmTest\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/c3b665ea-1493-49b7-be77-9416a9ab6312\",\r\n \"name\": \"c3b665ea-1493-49b7-be77-9416a9ab6312\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestDisableCheckpoint\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"c3b665ea-1493-49b7-be77-9416a9ab6312\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"984e3af9-4007-484f-8137-4de9a9d59625\",\r\n \"vhdName\": \"TestDisableCheckpoint\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/cb012ca9-bb9c-46dd-9e03-aba32178d0e8\",\r\n \"name\": \"cb012ca9-bb9c-46dd-9e03-aba32178d0e8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Dummy\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"cb012ca9-bb9c-46dd-9e03-aba32178d0e8\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"049b3414-40a3-40b0-8294-f557a24f5cc5\",\r\n \"vhdName\": \"Dummy\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/d035665a-1f84-4803-8b6d-96cab2cb75a1\",\r\n \"name\": \"d035665a-1f84-4803-8b6d-96cab2cb75a1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VM-B2A-12\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"d035665a-1f84-4803-8b6d-96cab2cb75a1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"3f792f29-592d-4a85-9b82-3712a21e3bfb\",\r\n \"vhdName\": \"VM-B2A-12\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/d0b5bfd2-def9-46ec-823f-03a6c2ebd0d1\",\r\n \"name\": \"d0b5bfd2-def9-46ec-823f-03a6c2ebd0d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestAzureNetwork\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"d0b5bfd2-def9-46ec-823f-03a6c2ebd0d1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"0e5828a8-c32b-4464-aed4-39c09e7bd75d\",\r\n \"vhdName\": \"TestAzureNetwork\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"name\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"vhdName\": \"VMforSDK\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e9a9f249-8a05-401a-9911-88248c1c2bb8\",\r\n \"name\": \"e9a9f249-8a05-401a-9911-88248c1c2bb8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Win2016-1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"e9a9f249-8a05-401a-9911-88248c1c2bb8\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 10240,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"7780f73f-23f3-4f10-92cc-ffb90e26bf5e\",\r\n \"vhdName\": \"Win2016-1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/f34a1e9e-9b60-4d5b-826f-880aa710ae12\",\r\n \"name\": \"f34a1e9e-9b60-4d5b-826f-880aa710ae12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"HyperVMigration\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"f34a1e9e-9b60-4d5b-826f-880aa710ae12\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"4845656d-75b2-1246-bc8f-13d900000000\",\r\n \"vhdName\": \"14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/f92c7729-7a93-4e23-9c78-68b665aa2ef9\",\r\n \"name\": \"f92c7729-7a93-4e23-9c78-68b665aa2ef9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vidyavm1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"f92c7729-7a93-4e23-9c78-68b665aa2ef9\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 10240,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"a291445c-617d-45c7-81ba-d2348213ab04\",\r\n \"vhdName\": \"vidyavm1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://centraluseuap.management.azure.com/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems?api-version=2021-02-10&$skipToken=ReplicationGroup%3ABegin\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"hvHostVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"vmName\": \"vm2\",\r\n \"osType\": \"Windows\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"targetStorageAccountId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"targetAzureVmName\": \"vm2\",\r\n \"targetAzureV2ResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"hvHostVmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmName\": \"VMforSDK\",\r\n \"osType\": \"Windows\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"targetStorageAccountId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"targetAzureVmName\": \"VMforSDK\",\r\n \"targetAzureV2ResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\"\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1164" - ], "x-ms-client-request-id": [ - "319b819a-10e3-4260-8d15-8ab246048339" + "f7c52154-0019-4fc1-ad11-de42c7a5fc54" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "1144" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:34:08 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/operationresults/8c24032b-a1f9-483b-a94c-44776aeb2cae?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/operationresults/7b7345d8-50be-4c99-b901-1a0607681006?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8c24032b-a1f9-483b-a94c-44776aeb2cae", - "319b819a-10e3-4260-8d15-8ab246048339 5/15/2017 1:34:09 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/7b7345d8-50be-4c99-b901-1a0607681006", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/7b7345d8-50be-4c99-b901-1a0607681006" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8c24032b-a1f9-483b-a94c-44776aeb2cae?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/7b7345d8-50be-4c99-b901-1a0607681006?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "319b819a-10e3-4260-8d15-8ab246048339" - ], - "X-Powered-By": [ - "ASP.NET" + "f7c52154-0019-4fc1-ad11-de42c7a5fc54" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "5f5b85e7-f96c-4504-8775-3d1fa821b012" + "2c8e0467-079e-4971-8db1-d4e1a5fd62f3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133409Z:5f5b85e7-f96c-4504-8775-3d1fa821b012" + "CENTRALUSEUAP:20210318T183437Z:2c8e0467-079e-4971-8db1-d4e1a5fd62f3" + ], + "Date": [ + "Thu, 18 Mar 2021 18:34:36 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8c24032b-a1f9-483b-a94c-44776aeb2cae?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzhjMjQwMzJiLWExZjktNDgzYi1hOTRjLTQ0Nzc2YWViMmNhZT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/7b7345d8-50be-4c99-b901-1a0607681006?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzdiNzM0NWQ4LTUwYmUtNGM5OS1iOTAxLTFhMDYwNzY4MTAwNj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8c24032b-a1f9-483b-a94c-44776aeb2cae\",\r\n \"name\": \"8c24032b-a1f9-483b-a94c-44776aeb2cae\",\r\n \"properties\": {\r\n \"activityId\": \"319b819a-10e3-4260-8d15-8ab246048339 ActivityId: 5f5b85e7-f96c-4504-8775-3d1fa821b012\",\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\": \"2017-05-15T13:34:10.2610435Z\",\r\n \"endTime\": \"2017-05-15T13:34:13.4095963Z\",\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\": \"2017-05-15T13:34:13.4095963Z\",\r\n \"endTime\": \"2017-05-15T13:34:20.4407727Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Identifying the replication 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\": \"2017-05-15T13:34:20.4407727Z\",\r\n \"endTime\": \"2017-05-15T13:34:32.2306323Z\",\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\": \"2017-05-15T13:34:32.2306323Z\",\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\": \"2017-05-15T13:34:09.7352132Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:34:09.7352132Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:34:39 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8c24032b-a1f9-483b-a94c-44776aeb2cae" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/7b7345d8-50be-4c99-b901-1a0607681006" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "cabbe1d0-caf6-4c45-81ba-57885f948788" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14080" + "aebe64d6-9ae4-4a1a-b900-1f9398af8886" ], "x-ms-correlation-request-id": [ - "e863378f-459e-4c92-a182-325c3428a468" + "3e41da73-7faf-4aaf-a240-50632c843012" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133439Z:e863378f-459e-4c92-a182-325c3428a468" + "CENTRALUSEUAP:20210318T183507Z:3e41da73-7faf-4aaf-a240-50632c843012" + ], + "Date": [ + "Thu, 18 Mar 2021 18:35:07 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"7b7345d8-50be-4c99-b901-1a0607681006\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-18T18:34:36.9980525Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8c24032b-a1f9-483b-a94c-44776aeb2cae?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzhjMjQwMzJiLWExZjktNDgzYi1hOTRjLTQ0Nzc2YWViMmNhZT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/7b7345d8-50be-4c99-b901-1a0607681006?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzdiNzM0NWQ4LTUwYmUtNGM5OS1iOTAxLTFhMDYwNzY4MTAwNj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8c24032b-a1f9-483b-a94c-44776aeb2cae\",\r\n \"name\": \"8c24032b-a1f9-483b-a94c-44776aeb2cae\",\r\n \"properties\": {\r\n \"activityId\": \"319b819a-10e3-4260-8d15-8ab246048339 ActivityId: 5f5b85e7-f96c-4504-8775-3d1fa821b012\",\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\": \"2017-05-15T13:34:10.2610435Z\",\r\n \"endTime\": \"2017-05-15T13:34:13.4095963Z\",\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\": \"2017-05-15T13:34:13.4095963Z\",\r\n \"endTime\": \"2017-05-15T13:34:20.4407727Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Identifying the replication 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\": \"2017-05-15T13:34:20.4407727Z\",\r\n \"endTime\": \"2017-05-15T13:34:32.2306323Z\",\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\": \"2017-05-15T13:34:32.2306323Z\",\r\n \"endTime\": \"2017-05-15T13:35:06.7154892Z\",\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\": \"2017-05-15T13:35:06.7154892Z\",\r\n \"endTime\": \"2017-05-15T13:35:06.8561121Z\",\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\": \"2017-05-15T13:34:09.7352132Z\",\r\n \"endTime\": \"2017-05-15T13:35:06Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:34:09.7352132Z\",\r\n \"endTime\": \"2017-05-15T13:35:06Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:35:12 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8c24032b-a1f9-483b-a94c-44776aeb2cae" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/7b7345d8-50be-4c99-b901-1a0607681006" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "962a8caf-a3f5-4964-88b8-41c0a006b92b" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14144" + "9bebc14c-43bc-40f3-8803-8a9d1792828e" ], "x-ms-correlation-request-id": [ - "f5b3bdd1-ffed-41e1-949f-37fa74394cde" + "f4f6b4ac-2f20-43ff-b0e5-aab8ed7bce01" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133512Z:f5b3bdd1-ffed-41e1-949f-37fa74394cde" + "CENTRALUSEUAP:20210318T183538Z:f4f6b4ac-2f20-43ff-b0e5-aab8ed7bce01" + ], + "Date": [ + "Thu, 18 Mar 2021 18:35:38 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"7b7345d8-50be-4c99-b901-1a0607681006\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-18T18:34:36.9980525Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/7b7345d8-50be-4c99-b901-1a0607681006?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzdiNzM0NWQ4LTUwYmUtNGM5OS1iOTAxLTFhMDYwNzY4MTAwNj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"name\": \"vm2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"InitialReplicationInProgress\",\r\n \"protectionStateDescription\": \"Initial replication is in progress\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"DisableProtection\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm2\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": null,\r\n \"vmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"vmProtectionState\": \"UnprotectedStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Enabling protection\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [],\r\n \"selectedRecoveryAzureNetworkId\": null,\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": null,\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"NoLicenseType\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n}", "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/7b7345d8-50be-4c99-b901-1a0607681006" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "195f59b4-a428-4b41-8aff-9eeb3f2aa2a4" + ], + "x-ms-correlation-request-id": [ + "6cc6ca24-8d2f-405c-95ae-01a09874cfba" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210318T183608Z:6cc6ca24-8d2f-405c-95ae-01a09874cfba" + ], + "Date": [ + "Thu, 18 Mar 2021 18:36:08 GMT" + ], + "Content-Length": [ + "216" + ], "Content-Type": [ "application/json" ], "Expires": [ "-1" - ], + ] + }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"7b7345d8-50be-4c99-b901-1a0607681006\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-18T18:34:36.9980525Z\",\r\n \"endTime\": \"2021-03-18T18:35:58Z\",\r\n \"percentComplete\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ] + }, + "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:35:12 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "70fe5f69-a1b5-486c-add8-5e8648726ecd 5/15/2017 1:35:13 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "7683ceb4-e90d-4cca-8ab7-7897bc957ea4 3/18/2021 6:36:08 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "70fe5f69-a1b5-486c-add8-5e8648726ecd" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14143" + "7683ceb4-e90d-4cca-8ab7-7897bc957ea4" ], "x-ms-correlation-request-id": [ - "534fd482-0b53-40ea-85e2-a467c13d9eb7" + "a70f9f91-5f2b-40e4-96ef-fed7e0a880c4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133513Z:534fd482-0b53-40ea-85e2-a467c13d9eb7" + "CENTRALUSEUAP:20210318T183609Z:a70f9f91-5f2b-40e4-96ef-fed7e0a880c4" + ], + "Date": [ + "Thu, 18 Mar 2021 18:36:08 GMT" + ], + "Content-Length": [ + "4357" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"InitialReplicationInProgress\",\r\n \"protectionStateDescription\": \"Initial replication is in progress\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"DisableProtection\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Standard_B1s\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": null,\r\n \"rpoInSeconds\": null,\r\n \"lastRpoCalculatedTime\": null,\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"UnprotectedStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Enabling protection\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [],\r\n \"selectedRecoveryAzureNetworkId\": null,\r\n \"selectedSourceNicId\": null,\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": null,\r\n \"targetAvailabilityZone\": null,\r\n \"targetProximityPlacementGroupId\": null,\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"NotSpecified\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": null,\r\n \"targetNicTags\": null,\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bae9a49f-8cf4-4075-a0e2-c9f3778ab9e2" + "5b48db17-6016-4a2c-8f36-16aa73143b4f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"name\": \"vm2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"InitialReplicationInProgress\",\r\n \"protectionStateDescription\": \"Initial replication is in progress\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"DisableProtection\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm2\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": null,\r\n \"vmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"vmProtectionState\": \"UnprotectedStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Enabling protection\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [],\r\n \"selectedRecoveryAzureNetworkId\": null,\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": null,\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"NoLicenseType\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:35:13 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bae9a49f-8cf4-4075-a0e2-c9f3778ab9e2 5/15/2017 1:35:13 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "5b48db17-6016-4a2c-8f36-16aa73143b4f 3/18/2021 6:36:09 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "bae9a49f-8cf4-4075-a0e2-c9f3778ab9e2" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14141" + "5b48db17-6016-4a2c-8f36-16aa73143b4f" ], "x-ms-correlation-request-id": [ - "e191f641-dfef-478d-a6c5-5b858f12215b" + "54f5d6a1-267c-4d62-a94d-d9d1d7a42551" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T133513Z:e191f641-dfef-478d-a6c5-5b858f12215b" + "CENTRALUSEUAP:20210318T183609Z:54f5d6a1-267c-4d62-a94d-d9d1d7a42551" + ], + "Date": [ + "Thu, 18 Mar 2021 18:36:08 GMT" + ], + "Content-Length": [ + "4357" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"InitialReplicationInProgress\",\r\n \"protectionStateDescription\": \"Initial replication is in progress\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"DisableProtection\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Standard_B1s\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": null,\r\n \"rpoInSeconds\": null,\r\n \"lastRpoCalculatedTime\": null,\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"UnprotectedStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Enabling protection\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [],\r\n \"selectedRecoveryAzureNetworkId\": null,\r\n \"selectedSourceNicId\": null,\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": null,\r\n \"targetAvailabilityZone\": null,\r\n \"targetProximityPlacementGroupId\": null,\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"NotSpecified\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": null,\r\n \"targetNicTags\": null,\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateRecoveryPlan.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateRecoveryPlan.json index d8d2a5e50a3af..c038d139df9c1 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateRecoveryPlan.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateRecoveryPlan.json @@ -1,496 +1,474 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "077732fd-b6c7-4938-98c5-3543b62e411f" + "2b826085-5ec1-47b6-bdd1-1601d78a4e29" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:10:58 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "077732fd-b6c7-4938-98c5-3543b62e411f 5/13/2017 2:10:58 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "2b826085-5ec1-47b6-bdd1-1601d78a4e29 3/18/2021 3:26:23 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "077732fd-b6c7-4938-98c5-3543b62e411f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13967" + "2b826085-5ec1-47b6-bdd1-1601d78a4e29" ], "x-ms-correlation-request-id": [ - "da8fc1df-7ceb-4302-827f-91b4f97fc1fb" + "954a0910-454d-486b-ba85-928ebb1be25e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T141058Z:da8fc1df-7ceb-4302-827f-91b4f97fc1fb" + "CENTRALUSEUAP:20210318T152623Z:954a0910-454d-486b-ba85-928ebb1be25e" + ], + "Date": [ + "Thu, 18 Mar 2021 15:26:23 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eb90ec12-e171-4121-9d70-68062caf5277" + "9e4e53d7-3d5b-4f37-bad7-99cdc8827b45" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:10:58 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "eb90ec12-e171-4121-9d70-68062caf5277 5/13/2017 2:10:59 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "9e4e53d7-3d5b-4f37-bad7-99cdc8827b45 3/18/2021 3:26:24 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "eb90ec12-e171-4121-9d70-68062caf5277" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13966" + "9e4e53d7-3d5b-4f37-bad7-99cdc8827b45" ], "x-ms-correlation-request-id": [ - "42dd3d3b-6e05-4182-9526-c444d7fc4cd9" + "30a4cee3-1a33-4930-8684-095afe3703e2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T141058Z:42dd3d3b-6e05-4182-9526-c444d7fc4cd9" + "CENTRALUSEUAP:20210318T152624Z:30a4cee3-1a33-4930-8684-095afe3703e2" + ], + "Date": [ + "Thu, 18 Mar 2021 15:26:23 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy8xOTNjYTA5OC05OTFkLTRhNmYtYmU3OC1kYTJjNmU3YmQyOTA/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81d6019c-e323-4048-a5fd-5899a997debf" + "79440809-b177-458f-9bc1-184a8c4a1e19" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1\",\r\n \"name\": \"vm1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm1\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"Protected\",\r\n \"protectionStateDescription\": \"Protected\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"MarkedForDeletion\",\r\n \"testFailoverStateDescription\": \"Cleaning up test environment\",\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"lastSuccessfulTestFailoverTime\": \"2017-05-13T12:39:39.9690575Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/32975a4a-61ed-45df-a4a5-dd8051e61d2d\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5f01e3a8-73fb-4c60-8cfc-e69297e5d96b\",\r\n \"vhdName\": \"vm1\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm1\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": null,\r\n \"vmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkY4NDkxRTRGLTgxN0EtNDBERC1BOTBDLUFGNzczOTc4Qzc1Qlw3NjAwMzMxRS03NDk4LTQ0QTQtQjdDNy0xQjY1NkJDREQ1MkQ=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMSubnetName\": \"FRExternalNetwork\",\r\n \"vMNetworkName\": \"FRExternalNetwork\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryVMSubnetName\": \"Subnet1\",\r\n \"ipAddressType\": \"Static\",\r\n \"primaryNicStaticIPAddress\": null,\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByUser\"\r\n }\r\n ],\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": \"Never\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:10:59 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "81d6019c-e323-4048-a5fd-5899a997debf 5/13/2017 2:10:59 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "79440809-b177-458f-9bc1-184a8c4a1e19 3/18/2021 3:26:25 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "81d6019c-e323-4048-a5fd-5899a997debf" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13965" + "79440809-b177-458f-9bc1-184a8c4a1e19" ], "x-ms-correlation-request-id": [ - "ffc1cc10-3e23-4c19-8c43-68656c941b33" + "7a416394-0077-4464-bdb3-1b457684d2c5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T141059Z:ffc1cc10-3e23-4c19-8c43-68656c941b33" + "CENTRALUSEUAP:20210318T152625Z:7a416394-0077-4464-bdb3-1b457684d2c5" + ], + "Date": [ + "Thu, 18 Mar 2021 15:26:25 GMT" + ], + "Content-Length": [ + "6659" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"name\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDKFirst\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\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 \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Warning\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitFailoverValidatorError\",\r\n \"errorType\": \"8010\",\r\n \"errorLevel\": \"Warning\",\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 'VMforSDKFirst'.\",\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\": \"2021-03-18T14:42:09.4146246Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"errorId\": \"6:8010\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5a687328-162d-402d-a298-146ffa97b086\",\r\n \"diskId\": \"193CA098-991D-4A6F-BE78-DA2C6E7BD290_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDKFirst\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDKFirst\",\r\n \"recoveryAzureVMSize\": \"Standard_B1s\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-18T09:53:13Z\",\r\n \"rpoInSeconds\": 19786,\r\n \"lastRpoCalculatedTime\": \"2021-03-18T15:23:00.2955648Z\",\r\n \"vmId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OjE5M0NBMDk4LTk5MUQtNEE2Ri1CRTc4LURBMkM2RTdCRDI5MFw2QzNFQjMwMC00NzVBLTRDMTUtQUY4Mi0zQTdBOTQxRjYyNEQ=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"default\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": null,\r\n \"recoveryLBBackendAddressPoolIds\": null,\r\n \"tfoSubnetName\": null,\r\n \"tfoStaticIPAddress\": null,\r\n \"tfoPublicIPAddressId\": null,\r\n \"tfoLBBackendAddressPoolIds\": null\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OjE5M0NBMDk4LTk5MUQtNEE2Ri1CRTc4LURBMkM2RTdCRDI5MFw2QzNFQjMwMC00NzVBLTRDMTUtQUY4Mi0zQTdBOTQxRjYyNEQ=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": \"Never\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": null,\r\n \"targetAvailabilityZone\": null,\r\n \"targetProximityPlacementGroupId\": null,\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"NotSpecified\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-18T09:53:13.3993206Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": null,\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"d7ceffc4-255d-4d2f-affd-38fa714d92c5\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"primaryFabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1\",\r\n \"virtualMachineId\": \"vm1\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "889" - ], "x-ms-client-request-id": [ - "c2775565-649b-4d87-a1f0-4feb82cf76af" + "8144f097-7e2c-4805-97d0-088db14bbc05" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "939" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:11:00 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/operationresults/6b0330be-f188-4b49-83e2-b218b853e3f6?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/b8ad9c18-0d3a-4b59-91db-d460807b33b8?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/6b0330be-f188-4b49-83e2-b218b853e3f6", - "c2775565-649b-4d87-a1f0-4feb82cf76af 5/13/2017 2:11:00 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/b8ad9c18-0d3a-4b59-91db-d460807b33b8", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/b8ad9c18-0d3a-4b59-91db-d460807b33b8" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/6b0330be-f188-4b49-83e2-b218b853e3f6?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/b8ad9c18-0d3a-4b59-91db-d460807b33b8?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "c2775565-649b-4d87-a1f0-4feb82cf76af" - ], - "X-Powered-By": [ - "ASP.NET" + "8144f097-7e2c-4805-97d0-088db14bbc05" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "4292f344-5508-4ab6-bfff-ed38f5dfabda" + "d12fb013-d2ec-429b-84e2-09b255ba638b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T141100Z:4292f344-5508-4ab6-bfff-ed38f5dfabda" + "CENTRALUSEUAP:20210318T152626Z:d12fb013-d2ec-429b-84e2-09b255ba638b" + ], + "Date": [ + "Thu, 18 Mar 2021 15:26:26 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/6b0330be-f188-4b49-83e2-b218b853e3f6?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzZiMDMzMGJlLWYxODgtNGI0OS04M2UyLWIyMThiODUzZTNmNj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/b8ad9c18-0d3a-4b59-91db-d460807b33b8?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2I4YWQ5YzE4LTBkM2EtNGI1OS05MWRiLWQ0NjA4MDdiMzNiOD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/6b0330be-f188-4b49-83e2-b218b853e3f6\",\r\n \"name\": \"6b0330be-f188-4b49-83e2-b218b853e3f6\",\r\n \"properties\": {\r\n \"activityId\": \"c2775565-649b-4d87-a1f0-4feb82cf76af ActivityId: 4292f344-5508-4ab6-bfff-ed38f5dfabda\",\r\n \"scenarioName\": \"SaveRecoveryPlan\",\r\n \"friendlyName\": \"Save a recovery plan\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"a9d9d8ef-0c50-4abb-852b-6ca0af7d7f6a\",\r\n \"name\": \"SaveRecoveryPlanTask\",\r\n \"startTime\": \"2017-05-13T14:11:02.1368208Z\",\r\n \"endTime\": \"2017-05-13T14:11:02.8867851Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Save a recovery plan task\",\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\": \"2017-05-13T14:11:00.6948431Z\",\r\n \"endTime\": \"2017-05-13T14:11:00Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:11:00.6948431Z\",\r\n \"endTime\": \"2017-05-13T14:11:00Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:11:30 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/6b0330be-f188-4b49-83e2-b218b853e3f6" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/b8ad9c18-0d3a-4b59-91db-d460807b33b8" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "25771ad6-dd95-4f56-9102-e7e12838e882" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13954" + "6f5fd2af-aa4c-4b04-be39-ed12365360e8" ], "x-ms-correlation-request-id": [ - "0d793d24-a5ff-47c9-ab42-93a4a60292c4" + "4c4e4c07-eaaa-49af-bdd3-c23db34d598e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T141130Z:0d793d24-a5ff-47c9-ab42-93a4a60292c4" + "CENTRALUSEUAP:20210318T152658Z:4c4e4c07-eaaa-49af-bdd3-c23db34d598e" + ], + "Date": [ + "Thu, 18 Mar 2021 15:26:57 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"b8ad9c18-0d3a-4b59-91db-d460807b33b8\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-18T15:26:26.6484982Z\",\r\n \"endTime\": \"2021-03-18T15:26:26Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\"\r\n ],\r\n \"currentScenario\": null,\r\n \"currentScenarioStatus\": null,\r\n \"currentScenarioStatusDescription\": null,\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1\",\r\n \"virtualMachineId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:11:31 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "249c08fc-def9-409c-9815-36c0710c0c11 5/13/2017 2:11:32 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "8ee08c67-0e2a-49c7-9177-ba7b3a7dc000 3/18/2021 3:26:58 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "249c08fc-def9-409c-9815-36c0710c0c11" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13953" + "8ee08c67-0e2a-49c7-9177-ba7b3a7dc000" ], "x-ms-correlation-request-id": [ - "5862e64b-8e91-433f-a744-442ef5d4c31a" + "3f39bb9c-d5d7-4539-a7a2-07bb02e9fd49" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T141132Z:5862e64b-8e91-433f-a744-442ef5d4c31a" + "CENTRALUSEUAP:20210318T152658Z:3f39bb9c-d5d7-4539-a7a2-07bb02e9fd49" + ], + "Date": [ + "Thu, 18 Mar 2021 15:26:57 GMT" + ], + "Content-Length": [ + "1591" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\"\r\n ],\r\n \"currentScenario\": null,\r\n \"currentScenarioStatus\": null,\r\n \"currentScenarioStatusDescription\": null,\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7be621ff-4ba5-4d92-b549-0b9a70eaba11" + "3e0671c8-10ff-4fce-825b-becfb65dd394" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\"\r\n ],\r\n \"currentScenario\": null,\r\n \"currentScenarioStatus\": null,\r\n \"currentScenarioStatusDescription\": null,\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1\",\r\n \"virtualMachineId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:11:31 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7be621ff-4ba5-4d92-b549-0b9a70eaba11 5/13/2017 2:11:33 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "3e0671c8-10ff-4fce-825b-becfb65dd394 3/18/2021 3:26:58 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "7be621ff-4ba5-4d92-b549-0b9a70eaba11" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13951" + "3e0671c8-10ff-4fce-825b-becfb65dd394" ], "x-ms-correlation-request-id": [ - "c87d2fb5-974b-4118-a03d-4c80ed69efeb" + "5827fd4a-b355-4b53-b7ec-1016d3b4deac" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T141132Z:c87d2fb5-974b-4118-a03d-4c80ed69efeb" + "CENTRALUSEUAP:20210318T152658Z:5827fd4a-b355-4b53-b7ec-1016d3b4deac" + ], + "Date": [ + "Thu, 18 Mar 2021 15:26:58 GMT" + ], + "Content-Length": [ + "1591" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\"\r\n ],\r\n \"currentScenario\": null,\r\n \"currentScenarioStatus\": null,\r\n \"currentScenarioStatusDescription\": null,\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateSite.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateSite.json index 6a52bebfeea05..9a26a611e2888 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateSite.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/CreateSite.json @@ -1,283 +1,273 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {}\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "24" - ], "x-ms-client-request-id": [ - "22dab996-5218-4341-ae55-c8944038763f" + "f14c2bcd-7f12-4de7-a436-cf8492244eba" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "24" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:02:29 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/operationresults/e4f1cb81-3ee0-47c8-ab5b-e2dec4b46baf?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/operationresults/8d0c5781-6973-43bb-9d21-2e1522994f4a?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e4f1cb81-3ee0-47c8-ab5b-e2dec4b46baf", - "22dab996-5218-4341-ae55-c8944038763f 5/15/2017 1:02:30 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/8d0c5781-6973-43bb-9d21-2e1522994f4a", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/8d0c5781-6973-43bb-9d21-2e1522994f4a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e4f1cb81-3ee0-47c8-ab5b-e2dec4b46baf?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/8d0c5781-6973-43bb-9d21-2e1522994f4a?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "22dab996-5218-4341-ae55-c8944038763f" - ], - "X-Powered-By": [ - "ASP.NET" + "f14c2bcd-7f12-4de7-a436-cf8492244eba" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "2fbe6fe2-d14b-4f2c-80d2-624d943f2c76" + "95ca653b-6cfd-4bd7-a0af-0caf93e1b585" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T130230Z:2fbe6fe2-d14b-4f2c-80d2-624d943f2c76" + "CENTRALUSEUAP:20210319T120336Z:95ca653b-6cfd-4bd7-a0af-0caf93e1b585" + ], + "Date": [ + "Fri, 19 Mar 2021 12:03:36 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e4f1cb81-3ee0-47c8-ab5b-e2dec4b46baf?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2U0ZjFjYjgxLTNlZTAtNDdjOC1hYjViLWUyZGVjNGI0NmJhZj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/8d0c5781-6973-43bb-9d21-2e1522994f4a?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzhkMGM1NzgxLTY5NzMtNDNiYi05ZDIxLTJlMTUyMjk5NGY0YT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e4f1cb81-3ee0-47c8-ab5b-e2dec4b46baf\",\r\n \"name\": \"e4f1cb81-3ee0-47c8-ab5b-e2dec4b46baf\",\r\n \"properties\": {\r\n \"activityId\": \"22dab996-5218-4341-ae55-c8944038763f ActivityId: 2fbe6fe2-d14b-4f2c-80d2-624d943f2c76\",\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\": \"2017-05-15T13:02:30.7993907Z\",\r\n \"endTime\": \"2017-05-15T13:02:31.0304874Z\",\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\": \"2017-05-15T13:02:30.245215Z\",\r\n \"endTime\": \"2017-05-15T13:02:31Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"targetObjectName\": \"SiteRecoveryTestSite1\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:02:30.245215Z\",\r\n \"endTime\": \"2017-05-15T13:02:31Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:03:01 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e4f1cb81-3ee0-47c8-ab5b-e2dec4b46baf" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/8d0c5781-6973-43bb-9d21-2e1522994f4a" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "3a2e5a25-82fe-4f60-90b9-8ec86db11bad" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14081" + "fe7d74cb-84a0-44f4-a633-baa322ee66c3" ], "x-ms-correlation-request-id": [ - "97b270e6-ae9f-40cf-89be-8bc64d62bc85" + "7a381f63-a708-4f2e-9e73-c6e1cc53b8ec" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T130302Z:97b270e6-ae9f-40cf-89be-8bc64d62bc85" + "CENTRALUSEUAP:20210319T120407Z:7a381f63-a708-4f2e-9e73-c6e1cc53b8ec" + ], + "Date": [ + "Fri, 19 Mar 2021 12:04:07 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"8d0c5781-6973-43bb-9d21-2e1522994f4a\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T12:03:36.0876578Z\",\r\n \"endTime\": \"2021-03-19T12:03:36Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:03:01 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c2dd54af-c38a-4540-83d8-3287a8552c30 5/15/2017 1:03:02 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "50a0eb8b-1494-4822-8710-f7b679faffd0 3/19/2021 12:04:07 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "c2dd54af-c38a-4540-83d8-3287a8552c30" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14080" + "50a0eb8b-1494-4822-8710-f7b679faffd0" ], "x-ms-correlation-request-id": [ - "482bb99c-e2af-455e-af62-c3cc6d469d18" + "e95cbcbd-e341-4008-83ba-764b6208a59e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T130302Z:482bb99c-e2af-455e-af62-c3cc6d469d18" + "CENTRALUSEUAP:20210319T120407Z:e95cbcbd-e341-4008-83ba-764b6208a59e" + ], + "Date": [ + "Fri, 19 Mar 2021 12:04:07 GMT" + ], + "Content-Length": [ + "649" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": []\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d998c06-2dd1-402a-921a-79f5afc5c63a" + "6eb97da6-18a7-49fc-b3c3-d59728d297f2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:03:01 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2d998c06-2dd1-402a-921a-79f5afc5c63a 5/15/2017 1:03:03 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "6eb97da6-18a7-49fc-b3c3-d59728d297f2 3/19/2021 12:04:08 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "2d998c06-2dd1-402a-921a-79f5afc5c63a" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14079" + "6eb97da6-18a7-49fc-b3c3-d59728d297f2" ], "x-ms-correlation-request-id": [ - "ac8284a6-eb9e-4be3-aaa8-c71d268753e7" + "fd2a1be5-5b17-49e4-a7fa-558ee74d471c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T130302Z:ac8284a6-eb9e-4be3-aaa8-c71d268753e7" + "CENTRALUSEUAP:20210319T120408Z:fd2a1be5-5b17-49e4-a7fa-558ee74d471c" + ], + "Date": [ + "Fri, 19 Mar 2021 12:04:07 GMT" + ], + "Content-Length": [ + "649" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": []\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2AContainerMappings.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2AContainerMappings.json index 5de8b508e71f4..1d90c8fffbb8e 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2AContainerMappings.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2AContainerMappings.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery/remove?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lck1hcHBpbmdzL3ByaW1hcnlUb1JlY292ZXJ5L3JlbW92ZT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery/remove?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lck1hcHBpbmdzL3ByaW1hcnlUb1JlY292ZXJ5L3JlbW92ZT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"providerSpecificInput\": {}\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f22b0eaf-7372-4ac6-ae7b-1834230aa8d1" + "2085731d-d0a3-4eaf-8290-a81571b3632f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,110 +29,100 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:08:25 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery/operationresults/6becdca2-6dad-4a28-8284-9fea28603b4f?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery/operationresults/67cce71c-c24e-4563-9836-c93bee068a55?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/6becdca2-6dad-4a28-8284-9fea28603b4f", - "f22b0eaf-7372-4ac6-ae7b-1834230aa8d1 3/21/2019 3:08:25 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/67cce71c-c24e-4563-9836-c93bee068a55", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/67cce71c-c24e-4563-9836-c93bee068a55" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/6becdca2-6dad-4a28-8284-9fea28603b4f?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/67cce71c-c24e-4563-9836-c93bee068a55?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "f22b0eaf-7372-4ac6-ae7b-1834230aa8d1" - ], - "X-Powered-By": [ - "ASP.NET" + "2085731d-d0a3-4eaf-8290-a81571b3632f" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "e8ccd9cd-51b2-4dfb-adf6-c4757f734e5c" + "fd0e2f24-ccff-4f21-a6d8-dd60e13835d2" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150825Z:e8ccd9cd-51b2-4dfb-adf6-c4757f734e5c" + "CENTRALUSEUAP:20210321T060920Z:fd0e2f24-ccff-4f21-a6d8-dd60e13835d2" ], - "Content-Length": [ - "0" + "Date": [ + "Sun, 21 Mar 2021 06:09:19 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/6becdca2-6dad-4a28-8284-9fea28603b4f?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvNmJlY2RjYTItNmRhZC00YTI4LTgyODQtOWZlYTI4NjAzYjRmP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/67cce71c-c24e-4563-9836-c93bee068a55?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvNjdjY2U3MWMtYzI0ZS00NTYzLTk4MzYtYzkzYmVlMDY4YTU1P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:08:57 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/6becdca2-6dad-4a28-8284-9fea28603b4f", - "ab829930-19f2-409c-8dcc-39fa073f249c 3/21/2019 3:08:57 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/67cce71c-c24e-4563-9836-c93bee068a55" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "ab829930-19f2-409c-8dcc-39fa073f249c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "9b60a84e-86b6-4e84-86ca-338102b5d467" ], "x-ms-correlation-request-id": [ - "ac514b4b-3120-4798-8f57-7490228c3f7f" + "d5b2979f-ab6b-412d-82c8-07965a0926e7" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150857Z:ac514b4b-3120-4798-8f57-7490228c3f7f" + "CENTRALUSEUAP:20210321T060950Z:d5b2979f-ab6b-412d-82c8-07965a0926e7" + ], + "Date": [ + "Sun, 21 Mar 2021 06:09:50 GMT" ], "Content-Length": [ "216" @@ -144,59 +134,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"6becdca2-6dad-4a28-8284-9fea28603b4f\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-03-21T15:08:25.6553346Z\",\r\n \"endTime\": \"2019-03-21T15:08:29Z\",\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"67cce71c-c24e-4563-9836-c93bee068a55\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-21T06:09:20.1955337Z\",\r\n \"endTime\": \"2021-03-21T06:09:23Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery/operationresults/6becdca2-6dad-4a28-8284-9fea28603b4f?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lck1hcHBpbmdzL3ByaW1hcnlUb1JlY292ZXJ5L29wZXJhdGlvbnJlc3VsdHMvNmJlY2RjYTItNmRhZC00YTI4LTgyODQtOWZlYTI4NjAzYjRmP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery/operationresults/67cce71c-c24e-4563-9836-c93bee068a55?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lck1hcHBpbmdzL3ByaW1hcnlUb1JlY292ZXJ5L29wZXJhdGlvbnJlc3VsdHMvNjdjY2U3MWMtYzI0ZS00NTYzLTk4MzYtYzkzYmVlMDY4YTU1P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:08:57 GMT" - ], "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/6becdca2-6dad-4a28-8284-9fea28603b4f", - "a0bd06dc-1967-4a72-bb59-238547786083 3/21/2019 3:08:58 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/67cce71c-c24e-4563-9836-c93bee068a55", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/67cce71c-c24e-4563-9836-c93bee068a55" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/6becdca2-6dad-4a28-8284-9fea28603b4f?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/67cce71c-c24e-4563-9836-c93bee068a55?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "a0bd06dc-1967-4a72-bb59-238547786083" - ], - "X-Powered-By": [ - "ASP.NET" + "442d5c2d-43e5-4289-82e3-d419422d78fe" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11998" ], "x-ms-correlation-request-id": [ - "6bcd8845-a032-4ce0-a11e-b6fcdcf849da" + "0a421c53-4ab5-4599-8d89-586f3343c419" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150858Z:6bcd8845-a032-4ce0-a11e-b6fcdcf849da" + "CENTRALUSEUAP:20210321T060951Z:0a421c53-4ab5-4599-8d89-586f3343c419" + ], + "Date": [ + "Sun, 21 Mar 2021 06:09:50 GMT" ], "Expires": [ "-1" @@ -206,22 +193,22 @@ "StatusCode": 204 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary/remove?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXIvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvcmVjb3ZlcnlUb1ByaW1hcnkvcmVtb3ZlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary/remove?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXIvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvcmVjb3ZlcnlUb1ByaW1hcnkvcmVtb3ZlP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"providerSpecificInput\": {}\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "dd3ecc06-025f-45a8-a1d2-802989318497" + "cdf3a4b6-adaf-45e8-a58d-8937bd0bf7e3" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -234,178 +221,100 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:08:59 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary/operationresults/3889d0dd-c417-4dde-a103-f9e4d7127817?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary/operationresults/7ba1be44-49ca-411e-997f-f80edb69e306?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3889d0dd-c417-4dde-a103-f9e4d7127817", - "dd3ecc06-025f-45a8-a1d2-802989318497 3/21/2019 3:09:00 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/7ba1be44-49ca-411e-997f-f80edb69e306", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/7ba1be44-49ca-411e-997f-f80edb69e306" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/3889d0dd-c417-4dde-a103-f9e4d7127817?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/7ba1be44-49ca-411e-997f-f80edb69e306?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "dd3ecc06-025f-45a8-a1d2-802989318497" - ], - "X-Powered-By": [ - "ASP.NET" + "cdf3a4b6-adaf-45e8-a58d-8937bd0bf7e3" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "4dcc71e1-887e-4788-9d49-808cae51b4be" + "11596153-3f9e-4556-84de-e88a39188e31" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150900Z:4dcc71e1-887e-4788-9d49-808cae51b4be" + "CENTRALUSEUAP:20210321T060951Z:11596153-3f9e-4556-84de-e88a39188e31" ], - "Content-Length": [ - "0" + "Date": [ + "Sun, 21 Mar 2021 06:09:50 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/3889d0dd-c417-4dde-a103-f9e4d7127817?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzg4OWQwZGQtYzQxNy00ZGRlLWExMDMtZjllNGQ3MTI3ODE3P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/7ba1be44-49ca-411e-997f-f80edb69e306?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvN2JhMWJlNDQtNDljYS00MTFlLTk5N2YtZjgwZWRiNjllMzA2P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:09:30 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3889d0dd-c417-4dde-a103-f9e4d7127817", - "66f51375-7f5f-4f57-bb94-7e0500f8b39f 3/21/2019 3:09:30 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-client-request-id": [ - "66f51375-7f5f-4f57-bb94-7e0500f8b39f" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" - ], - "x-ms-correlation-request-id": [ - "f947f72e-735b-4c01-aa71-7789968c26bd" - ], - "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150930Z:f947f72e-735b-4c01-aa71-7789968c26bd" - ], - "Content-Length": [ - "191" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3889d0dd-c417-4dde-a103-f9e4d7127817\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T15:08:59.9675489Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/3889d0dd-c417-4dde-a103-f9e4d7127817?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzg4OWQwZGQtYzQxNy00ZGRlLWExMDMtZjllNGQ3MTI3ODE3P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 21 Mar 2019 15:10:00 GMT" - ], - "Pragma": [ - "no-cache" + "11997" ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3889d0dd-c417-4dde-a103-f9e4d7127817", - "db2f8200-0eca-4e18-ac2c-8316f93262b8 3/21/2019 3:10:00 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/7ba1be44-49ca-411e-997f-f80edb69e306" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "db2f8200-0eca-4e18-ac2c-8316f93262b8" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "94e7413b-c0f1-4f11-a501-33a83e37d7f4" ], "x-ms-correlation-request-id": [ - "5020c0db-d369-49a5-9133-baab7d488511" + "30151141-4f54-47c8-883f-9a101baf1a9e" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151001Z:5020c0db-d369-49a5-9133-baab7d488511" + "CENTRALUSEUAP:20210321T061022Z:30151141-4f54-47c8-883f-9a101baf1a9e" + ], + "Date": [ + "Sun, 21 Mar 2021 06:10:21 GMT" ], "Content-Length": [ "216" @@ -417,59 +326,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3889d0dd-c417-4dde-a103-f9e4d7127817\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-03-21T15:08:59.9675489Z\",\r\n \"endTime\": \"2019-03-21T15:09:41Z\",\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"7ba1be44-49ca-411e-997f-f80edb69e306\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-21T06:09:51.7438696Z\",\r\n \"endTime\": \"2021-03-21T06:09:55Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary/operationresults/3889d0dd-c417-4dde-a103-f9e4d7127817?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXIvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvcmVjb3ZlcnlUb1ByaW1hcnkvb3BlcmF0aW9ucmVzdWx0cy8zODg5ZDBkZC1jNDE3LTRkZGUtYTEwMy1mOWU0ZDcxMjc4MTc/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary/operationresults/7ba1be44-49ca-411e-997f-f80edb69e306?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXIvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvcmVjb3ZlcnlUb1ByaW1hcnkvb3BlcmF0aW9ucmVzdWx0cy83YmExYmU0NC00OWNhLTQxMWUtOTk3Zi1mODBlZGI2OWUzMDY/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:10:00 GMT" - ], "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3889d0dd-c417-4dde-a103-f9e4d7127817", - "fcbf9591-2dab-4ea2-ad3c-f173d1041275 3/21/2019 3:10:01 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/7ba1be44-49ca-411e-997f-f80edb69e306", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/7ba1be44-49ca-411e-997f-f80edb69e306" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/3889d0dd-c417-4dde-a103-f9e4d7127817?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/7ba1be44-49ca-411e-997f-f80edb69e306?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "fcbf9591-2dab-4ea2-ad3c-f173d1041275" - ], - "X-Powered-By": [ - "ASP.NET" + "3b565a0e-87bd-436b-ba41-ba3c878f3aef" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11996" ], "x-ms-correlation-request-id": [ - "2716311b-6028-498a-b3f8-982679426ac9" + "040fddd1-6f13-43b3-a38d-545783e119be" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151001Z:2716311b-6028-498a-b3f8-982679426ac9" + "CENTRALUSEUAP:20210321T061022Z:040fddd1-6f13-43b3-a38d-545783e119be" + ], + "Date": [ + "Sun, 21 Mar 2021 06:10:21 GMT" ], "Expires": [ "-1" @@ -479,64 +385,58 @@ "StatusCode": 204 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationProtectionContainerMappings?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3M/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationProtectionContainerMappings?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3M/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "229a8092-db69-4ced-b7a2-13bcc0861492" + "07932926-d7c0-4930-9154-425b07424473" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:10:01 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "229a8092-db69-4ced-b7a2-13bcc0861492 3/21/2019 3:10:01 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "07932926-d7c0-4930-9154-425b07424473 3/21/2021 6:10:22 AM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "229a8092-db69-4ced-b7a2-13bcc0861492" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "07932926-d7c0-4930-9154-425b07424473" ], "x-ms-correlation-request-id": [ - "ab03d2ff-5e50-489d-ae9e-4dd52e605ceb" + "e17f016d-4d16-4210-bd25-4d8ccad02a59" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151001Z:ab03d2ff-5e50-489d-ae9e-4dd52e605ceb" + "CENTRALUSEUAP:20210321T061022Z:e17f016d-4d16-4210-bd25-4d8ccad02a59" + ], + "Date": [ + "Sun, 21 Mar 2021 06:10:22 GMT" ], "Content-Length": [ "28" @@ -554,6 +454,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "a7d8f9d0-930c-4dc8-9c14-1526ba255c20" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } } \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2AContainers.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2AContainers.json index 45535c1a7aacd..d73aa15a7eac0 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2AContainers.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2AContainers.json @@ -1,335 +1,121 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/remove?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlbW92ZT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/remove?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlbW92ZT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a54b74b6-3b94-4727-81ef-99b0f7be9bb8" + "fdcfe502-466b-40a4-ab4d-f343b9ff1ef4" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:10:30 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/operationresults/c8ab8fbe-d5da-480a-afa8-1186bb35d71e?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/operationresults/a6d2dd49-7f46-4f53-a752-6cdc630b3681?api-version=2021-02-10" ], "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/c8ab8fbe-d5da-480a-afa8-1186bb35d71e?api-version=2018-07-10" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a54b74b6-3b94-4727-81ef-99b0f7be9bb8 3/21/2019 3:10:30 PM" + "fdcfe502-466b-40a4-ab4d-f343b9ff1ef4 3/21/2021 6:11:15 AM" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/a6d2dd49-7f46-4f53-a752-6cdc630b3681?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "a54b74b6-3b94-4727-81ef-99b0f7be9bb8" - ], - "X-Powered-By": [ - "ASP.NET" + "fdcfe502-466b-40a4-ab4d-f343b9ff1ef4" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "8bd18783-cd57-4f25-b13d-bfea0c479413" + "4af59249-7861-4ebe-a8ba-e787abae4f02" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151030Z:8bd18783-cd57-4f25-b13d-bfea0c479413" + "CENTRALUSEUAP:20210321T061115Z:4af59249-7861-4ebe-a8ba-e787abae4f02" ], - "Content-Length": [ - "0" + "Date": [ + "Sun, 21 Mar 2021 06:11:15 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/c8ab8fbe-d5da-480a-afa8-1186bb35d71e?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvYzhhYjhmYmUtZDVkYS00ODBhLWFmYTgtMTE4NmJiMzVkNzFlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/a6d2dd49-7f46-4f53-a752-6cdc630b3681?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvYTZkMmRkNDktN2Y0Ni00ZjUzLWE3NTItNmNkYzYzMGIzNjgxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:11:01 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/c8ab8fbe-d5da-480a-afa8-1186bb35d71e", - "8740413d-6e30-4d5e-9374-fea718b7710a 3/21/2019 3:11:01 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-client-request-id": [ - "8740413d-6e30-4d5e-9374-fea718b7710a" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], - "x-ms-correlation-request-id": [ - "64f488e1-deb2-488d-aae8-72b03b0f433c" - ], - "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151101Z:64f488e1-deb2-488d-aae8-72b03b0f433c" - ], - "Content-Length": [ - "165" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"c8ab8fbe-d5da-480a-afa8-1186bb35d71e\",\r\n \"properties\": null,\r\n \"status\": \"NotStarted\",\r\n \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/c8ab8fbe-d5da-480a-afa8-1186bb35d71e?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvYzhhYjhmYmUtZDVkYS00ODBhLWFmYTgtMTE4NmJiMzVkNzFlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 21 Mar 2019 15:11:31 GMT" - ], - "Pragma": [ - "no-cache" - ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/c8ab8fbe-d5da-480a-afa8-1186bb35d71e", - "8682170b-f3f7-4324-8779-d0f66425d785 3/21/2019 3:11:31 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-client-request-id": [ - "8682170b-f3f7-4324-8779-d0f66425d785" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "8878f41c-bf80-490e-a27d-f2b9c55bee93" - ], - "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151131Z:8878f41c-bf80-490e-a27d-f2b9c55bee93" - ], - "Content-Length": [ - "165" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"c8ab8fbe-d5da-480a-afa8-1186bb35d71e\",\r\n \"properties\": null,\r\n \"status\": \"NotStarted\",\r\n \"startTime\": null,\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/c8ab8fbe-d5da-480a-afa8-1186bb35d71e?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvYzhhYjhmYmUtZDVkYS00ODBhLWFmYTgtMTE4NmJiMzVkNzFlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 21 Mar 2019 15:12:01 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/c8ab8fbe-d5da-480a-afa8-1186bb35d71e", - "8ac4305e-d01b-46fd-9f56-fd4d70e36356 3/21/2019 3:12:02 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/a6d2dd49-7f46-4f53-a752-6cdc630b3681" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "8ac4305e-d01b-46fd-9f56-fd4d70e36356" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "14fe20d0-f7c5-485f-b81f-846ff704b6f4" ], "x-ms-correlation-request-id": [ - "f86d6f5c-15f4-4056-80ae-716f460ed10a" + "366b4aa9-c6ac-4c43-8179-a4f1cd289d8e" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151202Z:f86d6f5c-15f4-4056-80ae-716f460ed10a" - ], - "Content-Length": [ - "191" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"c8ab8fbe-d5da-480a-afa8-1186bb35d71e\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T15:10:30.6586166Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/c8ab8fbe-d5da-480a-afa8-1186bb35d71e?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvYzhhYjhmYmUtZDVkYS00ODBhLWFmYTgtMTE4NmJiMzVkNzFlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210321T061146Z:366b4aa9-c6ac-4c43-8179-a4f1cd289d8e" ], "Date": [ - "Thu, 21 Mar 2019 15:12:32 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/c8ab8fbe-d5da-480a-afa8-1186bb35d71e", - "e892ce3a-54dd-4456-b250-e437aa483693 3/21/2019 3:12:32 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-client-request-id": [ - "e892ce3a-54dd-4456-b250-e437aa483693" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-correlation-request-id": [ - "28cfd293-b80c-430e-ad4b-cdbfba0529c7" - ], - "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151232Z:28cfd293-b80c-430e-ad4b-cdbfba0529c7" + "Sun, 21 Mar 2021 06:11:45 GMT" ], "Content-Length": [ "216" @@ -341,59 +127,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"c8ab8fbe-d5da-480a-afa8-1186bb35d71e\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-03-21T15:10:30.6586166Z\",\r\n \"endTime\": \"2019-03-21T15:12:04Z\",\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"a6d2dd49-7f46-4f53-a752-6cdc630b3681\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-21T06:11:15.8641689Z\",\r\n \"endTime\": \"2021-03-21T06:11:20Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/operationresults/c8ab8fbe-d5da-480a-afa8-1186bb35d71e?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL29wZXJhdGlvbnJlc3VsdHMvYzhhYjhmYmUtZDVkYS00ODBhLWFmYTgtMTE4NmJiMzVkNzFlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/operationresults/a6d2dd49-7f46-4f53-a752-6cdc630b3681?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL29wZXJhdGlvbnJlc3VsdHMvYTZkMmRkNDktN2Y0Ni00ZjUzLWE3NTItNmNkYzYzMGIzNjgxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:12:34 GMT" - ], "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/c8ab8fbe-d5da-480a-afa8-1186bb35d71e", - "50b11505-4f22-49a7-bd9c-5cb1decaad0c 3/21/2019 3:12:34 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/a6d2dd49-7f46-4f53-a752-6cdc630b3681", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/a6d2dd49-7f46-4f53-a752-6cdc630b3681" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/c8ab8fbe-d5da-480a-afa8-1186bb35d71e?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/a6d2dd49-7f46-4f53-a752-6cdc630b3681?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "50b11505-4f22-49a7-bd9c-5cb1decaad0c" - ], - "X-Powered-By": [ - "ASP.NET" + "5bf4dd0c-af01-425a-a150-46f1fb9a36ef" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11998" ], "x-ms-correlation-request-id": [ - "2339ba31-dc8f-4fd2-b485-c5a9ea7ed223" + "0b534bf9-52a1-4e85-ac97-c06190b56593" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151234Z:2339ba31-dc8f-4fd2-b485-c5a9ea7ed223" + "CENTRALUSEUAP:20210321T061146Z:0b534bf9-52a1-4e85-ac97-c06190b56593" + ], + "Date": [ + "Sun, 21 Mar 2021 06:11:46 GMT" ], "Expires": [ "-1" @@ -403,131 +186,121 @@ "StatusCode": 204 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/remove?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXIvcmVtb3ZlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/remove?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXIvcmVtb3ZlP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c3cdb3c-d259-45d5-8297-c274860d61bd" + "f6f2b518-ae92-4bce-884e-4199e3aa6047" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:12:34 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/operationresults/133cac69-9673-429c-bed3-1b9d2f4951d7?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/operationresults/b8463fb8-abb1-4cf5-a311-d70850eb52ec?api-version=2021-02-10" ], "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/133cac69-9673-429c-bed3-1b9d2f4951d7?api-version=2018-07-10" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8c3cdb3c-d259-45d5-8297-c274860d61bd 3/21/2019 3:12:34 PM" + "f6f2b518-ae92-4bce-884e-4199e3aa6047 3/21/2021 6:11:47 AM" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/b8463fb8-abb1-4cf5-a311-d70850eb52ec?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "8c3cdb3c-d259-45d5-8297-c274860d61bd" - ], - "X-Powered-By": [ - "ASP.NET" + "f6f2b518-ae92-4bce-884e-4199e3aa6047" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "2deafb53-a56b-4c0e-8c06-a88d1f60651e" + "ed875961-8a2f-4347-812a-7f18b51b9894" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151234Z:2deafb53-a56b-4c0e-8c06-a88d1f60651e" + "CENTRALUSEUAP:20210321T061147Z:ed875961-8a2f-4347-812a-7f18b51b9894" ], - "Content-Length": [ - "0" + "Date": [ + "Sun, 21 Mar 2021 06:11:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/133cac69-9673-429c-bed3-1b9d2f4951d7?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMTMzY2FjNjktOTY3My00MjljLWJlZDMtMWI5ZDJmNDk1MWQ3P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/b8463fb8-abb1-4cf5-a311-d70850eb52ec?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvYjg0NjNmYjgtYWJiMS00Y2Y1LWEzMTEtZDcwODUwZWI1MmVjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:13:05 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/133cac69-9673-429c-bed3-1b9d2f4951d7", - "b647b581-9419-4d85-8e07-932591725439 3/21/2019 3:13:05 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/b8463fb8-abb1-4cf5-a311-d70850eb52ec" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "b647b581-9419-4d85-8e07-932591725439" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "e205945b-9be2-4c26-8d54-917e047845e3" ], "x-ms-correlation-request-id": [ - "1a865c65-44f1-473c-9403-d8595bf03fbc" + "fae0d711-c555-4be3-ab8f-d78b3c866af1" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151305Z:1a865c65-44f1-473c-9403-d8595bf03fbc" + "CENTRALUSEUAP:20210321T061217Z:fae0d711-c555-4be3-ab8f-d78b3c866af1" + ], + "Date": [ + "Sun, 21 Mar 2021 06:12:17 GMT" ], "Content-Length": [ "216" @@ -539,59 +312,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"133cac69-9673-429c-bed3-1b9d2f4951d7\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-03-21T15:12:34.6791018Z\",\r\n \"endTime\": \"2019-03-21T15:12:35Z\",\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"b8463fb8-abb1-4cf5-a311-d70850eb52ec\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-21T06:11:47.2716403Z\",\r\n \"endTime\": \"2021-03-21T06:11:47Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/operationresults/133cac69-9673-429c-bed3-1b9d2f4951d7?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXIvb3BlcmF0aW9ucmVzdWx0cy8xMzNjYWM2OS05NjczLTQyOWMtYmVkMy0xYjlkMmY0OTUxZDc/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/operationresults/b8463fb8-abb1-4cf5-a311-d70850eb52ec?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXIvb3BlcmF0aW9ucmVzdWx0cy9iODQ2M2ZiOC1hYmIxLTRjZjUtYTMxMS1kNzA4NTBlYjUyZWM/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:13:05 GMT" - ], "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/133cac69-9673-429c-bed3-1b9d2f4951d7", - "e6b0a1c5-0220-4779-b164-ff37d629a46d 3/21/2019 3:13:05 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/b8463fb8-abb1-4cf5-a311-d70850eb52ec", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/b8463fb8-abb1-4cf5-a311-d70850eb52ec" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/133cac69-9673-429c-bed3-1b9d2f4951d7?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/b8463fb8-abb1-4cf5-a311-d70850eb52ec?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "e6b0a1c5-0220-4779-b164-ff37d629a46d" - ], - "X-Powered-By": [ - "ASP.NET" + "c2068dde-a481-4b4e-ad37-d71ae35cd6aa" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11996" ], "x-ms-correlation-request-id": [ - "b07cb307-9af7-42b2-9f6a-b5216dec40fb" + "3ea552e8-f644-45fe-9b04-19027f45caa6" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151305Z:b07cb307-9af7-42b2-9f6a-b5216dec40fb" + "CENTRALUSEUAP:20210321T061218Z:3ea552e8-f644-45fe-9b04-19027f45caa6" + ], + "Date": [ + "Sun, 21 Mar 2021 06:12:17 GMT" ], "Expires": [ "-1" @@ -601,64 +371,58 @@ "StatusCode": 204 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd689af1-9b9f-4eef-a2aa-af6952b4a2e6" + "864358c2-5460-41da-8c65-903cfc3d7cd6" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:13:06 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "dd689af1-9b9f-4eef-a2aa-af6952b4a2e6 3/21/2019 3:13:06 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "864358c2-5460-41da-8c65-903cfc3d7cd6 3/21/2021 6:12:18 AM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "dd689af1-9b9f-4eef-a2aa-af6952b4a2e6" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "864358c2-5460-41da-8c65-903cfc3d7cd6" ], "x-ms-correlation-request-id": [ - "0aa02c09-6448-4878-acb2-46318765ea08" + "41a66bc1-b699-4440-9392-42aa4f89cd10" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151306Z:0aa02c09-6448-4878-acb2-46318765ea08" + "CENTRALUSEUAP:20210321T061218Z:41a66bc1-b699-4440-9392-42aa4f89cd10" + ], + "Date": [ + "Sun, 21 Mar 2021 06:12:17 GMT" ], "Content-Length": [ "28" @@ -676,6 +440,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "a7d8f9d0-930c-4dc8-9c14-1526ba255c20" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } } \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2AFabrics.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2AFabrics.json index 7fc6cde3d84fa..83b9c2fa5ef1f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2AFabrics.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2AFabrics.json @@ -1,132 +1,122 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/remove?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVtb3ZlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/remove?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVtb3ZlP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d721dab9-df20-4b66-ab37-267fdcf56c03" + "7403f8b9-e1b4-4b74-8d8b-0bdee61b7fc7" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:13:24 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/operationresults/257d5fe4-8403-4b6d-897b-3f37882adb1d?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/operationresults/a3c50be5-9b27-4a99-98f5-002be9d46324?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/257d5fe4-8403-4b6d-897b-3f37882adb1d", - "d721dab9-df20-4b66-ab37-267fdcf56c03 3/21/2019 3:13:25 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/a3c50be5-9b27-4a99-98f5-002be9d46324", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/a3c50be5-9b27-4a99-98f5-002be9d46324" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/257d5fe4-8403-4b6d-897b-3f37882adb1d?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/a3c50be5-9b27-4a99-98f5-002be9d46324?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "d721dab9-df20-4b66-ab37-267fdcf56c03" - ], - "X-Powered-By": [ - "ASP.NET" + "7403f8b9-e1b4-4b74-8d8b-0bdee61b7fc7" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "cf1ea92c-081b-4e59-9c42-8e226abef9f2" + "ff79b3d3-1535-4044-a880-c56234f78804" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151325Z:cf1ea92c-081b-4e59-9c42-8e226abef9f2" + "CENTRALUSEUAP:20210321T061239Z:ff79b3d3-1535-4044-a880-c56234f78804" ], - "Content-Length": [ - "0" + "Date": [ + "Sun, 21 Mar 2021 06:12:39 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/257d5fe4-8403-4b6d-897b-3f37882adb1d?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMjU3ZDVmZTQtODQwMy00YjZkLTg5N2ItM2YzNzg4MmFkYjFkP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/a3c50be5-9b27-4a99-98f5-002be9d46324?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvYTNjNTBiZTUtOWIyNy00YTk5LTk4ZjUtMDAyYmU5ZDQ2MzI0P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:13:57 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/257d5fe4-8403-4b6d-897b-3f37882adb1d", - "a934de0d-7c7d-424a-9d1f-780dd873d15c 3/21/2019 3:13:57 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/a3c50be5-9b27-4a99-98f5-002be9d46324" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "a934de0d-7c7d-424a-9d1f-780dd873d15c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "fa0adbcc-53d1-4a12-aa88-ec7c8553a00b" ], "x-ms-correlation-request-id": [ - "10c9b375-681e-4aa3-b71d-309df6741b8b" + "da6661c5-2037-4d16-9fa3-c7f10bf46076" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151357Z:10c9b375-681e-4aa3-b71d-309df6741b8b" + "CENTRALUSEUAP:20210321T061310Z:da6661c5-2037-4d16-9fa3-c7f10bf46076" + ], + "Date": [ + "Sun, 21 Mar 2021 06:13:10 GMT" ], "Content-Length": [ "216" @@ -138,59 +128,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"257d5fe4-8403-4b6d-897b-3f37882adb1d\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-03-21T15:13:25.3970084Z\",\r\n \"endTime\": \"2019-03-21T15:13:29Z\",\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"a3c50be5-9b27-4a99-98f5-002be9d46324\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-21T06:12:39.546633Z\",\r\n \"endTime\": \"2021-03-21T06:12:43Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/operationresults/257d5fe4-8403-4b6d-897b-3f37882adb1d?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvb3BlcmF0aW9ucmVzdWx0cy8yNTdkNWZlNC04NDAzLTRiNmQtODk3Yi0zZjM3ODgyYWRiMWQ/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/operationresults/a3c50be5-9b27-4a99-98f5-002be9d46324?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvb3BlcmF0aW9ucmVzdWx0cy9hM2M1MGJlNS05YjI3LTRhOTktOThmNS0wMDJiZTlkNDYzMjQ/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:13:57 GMT" - ], "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/257d5fe4-8403-4b6d-897b-3f37882adb1d", - "970ab7a1-2122-4223-84b3-f52f97a12ea9 3/21/2019 3:13:57 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/a3c50be5-9b27-4a99-98f5-002be9d46324", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/a3c50be5-9b27-4a99-98f5-002be9d46324" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/257d5fe4-8403-4b6d-897b-3f37882adb1d?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/a3c50be5-9b27-4a99-98f5-002be9d46324?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "970ab7a1-2122-4223-84b3-f52f97a12ea9" - ], - "X-Powered-By": [ - "ASP.NET" + "bf0b6178-d12c-4d7f-821b-4d1a560b13a9" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-correlation-request-id": [ - "6db770a1-e9a7-41b2-8e69-2b90a91a53da" + "43a9c647-437e-443f-bcc6-f513ec969056" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151357Z:6db770a1-e9a7-41b2-8e69-2b90a91a53da" + "CENTRALUSEUAP:20210321T061310Z:43a9c647-437e-443f-bcc6-f513ec969056" + ], + "Date": [ + "Sun, 21 Mar 2021 06:13:10 GMT" ], "Expires": [ "-1" @@ -200,132 +187,122 @@ "StatusCode": 204 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/remove?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlbW92ZT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/remove?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlbW92ZT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "553de7ff-91ef-4df1-8156-a7be8421170b" + "bf5264c2-a0e4-4c4f-91df-0558d6c151f0" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:13:58 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/operationresults/368fcd87-56a3-4a91-ab75-d4405000c3f9?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/operationresults/d9473686-0910-4509-85b5-52d3666875f0?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/368fcd87-56a3-4a91-ab75-d4405000c3f9", - "553de7ff-91ef-4df1-8156-a7be8421170b 3/21/2019 3:13:58 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/d9473686-0910-4509-85b5-52d3666875f0", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/d9473686-0910-4509-85b5-52d3666875f0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/368fcd87-56a3-4a91-ab75-d4405000c3f9?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/d9473686-0910-4509-85b5-52d3666875f0?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "553de7ff-91ef-4df1-8156-a7be8421170b" - ], - "X-Powered-By": [ - "ASP.NET" + "bf5264c2-a0e4-4c4f-91df-0558d6c151f0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "da573ebc-dbd0-4665-85d8-48bfe1dc22e3" + "b806e4c0-4a20-468a-bad1-1b0a33b4f22b" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151358Z:da573ebc-dbd0-4665-85d8-48bfe1dc22e3" + "CENTRALUSEUAP:20210321T061311Z:b806e4c0-4a20-468a-bad1-1b0a33b4f22b" ], - "Content-Length": [ - "0" + "Date": [ + "Sun, 21 Mar 2021 06:13:10 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/368fcd87-56a3-4a91-ab75-d4405000c3f9?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzY4ZmNkODctNTZhMy00YTkxLWFiNzUtZDQ0MDUwMDBjM2Y5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/d9473686-0910-4509-85b5-52d3666875f0?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvZDk0NzM2ODYtMDkxMC00NTA5LTg1YjUtNTJkMzY2Njg3NWYwP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:14:28 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/368fcd87-56a3-4a91-ab75-d4405000c3f9", - "2ed72a40-538b-4d35-a4d8-c149acd5079b 3/21/2019 3:14:28 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/d9473686-0910-4509-85b5-52d3666875f0" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "2ed72a40-538b-4d35-a4d8-c149acd5079b" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "e189422b-b552-4956-a1e0-07400264f125" ], "x-ms-correlation-request-id": [ - "55fbfe69-e50b-4bca-be3c-0a196e79c90d" + "e28e21aa-2384-49bf-8284-9fd25640c555" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151428Z:55fbfe69-e50b-4bca-be3c-0a196e79c90d" + "CENTRALUSEUAP:20210321T061341Z:e28e21aa-2384-49bf-8284-9fd25640c555" + ], + "Date": [ + "Sun, 21 Mar 2021 06:13:41 GMT" ], "Content-Length": [ "216" @@ -337,59 +314,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"368fcd87-56a3-4a91-ab75-d4405000c3f9\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-03-21T15:13:58.2092552Z\",\r\n \"endTime\": \"2019-03-21T15:14:01Z\",\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"d9473686-0910-4509-85b5-52d3666875f0\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-21T06:13:10.9808941Z\",\r\n \"endTime\": \"2021-03-21T06:13:13Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/operationresults/368fcd87-56a3-4a91-ab75-d4405000c3f9?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL29wZXJhdGlvbnJlc3VsdHMvMzY4ZmNkODctNTZhMy00YTkxLWFiNzUtZDQ0MDUwMDBjM2Y5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/operationresults/d9473686-0910-4509-85b5-52d3666875f0?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL29wZXJhdGlvbnJlc3VsdHMvZDk0NzM2ODYtMDkxMC00NTA5LTg1YjUtNTJkMzY2Njg3NWYwP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:14:29 GMT" - ], "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/368fcd87-56a3-4a91-ab75-d4405000c3f9", - "0032440f-869c-480a-967c-1d2e1269906f 3/21/2019 3:14:29 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/d9473686-0910-4509-85b5-52d3666875f0", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/d9473686-0910-4509-85b5-52d3666875f0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/368fcd87-56a3-4a91-ab75-d4405000c3f9?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/d9473686-0910-4509-85b5-52d3666875f0?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "0032440f-869c-480a-967c-1d2e1269906f" - ], - "X-Powered-By": [ - "ASP.NET" + "57c8e545-ecdc-4131-bf46-4101cc8f0a54" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-correlation-request-id": [ - "f0b8f13a-ac80-4f67-9cb8-fa22fd521771" + "d52daa03-e1c2-4850-9c3e-b4d6935f3f4d" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151429Z:f0b8f13a-ac80-4f67-9cb8-fa22fd521771" + "CENTRALUSEUAP:20210321T061341Z:d52daa03-e1c2-4850-9c3e-b4d6935f3f4d" + ], + "Date": [ + "Sun, 21 Mar 2021 06:13:41 GMT" ], "Expires": [ "-1" @@ -399,64 +373,58 @@ "StatusCode": 204 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0422b9f7-8e8d-4926-ae77-44cc32e5b40b" + "eb05093d-1d84-4b5d-b0bd-6299fed04417" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:14:29 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "0422b9f7-8e8d-4926-ae77-44cc32e5b40b 3/21/2019 3:14:29 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "eb05093d-1d84-4b5d-b0bd-6299fed04417 3/21/2021 6:13:42 AM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "0422b9f7-8e8d-4926-ae77-44cc32e5b40b" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "eb05093d-1d84-4b5d-b0bd-6299fed04417" ], "x-ms-correlation-request-id": [ - "45c3ce31-f298-4199-926a-4a1315b92984" + "804119ec-0e4f-4b93-9a36-dec11cf17d9a" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151429Z:45c3ce31-f298-4199-926a-4a1315b92984" + "CENTRALUSEUAP:20210321T061342Z:804119ec-0e4f-4b93-9a36-dec11cf17d9a" + ], + "Date": [ + "Sun, 21 Mar 2021 06:13:41 GMT" ], "Content-Length": [ "28" @@ -474,6 +442,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "a7d8f9d0-930c-4dc8-9c14-1526ba255c20" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } } \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2APolicy.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2APolicy.json index 9de06b8dc8bd2..f908e219bc575 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2APolicy.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2APolicy.json @@ -1,131 +1,121 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9hMmFQb2xpY3k/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qb2xpY2llcy9hMmFQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d004f388-9ede-49ac-9643-b692583b1bc5" + "b0a03b10-ca75-41fb-bac7-f5ee092e2835" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:14:51 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy/operationresults/d117924f-0b15-45e4-bf0e-9a30fb58d8bb?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy/operationresults/6b4977ff-8fd2-4392-869b-f47ecf469dae?api-version=2021-02-10" ], "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/d117924f-0b15-45e4-bf0e-9a30fb58d8bb?api-version=2018-07-10" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d004f388-9ede-49ac-9643-b692583b1bc5 3/21/2019 3:14:51 PM" + "b0a03b10-ca75-41fb-bac7-f5ee092e2835 3/21/2021 6:14:10 AM" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/6b4977ff-8fd2-4392-869b-f47ecf469dae?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "d004f388-9ede-49ac-9643-b692583b1bc5" - ], - "X-Powered-By": [ - "ASP.NET" + "b0a03b10-ca75-41fb-bac7-f5ee092e2835" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "c43081ef-fca5-4393-8da4-ca32b515f87c" + "3864e755-b4fc-4d78-aef7-a3610423e5a1" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151451Z:c43081ef-fca5-4393-8da4-ca32b515f87c" + "CENTRALUSEUAP:20210321T061410Z:3864e755-b4fc-4d78-aef7-a3610423e5a1" ], - "Content-Length": [ - "0" + "Date": [ + "Sun, 21 Mar 2021 06:14:10 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/d117924f-0b15-45e4-bf0e-9a30fb58d8bb?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvZDExNzkyNGYtMGIxNS00NWU0LWJmMGUtOWEzMGZiNThkOGJiP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/6b4977ff-8fd2-4392-869b-f47ecf469dae?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvNmI0OTc3ZmYtOGZkMi00MzkyLTg2OWItZjQ3ZWNmNDY5ZGFlP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:15:21 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d117924f-0b15-45e4-bf0e-9a30fb58d8bb", - "c231c936-e227-4469-8857-57e621fa98fc 3/21/2019 3:15:21 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/6b4977ff-8fd2-4392-869b-f47ecf469dae" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "c231c936-e227-4469-8857-57e621fa98fc" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "d1f22e55-c5c7-4529-b0da-a846700b3090" ], "x-ms-correlation-request-id": [ - "ee925077-d53c-4ff5-bbce-9d6cd50f6962" + "7da2efc1-0df7-4f97-af14-72bbb024343e" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151521Z:ee925077-d53c-4ff5-bbce-9d6cd50f6962" + "CENTRALUSEUAP:20210321T061440Z:7da2efc1-0df7-4f97-af14-72bbb024343e" + ], + "Date": [ + "Sun, 21 Mar 2021 06:14:40 GMT" ], "Content-Length": [ "216" @@ -137,59 +127,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"d117924f-0b15-45e4-bf0e-9a30fb58d8bb\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-03-21T15:14:51.1145658Z\",\r\n \"endTime\": \"2019-03-21T15:14:51Z\",\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"6b4977ff-8fd2-4392-869b-f47ecf469dae\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-21T06:14:09.9434785Z\",\r\n \"endTime\": \"2021-03-21T06:14:10Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy/operationresults/d117924f-0b15-45e4-bf0e-9a30fb58d8bb?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9hMmFQb2xpY3kvb3BlcmF0aW9ucmVzdWx0cy9kMTE3OTI0Zi0wYjE1LTQ1ZTQtYmYwZS05YTMwZmI1OGQ4YmI/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy/operationresults/6b4977ff-8fd2-4392-869b-f47ecf469dae?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qb2xpY2llcy9hMmFQb2xpY3kvb3BlcmF0aW9ucmVzdWx0cy82YjQ5NzdmZi04ZmQyLTQzOTItODY5Yi1mNDdlY2Y0NjlkYWU/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:15:22 GMT" - ], "Pragma": [ "no-cache" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d117924f-0b15-45e4-bf0e-9a30fb58d8bb", - "780428b8-e6f9-47ee-8fe5-0fb1e5f882a5 3/21/2019 3:15:23 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/6b4977ff-8fd2-4392-869b-f47ecf469dae", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/6b4977ff-8fd2-4392-869b-f47ecf469dae" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/d117924f-0b15-45e4-bf0e-9a30fb58d8bb?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/6b4977ff-8fd2-4392-869b-f47ecf469dae?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "780428b8-e6f9-47ee-8fe5-0fb1e5f882a5" - ], - "X-Powered-By": [ - "ASP.NET" + "0485783a-de49-4059-aee7-be8e667410e8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11993" ], "x-ms-correlation-request-id": [ - "0653714a-4824-4902-9dcb-d60c2e127483" + "648f713e-7d1a-47b9-8a22-43ac7ebe051c" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151523Z:0653714a-4824-4902-9dcb-d60c2e127483" + "CENTRALUSEUAP:20210321T061440Z:648f713e-7d1a-47b9-8a22-43ac7ebe051c" + ], + "Date": [ + "Sun, 21 Mar 2021 06:14:40 GMT" ], "Expires": [ "-1" @@ -199,64 +186,58 @@ "StatusCode": 204 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qb2xpY2llcz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0038148-18ee-4807-b5bd-1c3fab9a47b3" + "88a2d441-7cab-4cc5-b6a6-d5958019242d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:15:24 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "f0038148-18ee-4807-b5bd-1c3fab9a47b3 3/21/2019 3:15:24 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "88a2d441-7cab-4cc5-b6a6-d5958019242d 3/21/2021 6:14:41 AM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "f0038148-18ee-4807-b5bd-1c3fab9a47b3" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "88a2d441-7cab-4cc5-b6a6-d5958019242d" ], "x-ms-correlation-request-id": [ - "64c1e61e-8f1d-4ae3-aa3c-9c120f9bf1ab" + "d117a323-99b9-4bf8-a575-98b267292a99" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T151525Z:64c1e61e-8f1d-4ae3-aa3c-9c120f9bf1ab" + "CENTRALUSEUAP:20210321T061441Z:d117a323-99b9-4bf8-a575-98b267292a99" + ], + "Date": [ + "Sun, 21 Mar 2021 06:14:41 GMT" ], "Content-Length": [ "28" @@ -274,6 +255,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "a7d8f9d0-930c-4dc8-9c14-1526ba255c20" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } } \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2AReplicationProtectedItem.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2AReplicationProtectedItem.json index 3fad6342e627f..910e8f2b08dfd 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2AReplicationProtectedItem.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteA2AReplicationProtectedItem.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1/remove?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGVkSXRlbXMvc2RrVGVzdFZtMS9yZW1vdmU/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1/remove?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGVkSXRlbXMvc2RrVGVzdFZtMS9yZW1vdmU/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"replicationProviderInput\": {\r\n \"instanceType\": \"DisableProtectionProviderSpecificInput\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "da477714-bb05-4b79-a870-fbdb56a8b80c" + "d6640c01-830f-4bb5-a6c4-b1e3debc4843" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -29,109 +29,99 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:56:54 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1/operationresults/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1/operationresults/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10" ], "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "da477714-bb05-4b79-a870-fbdb56a8b80c 3/21/2019 2:56:54 PM" + "d6640c01-830f-4bb5-a6c4-b1e3debc4843 3/20/2021 9:28:14 PM" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "da477714-bb05-4b79-a870-fbdb56a8b80c" - ], - "X-Powered-By": [ - "ASP.NET" + "d6640c01-830f-4bb5-a6c4-b1e3debc4843" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "3d876e37-d17d-4202-9ea3-22b42ef3e2e9" + "e7c348fc-a6de-4e0c-a90e-a5164bdf4e5d" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145655Z:3d876e37-d17d-4202-9ea3-22b42ef3e2e9" + "CENTRALUSEUAP:20210320T212814Z:e7c348fc-a6de-4e0c-a90e-a5164bdf4e5d" ], - "Content-Length": [ - "0" + "Date": [ + "Sat, 20 Mar 2021 21:28:14 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzc2MmMyZWMtNjI1MS00YWYwLTkyMGMtNzhjMWIyZTkwMjhmP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:57:24 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "32276b1f-4fe7-416a-ac58-952327bff65f 3/21/2019 2:57:25 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3762c2ec-6251-4af0-920c-78c1b2e9028f" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "32276b1f-4fe7-416a-ac58-952327bff65f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "08d4be2b-4ece-43b5-b90c-96486c19b80e" ], "x-ms-correlation-request-id": [ - "7f3e6fcd-f3ed-4d9a-a126-e8a292132220" + "ff49321a-57bd-446e-aa15-9244ce4856ba" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145725Z:7f3e6fcd-f3ed-4d9a-a126-e8a292132220" + "CENTRALUSEUAP:20210320T212900Z:ff49321a-57bd-446e-aa15-9244ce4856ba" + ], + "Date": [ + "Sat, 20 Mar 2021 21:29:00 GMT" ], "Content-Length": [ "191" @@ -143,63 +133,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3762c2ec-6251-4af0-920c-78c1b2e9028f\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:28:14.0594171Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzc2MmMyZWMtNjI1MS00YWYwLTkyMGMtNzhjMWIyZTkwMjhmP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:57:55 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "02c8b8b9-312b-49c6-a6ed-3a11591e0d6e 3/21/2019 2:57:55 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3762c2ec-6251-4af0-920c-78c1b2e9028f" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "02c8b8b9-312b-49c6-a6ed-3a11591e0d6e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "82ea9e05-fdde-4c69-ad6d-67467f58425e" ], "x-ms-correlation-request-id": [ - "3df204be-f2c8-4738-9aa9-de9945b4a09e" + "cd357513-78a1-4384-8642-e93181d82db6" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145755Z:3df204be-f2c8-4738-9aa9-de9945b4a09e" + "CENTRALUSEUAP:20210320T212931Z:cd357513-78a1-4384-8642-e93181d82db6" + ], + "Date": [ + "Sat, 20 Mar 2021 21:29:31 GMT" ], "Content-Length": [ "191" @@ -211,63 +194,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3762c2ec-6251-4af0-920c-78c1b2e9028f\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:28:14.0594171Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzc2MmMyZWMtNjI1MS00YWYwLTkyMGMtNzhjMWIyZTkwMjhmP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:58:26 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "b04ad39b-debc-40a0-a43a-f93369c8f618 3/21/2019 2:58:27 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3762c2ec-6251-4af0-920c-78c1b2e9028f" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "b04ad39b-debc-40a0-a43a-f93369c8f618" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "a928e5e9-4baa-4308-bf75-698b869dfd55" ], "x-ms-correlation-request-id": [ - "fb98de00-fd15-4e52-ac7e-22d6e2471444" + "a1f371ad-f14b-4269-866c-2d046c10e992" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145827Z:fb98de00-fd15-4e52-ac7e-22d6e2471444" + "CENTRALUSEUAP:20210320T213001Z:a1f371ad-f14b-4269-866c-2d046c10e992" + ], + "Date": [ + "Sat, 20 Mar 2021 21:30:01 GMT" ], "Content-Length": [ "191" @@ -279,63 +255,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3762c2ec-6251-4af0-920c-78c1b2e9028f\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:28:14.0594171Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzc2MmMyZWMtNjI1MS00YWYwLTkyMGMtNzhjMWIyZTkwMjhmP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:58:57 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "c8a367dd-3427-4efe-853e-6a2d89bcb048 3/21/2019 2:58:57 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3762c2ec-6251-4af0-920c-78c1b2e9028f" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "c8a367dd-3427-4efe-853e-6a2d89bcb048" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "dca22c34-4020-49c7-ac9e-64a0e0b37c94" ], "x-ms-correlation-request-id": [ - "8a4533a2-e0c8-4a69-8a4b-d31b466b27e7" + "8f6e534d-0840-485e-98aa-f880d8d74650" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145857Z:8a4533a2-e0c8-4a69-8a4b-d31b466b27e7" + "CENTRALUSEUAP:20210320T213032Z:8f6e534d-0840-485e-98aa-f880d8d74650" + ], + "Date": [ + "Sat, 20 Mar 2021 21:30:31 GMT" ], "Content-Length": [ "191" @@ -347,63 +316,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3762c2ec-6251-4af0-920c-78c1b2e9028f\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:28:14.0594171Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzc2MmMyZWMtNjI1MS00YWYwLTkyMGMtNzhjMWIyZTkwMjhmP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:59:28 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "26470bc8-d624-4ea5-96bc-301b6052e01d 3/21/2019 2:59:28 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3762c2ec-6251-4af0-920c-78c1b2e9028f" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "26470bc8-d624-4ea5-96bc-301b6052e01d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "9df14767-fb40-43ba-84ce-cc52258a8e65" ], "x-ms-correlation-request-id": [ - "56ce4848-9ba2-4257-9aab-19f8706952c8" + "b290843b-172e-4ab7-a6db-bb8c4d2aaab2" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145928Z:56ce4848-9ba2-4257-9aab-19f8706952c8" + "CENTRALUSEUAP:20210320T213102Z:b290843b-172e-4ab7-a6db-bb8c4d2aaab2" + ], + "Date": [ + "Sat, 20 Mar 2021 21:31:01 GMT" ], "Content-Length": [ "191" @@ -415,63 +377,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3762c2ec-6251-4af0-920c-78c1b2e9028f\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:28:14.0594171Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzc2MmMyZWMtNjI1MS00YWYwLTkyMGMtNzhjMWIyZTkwMjhmP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:59:59 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "70cb5708-17b5-49fe-97e9-da34fd47631a 3/21/2019 2:59:59 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3762c2ec-6251-4af0-920c-78c1b2e9028f" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "70cb5708-17b5-49fe-97e9-da34fd47631a" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "af073d3f-8705-408a-a6df-aee0c6646df4" ], "x-ms-correlation-request-id": [ - "a0259507-ddd2-4577-829a-7f640b98e176" + "76b3cded-1cfc-481b-ba83-6d24d108bea7" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145959Z:a0259507-ddd2-4577-829a-7f640b98e176" + "CENTRALUSEUAP:20210320T213132Z:76b3cded-1cfc-481b-ba83-6d24d108bea7" + ], + "Date": [ + "Sat, 20 Mar 2021 21:31:32 GMT" ], "Content-Length": [ "191" @@ -483,63 +438,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3762c2ec-6251-4af0-920c-78c1b2e9028f\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:28:14.0594171Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzc2MmMyZWMtNjI1MS00YWYwLTkyMGMtNzhjMWIyZTkwMjhmP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:00:29 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "11c29bba-572a-4924-9865-054977bf7427 3/21/2019 3:00:30 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3762c2ec-6251-4af0-920c-78c1b2e9028f" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "11c29bba-572a-4924-9865-054977bf7427" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "a1bc3e17-cec4-47e3-9397-f5cb13440305" ], "x-ms-correlation-request-id": [ - "f8309cae-453b-4fd7-a46b-ddd1dd4cf47d" + "821d2869-83dd-4665-a509-6e292f27e4ed" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150030Z:f8309cae-453b-4fd7-a46b-ddd1dd4cf47d" + "CENTRALUSEUAP:20210320T213203Z:821d2869-83dd-4665-a509-6e292f27e4ed" + ], + "Date": [ + "Sat, 20 Mar 2021 21:32:03 GMT" ], "Content-Length": [ "191" @@ -551,63 +499,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3762c2ec-6251-4af0-920c-78c1b2e9028f\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:28:14.0594171Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzc2MmMyZWMtNjI1MS00YWYwLTkyMGMtNzhjMWIyZTkwMjhmP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:01:00 GMT" - ], "Pragma": [ "no-cache" ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "24f4d3db-377a-4eb5-ad72-1cfde7fef9fa 3/21/2019 3:01:00 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3762c2ec-6251-4af0-920c-78c1b2e9028f" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "24f4d3db-377a-4eb5-ad72-1cfde7fef9fa" + "6c613d59-6e31-45cb-929e-68771371bb4e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "5620c467-c949-489a-bfcb-a0d87d2055c9" + "6b2ec1b9-7b88-44f6-8c69-b7512db0590c" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150100Z:5620c467-c949-489a-bfcb-a0d87d2055c9" + "CENTRALUSEUAP:20210320T213233Z:6b2ec1b9-7b88-44f6-8c69-b7512db0590c" + ], + "Date": [ + "Sat, 20 Mar 2021 21:32:33 GMT" ], "Content-Length": [ "191" @@ -619,63 +560,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3762c2ec-6251-4af0-920c-78c1b2e9028f\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:28:14.0594171Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzc2MmMyZWMtNjI1MS00YWYwLTkyMGMtNzhjMWIyZTkwMjhmP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:01:31 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "b3724fe9-bf30-4866-aeb3-23cd81406a36 3/21/2019 3:01:31 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3762c2ec-6251-4af0-920c-78c1b2e9028f" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "b3724fe9-bf30-4866-aeb3-23cd81406a36" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "9f16faea-7e74-461f-bd74-69a59d34357c" ], "x-ms-correlation-request-id": [ - "64b52033-7f73-49a7-b43a-141e67778577" + "940cf7d9-2b9f-4b4f-a7d5-b92188671019" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150131Z:64b52033-7f73-49a7-b43a-141e67778577" + "CENTRALUSEUAP:20210320T213304Z:940cf7d9-2b9f-4b4f-a7d5-b92188671019" + ], + "Date": [ + "Sat, 20 Mar 2021 21:33:04 GMT" ], "Content-Length": [ "191" @@ -687,63 +621,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3762c2ec-6251-4af0-920c-78c1b2e9028f\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:28:14.0594171Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzc2MmMyZWMtNjI1MS00YWYwLTkyMGMtNzhjMWIyZTkwMjhmP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:02:00 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "dee377b8-f50c-4dc8-8dbc-1ef687e18495 3/21/2019 3:02:01 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3762c2ec-6251-4af0-920c-78c1b2e9028f" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "dee377b8-f50c-4dc8-8dbc-1ef687e18495" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "467b0a73-8535-4daf-9220-f6c48f86e215" ], "x-ms-correlation-request-id": [ - "f33b69ef-f402-4595-b2a4-f0aa0eec2b5a" + "84fbe361-f355-4e82-9614-2b8b7deb077a" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150201Z:f33b69ef-f402-4595-b2a4-f0aa0eec2b5a" + "CENTRALUSEUAP:20210320T213334Z:84fbe361-f355-4e82-9614-2b8b7deb077a" + ], + "Date": [ + "Sat, 20 Mar 2021 21:33:34 GMT" ], "Content-Length": [ "191" @@ -755,63 +682,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3762c2ec-6251-4af0-920c-78c1b2e9028f\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:28:14.0594171Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzc2MmMyZWMtNjI1MS00YWYwLTkyMGMtNzhjMWIyZTkwMjhmP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:02:31 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "cb9bc83f-8d85-4d2b-8f54-eb998a89e648 3/21/2019 3:02:31 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3762c2ec-6251-4af0-920c-78c1b2e9028f" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "cb9bc83f-8d85-4d2b-8f54-eb998a89e648" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "09d66ac8-9873-4362-8c77-892fe28df056" ], "x-ms-correlation-request-id": [ - "635a30d6-67b3-45ed-a473-e4d63c1ac3a9" + "664e31f1-b2cf-4f65-baa6-38b0c430c9dc" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150232Z:635a30d6-67b3-45ed-a473-e4d63c1ac3a9" + "CENTRALUSEUAP:20210320T213405Z:664e31f1-b2cf-4f65-baa6-38b0c430c9dc" + ], + "Date": [ + "Sat, 20 Mar 2021 21:34:04 GMT" ], "Content-Length": [ "191" @@ -823,63 +743,56 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3762c2ec-6251-4af0-920c-78c1b2e9028f\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:28:14.0594171Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzc2MmMyZWMtNjI1MS00YWYwLTkyMGMtNzhjMWIyZTkwMjhmP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:03:03 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "2305a7e0-ccf4-479d-95d3-ce3568a299e3 3/21/2019 3:03:03 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3762c2ec-6251-4af0-920c-78c1b2e9028f" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "2305a7e0-ccf4-479d-95d3-ce3568a299e3" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "88e85118-f9f9-412e-b743-29cfa261cb91" ], "x-ms-correlation-request-id": [ - "1c35dcbe-fb65-44e5-901e-93eb74caa5d1" + "82699482-4675-45da-9718-3980a8a0bed2" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150303Z:1c35dcbe-fb65-44e5-901e-93eb74caa5d1" + "CENTRALUSEUAP:20210320T213435Z:82699482-4675-45da-9718-3980a8a0bed2" + ], + "Date": [ + "Sat, 20 Mar 2021 21:34:35 GMT" ], "Content-Length": [ "191" @@ -891,66 +804,59 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3762c2ec-6251-4af0-920c-78c1b2e9028f\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-20T21:28:14.0594171Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvMzc2MmMyZWMtNjI1MS00YWYwLTkyMGMtNzhjMWIyZTkwMjhmP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:03:33 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "1b7ad56e-45af-4a45-9329-3eeb45ad2986 3/21/2019 3:03:33 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3762c2ec-6251-4af0-920c-78c1b2e9028f" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "1b7ad56e-45af-4a45-9329-3eeb45ad2986" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "aab18cc1-14bd-4deb-bc9d-9d8be9e255d8" ], "x-ms-correlation-request-id": [ - "d5945389-6fec-48c4-8908-d795288ba204" + "4eb7b747-b1c4-4163-b1d4-292e75910975" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150334Z:d5945389-6fec-48c4-8908-d795288ba204" + "CENTRALUSEUAP:20210320T213506Z:4eb7b747-b1c4-4163-b1d4-292e75910975" + ], + "Date": [ + "Sat, 20 Mar 2021 21:35:05 GMT" ], "Content-Length": [ - "191" + "216" ], "Content-Type": [ "application/json" @@ -959,670 +865,117 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3762c2ec-6251-4af0-920c-78c1b2e9028f\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-20T21:28:14.0594171Z\",\r\n \"endTime\": \"2021-03-20T21:35:03Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1/operationresults/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGVkSXRlbXMvc2RrVGVzdFZtMS9vcGVyYXRpb25yZXN1bHRzLzM3NjJjMmVjLTYyNTEtNGFmMC05MjBjLTc4YzFiMmU5MDI4Zj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:04:03 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "07895abb-14c2-4f62-877c-86a8280f9956 3/21/2019 3:04:04 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3762c2ec-6251-4af0-920c-78c1b2e9028f", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/3762c2ec-6251-4af0-920c-78c1b2e9028f" ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationOperationStatus/3762c2ec-6251-4af0-920c-78c1b2e9028f?api-version=2021-02-10" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "07895abb-14c2-4f62-877c-86a8280f9956" + "cb0ae4b5-c3be-4cd9-843e-96ee3ff25f92" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], "x-ms-correlation-request-id": [ - "39ece96e-f181-4564-aeba-5874e77e83e7" + "f4298fc2-a3bc-477d-a2fd-01ed5e85868e" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150404Z:39ece96e-f181-4564-aeba-5874e77e83e7" - ], - "Content-Length": [ - "191" + "CENTRALUSEUAP:20210320T213506Z:f4298fc2-a3bc-477d-a2fd-01ed5e85868e" ], - "Content-Type": [ - "application/json" + "Date": [ + "Sat, 20 Mar 2021 21:35:06 GMT" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationProtectedItems?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "097dfc99-efa3-44df-b333-f8ed4da969d1" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 15:04:34 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "93dbd4b1-b050-4606-8be5-4ffbfdce4c94 3/21/2019 3:04:34 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "097dfc99-efa3-44df-b333-f8ed4da969d1 3/21/2021 6:09:02 AM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "93dbd4b1-b050-4606-8be5-4ffbfdce4c94" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "097dfc99-efa3-44df-b333-f8ed4da969d1" ], "x-ms-correlation-request-id": [ - "cf2ca03b-108c-4d38-b13a-2bd856ad14b9" + "b53d7570-bd51-451f-a941-f917eb8a93a2" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150435Z:cf2ca03b-108c-4d38-b13a-2bd856ad14b9" - ], - "Content-Length": [ - "191" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 21 Mar 2019 15:05:04 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "36d7eb02-f2a2-4a01-b33f-0f9db26b32de 3/21/2019 3:05:05 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-client-request-id": [ - "36d7eb02-f2a2-4a01-b33f-0f9db26b32de" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-correlation-request-id": [ - "db67cda8-3dfb-4e31-b3ba-920330db40b7" - ], - "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150505Z:db67cda8-3dfb-4e31-b3ba-920330db40b7" - ], - "Content-Length": [ - "191" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 21 Mar 2019 15:05:35 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "8270d469-b61d-4f10-87c1-cc0bb760c8ae 3/21/2019 3:05:35 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-client-request-id": [ - "8270d469-b61d-4f10-87c1-cc0bb760c8ae" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-correlation-request-id": [ - "07c4a940-6a73-4af4-917f-caaed7769b52" - ], - "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150535Z:07c4a940-6a73-4af4-917f-caaed7769b52" - ], - "Content-Length": [ - "191" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210321T060902Z:b53d7570-bd51-451f-a941-f917eb8a93a2" ], "Date": [ - "Thu, 21 Mar 2019 15:06:05 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "0f91e4be-050e-4ab5-bc4b-fe76bc12b5e9 3/21/2019 3:06:06 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-client-request-id": [ - "0f91e4be-050e-4ab5-bc4b-fe76bc12b5e9" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-correlation-request-id": [ - "3d7e0374-d623-4d8e-8d26-92a06d275988" - ], - "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150606Z:3d7e0374-d623-4d8e-8d26-92a06d275988" - ], - "Content-Length": [ - "191" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 21 Mar 2019 15:06:37 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "2ab5a669-3160-4d41-a702-e8da36147c0b 3/21/2019 3:06:37 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-client-request-id": [ - "2ab5a669-3160-4d41-a702-e8da36147c0b" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-correlation-request-id": [ - "99f43597-d12d-4684-b359-e42603ca96b7" - ], - "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150637Z:99f43597-d12d-4684-b359-e42603ca96b7" - ], - "Content-Length": [ - "191" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 21 Mar 2019 15:07:08 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "7b6e6752-d3c0-41c7-beff-cbf4cb0f4ca9 3/21/2019 3:07:08 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-client-request-id": [ - "7b6e6752-d3c0-41c7-beff-cbf4cb0f4ca9" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-correlation-request-id": [ - "6edb5262-0f72-427e-8cf6-3238b7bccb62" - ], - "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150708Z:6edb5262-0f72-427e-8cf6-3238b7bccb62" - ], - "Content-Length": [ - "191" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25PcGVyYXRpb25TdGF0dXMvOTAyZTIzNmUtMTM3ZC00MjY5LThmMWMtOTg2NTQ2YWM3NzU5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 21 Mar 2019 15:07:39 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "66ee05ce-bab3-4385-860e-bc0c73a01872 3/21/2019 3:07:39 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-client-request-id": [ - "66ee05ce-bab3-4385-860e-bc0c73a01872" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-correlation-request-id": [ - "085d9fd9-24e4-4190-baf4-fbea28bd1fa7" - ], - "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150740Z:085d9fd9-24e4-4190-baf4-fbea28bd1fa7" - ], - "Content-Length": [ - "216" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"902e236e-137d-4269-8f1c-986546ac7759\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2019-03-21T14:56:54.8147777Z\",\r\n \"endTime\": \"2019-03-21T15:07:19Z\",\r\n \"percentComplete\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1/operationresults/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGVkSXRlbXMvc2RrVGVzdFZtMS9vcGVyYXRpb25yZXN1bHRzLzkwMmUyMzZlLTEzN2QtNDI2OS04ZjFjLTk4NjU0NmFjNzc1OT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 21 Mar 2019 15:07:39 GMT" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/902e236e-137d-4269-8f1c-986546ac7759", - "1279c3df-97df-4526-a4d2-6341a0fb6b28 3/21/2019 3:07:40 PM" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationOperationStatus/902e236e-137d-4269-8f1c-986546ac7759?api-version=2018-07-10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-client-request-id": [ - "1279c3df-97df-4526-a4d2-6341a0fb6b28" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-correlation-request-id": [ - "6100ccdd-f894-4f48-8ee9-21f532626ac4" - ], - "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150740Z:6100ccdd-f894-4f48-8ee9-21f532626ac4" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationProtectedItems?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "27558e95-a947-48bb-bd12-28a83c4cf55a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 21 Mar 2019 15:07:43 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "27558e95-a947-48bb-bd12-28a83c4cf55a 3/21/2019 3:07:44 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-client-request-id": [ - "27558e95-a947-48bb-bd12-28a83c4cf55a" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], - "x-ms-correlation-request-id": [ - "5f1c8ce2-7ba3-41bb-9a3f-a3741b2df5bf" - ], - "x-ms-routing-request-id": [ - "WESTINDIA:20190321T150744Z:5f1c8ce2-7ba3-41bb-9a3f-a3741b2df5bf" + "Sun, 21 Mar 2021 06:09:02 GMT" ], "Content-Length": [ "28" @@ -1640,6 +993,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "a7d8f9d0-930c-4dc8-9c14-1526ba255c20" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } } \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteNetworkMapping.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteNetworkMapping.json index 0376c102bbe8c..5e93c18bd04cc 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteNetworkMapping.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteNetworkMapping.json @@ -1,205 +1,193 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL2QxODhkYzM3OGE3OGM4MTliZmI4YjFmMDdlYmEyYzE1NTExZTE3ODhjNDFiYTI3NzkyZDk0MzNmYzZhNGUwODcvcmVwbGljYXRpb25OZXR3b3Jrcy9jNDFlZGE4Ni05NmQ1LTQ1NDEtYTZmOC1jNDdkNGI3NWEyNGEvcmVwbGljYXRpb25OZXR3b3JrTWFwcGluZ3MvTldNYXBwaW5nP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9jYTY2N2QyNTM2ZjU0MGNjNTdhNTY2YWU2MzkwODFiMTIzYWQ1MDhkOTNjYWVmMjg1OTIzN2NhMjJmMjY1ODY2L3JlcGxpY2F0aW9uTmV0d29ya3MvNGY3MDRiOGYtOTQ2Yy00NzA1LTk4NDQtMTExNjdlOTAxMDJmL3JlcGxpY2F0aW9uTmV0d29ya01hcHBpbmdzL05XTWFwcGluZz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3c4c250-c7a9-45bb-8ebd-1aaeeaba507b" + "2fabd39e-50c5-4f70-9ee5-9454e1cea3a0" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 07:18:05 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping/operationresults/ce5a5825-bfc1-4e73-a1fd-777566368d47?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping/operationresults/2f717406-2402-4338-b679-63bd1276c228?api-version=2021-02-10" ], "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ce5a5825-bfc1-4e73-a1fd-777566368d47?api-version=2018-07-10" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f3c4c250-c7a9-45bb-8ebd-1aaeeaba507b 5/15/2017 7:18:06 AM" + "2fabd39e-50c5-4f70-9ee5-9454e1cea3a0 3/18/2021 6:30:39 PM" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/2f717406-2402-4338-b679-63bd1276c228?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "f3c4c250-c7a9-45bb-8ebd-1aaeeaba507b" + "X-Content-Type-Options": [ + "nosniff" ], - "X-Powered-By": [ - "ASP.NET" + "x-ms-client-request-id": [ + "2fabd39e-50c5-4f70-9ee5-9454e1cea3a0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "5da89bc1-d368-41f7-b988-88885a8cd32b" + "0ef2886b-fea3-48ff-bd54-1dc98703003f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T071806Z:5da89bc1-d368-41f7-b988-88885a8cd32b" + "CENTRALUSEUAP:20210318T183039Z:0ef2886b-fea3-48ff-bd54-1dc98703003f" + ], + "Date": [ + "Thu, 18 Mar 2021 18:30:39 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ce5a5825-bfc1-4e73-a1fd-777566368d47?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2NlNWE1ODI1LWJmYzEtNGU3My1hMWZkLTc3NzU2NjM2OGQ0Nz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/2f717406-2402-4338-b679-63bd1276c228?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzJmNzE3NDA2LTI0MDItNDMzOC1iNjc5LTYzYmQxMjc2YzIyOD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ce5a5825-bfc1-4e73-a1fd-777566368d47\",\r\n \"name\": \"ce5a5825-bfc1-4e73-a1fd-777566368d47\",\r\n \"properties\": {\r\n \"activityId\": \"f3c4c250-c7a9-45bb-8ebd-1aaeeaba507b ActivityId: 5da89bc1-d368-41f7-b988-88885a8cd32b\",\r\n \"scenarioName\": \"NetworkUnPairing\",\r\n \"friendlyName\": \"Remove map\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"d4937756-4b1f-496e-9357-f4d936bc48b9\",\r\n \"name\": \"ModifyVMNetworksUnPairingStatusTask\",\r\n \"startTime\": \"2017-05-15T07:18:07.2876676Z\",\r\n \"endTime\": \"2017-05-15T07:18:08.3346602Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Unmap 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\": \"9721f47a-dc63-42d1-bc94-65362fb2e094\",\r\n \"name\": \"VMNetworksUpdateVMNicsTaskDetach\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Detach 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\": \"2017-05-15T07:18:06.2550827Z\",\r\n \"endTime\": \"2017-05-15T07:18:08Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"corp\",\r\n \"targetObjectName\": \"corp\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryNetworkId\": \"c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"PrimaryNetworkName\": \"corp\",\r\n \"RecoveryNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"RecoveryNetworkName\": \"vnetavrai\",\r\n \"PrimaryVmmId\": \"2a34ba3d-e783-4c78-9e67-ab9d4c46b639\",\r\n \"PrimaryVmmName\": \"CP-B3L40405-03.fareast.corp.microsoft.com\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"VMM\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T07:18:06.2550827Z\",\r\n \"endTime\": \"2017-05-15T07:18:08Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 07:18:36 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ce5a5825-bfc1-4e73-a1fd-777566368d47" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/2f717406-2402-4338-b679-63bd1276c228" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "26c7b773-4754-4c3b-8065-edb4f1b0cff9" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14194" + "f8895cb9-e19f-45f7-89a3-bb75782ac16e" ], "x-ms-correlation-request-id": [ - "f410467e-c2f2-42d5-8edf-fafd7f5cfec2" + "45efc8e0-506c-4fc8-a37a-ddc453c26fc4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T071836Z:f410467e-c2f2-42d5-8edf-fafd7f5cfec2" + "CENTRALUSEUAP:20210318T183109Z:45efc8e0-506c-4fc8-a37a-ddc453c26fc4" + ], + "Date": [ + "Thu, 18 Mar 2021 18:31:09 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"2f717406-2402-4338-b679-63bd1276c228\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-18T18:30:39.0024019Z\",\r\n \"endTime\": \"2021-03-18T18:30:41Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping/operationresults/ce5a5825-bfc1-4e73-a1fd-777566368d47?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL2QxODhkYzM3OGE3OGM4MTliZmI4YjFmMDdlYmEyYzE1NTExZTE3ODhjNDFiYTI3NzkyZDk0MzNmYzZhNGUwODcvcmVwbGljYXRpb25OZXR3b3Jrcy9jNDFlZGE4Ni05NmQ1LTQ1NDEtYTZmOC1jNDdkNGI3NWEyNGEvcmVwbGljYXRpb25OZXR3b3JrTWFwcGluZ3MvTldNYXBwaW5nL29wZXJhdGlvbnJlc3VsdHMvY2U1YTU4MjUtYmZjMS00ZTczLWExZmQtNzc3NTY2MzY4ZDQ3P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping/operationresults/2f717406-2402-4338-b679-63bd1276c228?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9jYTY2N2QyNTM2ZjU0MGNjNTdhNTY2YWU2MzkwODFiMTIzYWQ1MDhkOTNjYWVmMjg1OTIzN2NhMjJmMjY1ODY2L3JlcGxpY2F0aW9uTmV0d29ya3MvNGY3MDRiOGYtOTQ2Yy00NzA1LTk4NDQtMTExNjdlOTAxMDJmL3JlcGxpY2F0aW9uTmV0d29ya01hcHBpbmdzL05XTWFwcGluZy9vcGVyYXRpb25yZXN1bHRzLzJmNzE3NDA2LTI0MDItNDMzOC1iNjc5LTYzYmQxMjc2YzIyOD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ce5a5825-bfc1-4e73-a1fd-777566368d47\",\r\n \"name\": \"ce5a5825-bfc1-4e73-a1fd-777566368d47\",\r\n \"properties\": {\r\n \"activityId\": \"f3c4c250-c7a9-45bb-8ebd-1aaeeaba507b ActivityId: 5da89bc1-d368-41f7-b988-88885a8cd32b\",\r\n \"scenarioName\": \"NetworkUnPairing\",\r\n \"friendlyName\": \"Remove map\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"d4937756-4b1f-496e-9357-f4d936bc48b9\",\r\n \"name\": \"ModifyVMNetworksUnPairingStatusTask\",\r\n \"startTime\": \"2017-05-15T07:18:07.2876676Z\",\r\n \"endTime\": \"2017-05-15T07:18:08.3346602Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Unmap 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\": \"9721f47a-dc63-42d1-bc94-65362fb2e094\",\r\n \"name\": \"VMNetworksUpdateVMNicsTaskDetach\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Detach 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\": \"2017-05-15T07:18:06.2550827Z\",\r\n \"endTime\": \"2017-05-15T07:18:08Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"corp\",\r\n \"targetObjectName\": \"corp\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryNetworkId\": \"c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"PrimaryNetworkName\": \"corp\",\r\n \"RecoveryNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"RecoveryNetworkName\": \"vnetavrai\",\r\n \"PrimaryVmmId\": \"2a34ba3d-e783-4c78-9e67-ab9d4c46b639\",\r\n \"PrimaryVmmName\": \"CP-B3L40405-03.fareast.corp.microsoft.com\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"VMM\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T07:18:06.2550827Z\",\r\n \"endTime\": \"2017-05-15T07:18:08Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 07:18:36 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ce5a5825-bfc1-4e73-a1fd-777566368d47" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/2f717406-2402-4338-b679-63bd1276c228", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/2f717406-2402-4338-b679-63bd1276c228" + ], + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/2f717406-2402-4338-b679-63bd1276c228?api-version=2021-02-10" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "26c7b773-4754-4c3b-8065-edb4f1b0cff9" + "1ac7ed76-ccb8-40f7-93f6-1a4df8373856" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14194" + "11993" ], "x-ms-correlation-request-id": [ - "f410467e-c2f2-42d5-8edf-fafd7f5cfec2" + "b321759a-f8f9-4715-b584-1a31f73cf302" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T071836Z:f410467e-c2f2-42d5-8edf-fafd7f5cfec2" + "CENTRALUSEUAP:20210318T183109Z:b321759a-f8f9-4715-b584-1a31f73cf302" + ], + "Date": [ + "Thu, 18 Mar 2021 18:31:09 GMT" + ], + "Expires": [ + "-1" ] }, - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeletePCMapping.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeletePCMapping.json index 8aec73b9931a7..88849797bc9cd 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeletePCMapping.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeletePCMapping.json @@ -1,425 +1,401 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b3da975-5a5c-4bc5-b117-6e585a7b5cae" + "120e02f6-00c5-49f0-80c8-3aab3e0d24b5" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:21:58 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2b3da975-5a5c-4bc5-b117-6e585a7b5cae 5/15/2017 2:21:59 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "120e02f6-00c5-49f0-80c8-3aab3e0d24b5 3/19/2021 11:51:43 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "2b3da975-5a5c-4bc5-b117-6e585a7b5cae" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14008" + "120e02f6-00c5-49f0-80c8-3aab3e0d24b5" ], "x-ms-correlation-request-id": [ - "ab8de66d-1cbc-43b3-8556-078da30229df" + "7ff3d2b9-ac68-4688-a129-6bad865c92db" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T142159Z:ab8de66d-1cbc-43b3-8556-078da30229df" + "CENTRALUSEUAP:20210319T115143Z:7ff3d2b9-ac68-4688-a129-6bad865c92db" + ], + "Date": [ + "Fri, 19 Mar 2021 11:51:43 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7e188156-f598-456a-b603-bd3d0c563da1" + "308fa34e-7d07-40c1-a8d7-ac83b10e30dd" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:21:58 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7e188156-f598-456a-b603-bd3d0c563da1 5/15/2017 2:22:00 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "308fa34e-7d07-40c1-a8d7-ac83b10e30dd 3/19/2021 11:51:43 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "7e188156-f598-456a-b603-bd3d0c563da1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14007" + "308fa34e-7d07-40c1-a8d7-ac83b10e30dd" ], "x-ms-correlation-request-id": [ - "7292b121-243e-4045-8e98-9eee12934952" + "4f9feccd-9dc8-4580-bc48-063a82261b9a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T142159Z:7292b121-243e-4045-8e98-9eee12934952" + "CENTRALUSEUAP:20210319T115143Z:4f9feccd-9dc8-4580-bc48-063a82261b9a" + ], + "Date": [ + "Fri, 19 Mar 2021 11:51:43 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1Njc/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f91cdcbf-5dd5-4524-a4ff-34aa81419bb8" + "f3d5f94a-2046-4a5f-aced-04552834f1e2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:21:59 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f91cdcbf-5dd5-4524-a4ff-34aa81419bb8 5/15/2017 2:22:00 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "f3d5f94a-2046-4a5f-aced-04552834f1e2 3/19/2021 11:51:44 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "f91cdcbf-5dd5-4524-a4ff-34aa81419bb8" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14006" + "f3d5f94a-2046-4a5f-aced-04552834f1e2" ], "x-ms-correlation-request-id": [ - "bc69b8a5-343b-4400-bfcd-f5535bf5a77b" + "a9190902-2d80-4f02-aa54-458e4f086ba4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T142200Z:bc69b8a5-343b-4400-bfcd-f5535bf5a77b" + "CENTRALUSEUAP:20210319T115144Z:a9190902-2d80-4f02-aa54-458e4f086ba4" + ], + "Date": [ + "Fri, 19 Mar 2021 11:51:44 GMT" + ], + "Content-Length": [ + "619" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings/PCMapping/remove?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJNYXBwaW5ncy9QQ01hcHBpbmcvcmVtb3ZlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings/PCMapping/remove?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvUENNYXBwaW5nL3JlbW92ZT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "POST", "RequestBody": "{}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "2" - ], "x-ms-client-request-id": [ - "04a49398-26f2-4615-9331-245cdb1085d6" + "476114db-205e-421a-b17f-4359cd7af9b9" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:22:00 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings/PCMapping/operationresults/9fe5574b-edc6-456b-88a0-896ab46fe731?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings/PCMapping/operationresults/576320f8-9cdf-4de6-95c0-2220349cd3d6?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9fe5574b-edc6-456b-88a0-896ab46fe731", - "04a49398-26f2-4615-9331-245cdb1085d6 5/15/2017 2:22:01 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/576320f8-9cdf-4de6-95c0-2220349cd3d6", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/576320f8-9cdf-4de6-95c0-2220349cd3d6" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9fe5574b-edc6-456b-88a0-896ab46fe731?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/576320f8-9cdf-4de6-95c0-2220349cd3d6?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "04a49398-26f2-4615-9331-245cdb1085d6" - ], - "X-Powered-By": [ - "ASP.NET" + "476114db-205e-421a-b17f-4359cd7af9b9" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-correlation-request-id": [ - "7f992b68-1f8d-4c72-853f-e1a8a170f0c9" + "60724de2-3856-4f3d-aa05-8363ebb44afd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T142200Z:7f992b68-1f8d-4c72-853f-e1a8a170f0c9" + "CENTRALUSEUAP:20210319T115144Z:60724de2-3856-4f3d-aa05-8363ebb44afd" + ], + "Date": [ + "Fri, 19 Mar 2021 11:51:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9fe5574b-edc6-456b-88a0-896ab46fe731?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzlmZTU1NzRiLWVkYzYtNDU2Yi04OGEwLTg5NmFiNDZmZTczMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/576320f8-9cdf-4de6-95c0-2220349cd3d6?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzU3NjMyMGY4LTljZGYtNGRlNi05NWMwLTIyMjAzNDljZDNkNj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9fe5574b-edc6-456b-88a0-896ab46fe731\",\r\n \"name\": \"9fe5574b-edc6-456b-88a0-896ab46fe731\",\r\n \"properties\": {\r\n \"activityId\": \"04a49398-26f2-4615-9331-245cdb1085d6 ActivityId: 7f992b68-1f8d-4c72-853f-e1a8a170f0c9\",\r\n \"scenarioName\": \"DissociateProtectionProfile\",\r\n \"friendlyName\": \"Dissociate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CloudUnpairingWfPreflightChecksTask\",\r\n \"name\": \"CloudUnpairingPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-15T14:22:01.7177899Z\",\r\n \"endTime\": \"2017-05-15T14:22:02.0146701Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for dissociating 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\": \"CloudUnpairingWfUnpairCloudsTask\",\r\n \"name\": \"CloudUnpairingUnpairClouds\",\r\n \"startTime\": \"2017-05-15T14:22:02.0146701Z\",\r\n \"endTime\": \"2017-05-15T14:22:08.0596739Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Remove the protection 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\": \"CloudUnpairingWfCleanupCloudsTask\",\r\n \"name\": \"CloudUnpairingCleanupClouds\",\r\n \"startTime\": \"2017-05-15T14:22:08.0596739Z\",\r\n \"endTime\": \"2017-05-15T14:22:17.9034373Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the protection 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\": \"CloudUnpairingWfCleanupSiteTask\",\r\n \"name\": \"CloudUnpairingCleanupSite\",\r\n \"startTime\": \"2017-05-15T14:22:17.9034373Z\",\r\n \"endTime\": \"2017-05-15T14:22:17.9034373Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the 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 \"errors\": [],\r\n \"startTime\": \"2017-05-15T14:22:01.0668687Z\",\r\n \"endTime\": \"2017-05-15T14:22:17Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"targetObjectName\": \"protectionprofile1\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T14:22:01.0668687Z\",\r\n \"endTime\": \"2017-05-15T14:22:17Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:22:31 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9fe5574b-edc6-456b-88a0-896ab46fe731" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/576320f8-9cdf-4de6-95c0-2220349cd3d6" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "63b3f20b-b214-48df-b85a-0d7062ac9280" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13998" + "9e399c39-a553-49a3-9a4b-6ddb4387de17" ], "x-ms-correlation-request-id": [ - "0c9a7c31-8c2a-4e5c-b0ef-5b673d0087cb" + "77b62da0-bcfa-4987-ae36-ca15881a945a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T142231Z:0c9a7c31-8c2a-4e5c-b0ef-5b673d0087cb" + "CENTRALUSEUAP:20210319T115215Z:77b62da0-bcfa-4987-ae36-ca15881a945a" + ], + "Date": [ + "Fri, 19 Mar 2021 11:52:14 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"576320f8-9cdf-4de6-95c0-2220349cd3d6\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T11:51:44.6298691Z\",\r\n \"endTime\": \"2021-03-19T11:52:04Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings/PCMapping/operationresults/9fe5574b-edc6-456b-88a0-896ab46fe731?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJNYXBwaW5ncy9QQ01hcHBpbmcvb3BlcmF0aW9ucmVzdWx0cy85ZmU1NTc0Yi1lZGM2LTQ1NmItODhhMC04OTZhYjQ2ZmU3MzE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings/PCMapping/operationresults/576320f8-9cdf-4de6-95c0-2220349cd3d6?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvUENNYXBwaW5nL29wZXJhdGlvbnJlc3VsdHMvNTc2MzIwZjgtOWNkZi00ZGU2LTk1YzAtMjIyMDM0OWNkM2Q2P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9fe5574b-edc6-456b-88a0-896ab46fe731\",\r\n \"name\": \"9fe5574b-edc6-456b-88a0-896ab46fe731\",\r\n \"properties\": {\r\n \"activityId\": \"04a49398-26f2-4615-9331-245cdb1085d6 ActivityId: 7f992b68-1f8d-4c72-853f-e1a8a170f0c9\",\r\n \"scenarioName\": \"DissociateProtectionProfile\",\r\n \"friendlyName\": \"Dissociate replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CloudUnpairingWfPreflightChecksTask\",\r\n \"name\": \"CloudUnpairingPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-15T14:22:01.7177899Z\",\r\n \"endTime\": \"2017-05-15T14:22:02.0146701Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for dissociating 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\": \"CloudUnpairingWfUnpairCloudsTask\",\r\n \"name\": \"CloudUnpairingUnpairClouds\",\r\n \"startTime\": \"2017-05-15T14:22:02.0146701Z\",\r\n \"endTime\": \"2017-05-15T14:22:08.0596739Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Remove the protection 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\": \"CloudUnpairingWfCleanupCloudsTask\",\r\n \"name\": \"CloudUnpairingCleanupClouds\",\r\n \"startTime\": \"2017-05-15T14:22:08.0596739Z\",\r\n \"endTime\": \"2017-05-15T14:22:17.9034373Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the protection 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\": \"CloudUnpairingWfCleanupSiteTask\",\r\n \"name\": \"CloudUnpairingCleanupSite\",\r\n \"startTime\": \"2017-05-15T14:22:17.9034373Z\",\r\n \"endTime\": \"2017-05-15T14:22:17.9034373Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the 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 \"errors\": [],\r\n \"startTime\": \"2017-05-15T14:22:01.0668687Z\",\r\n \"endTime\": \"2017-05-15T14:22:17Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"targetObjectName\": \"protectionprofile1\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T14:22:01.0668687Z\",\r\n \"endTime\": \"2017-05-15T14:22:17Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:22:31 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9fe5574b-edc6-456b-88a0-896ab46fe731" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/576320f8-9cdf-4de6-95c0-2220349cd3d6", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/576320f8-9cdf-4de6-95c0-2220349cd3d6" + ], + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/576320f8-9cdf-4de6-95c0-2220349cd3d6?api-version=2021-02-10" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "63b3f20b-b214-48df-b85a-0d7062ac9280" + "5b1491af-e10c-4fe1-8642-b7ad78315d35" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13998" + "11975" ], "x-ms-correlation-request-id": [ - "0c9a7c31-8c2a-4e5c-b0ef-5b673d0087cb" + "cafc6688-9568-42bf-b761-6cf14545c263" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T142231Z:0c9a7c31-8c2a-4e5c-b0ef-5b673d0087cb" + "CENTRALUSEUAP:20210319T115215Z:cafc6688-9568-42bf-b761-6cf14545c263" + ], + "Date": [ + "Fri, 19 Mar 2021 11:52:14 GMT" + ], + "Expires": [ + "-1" ] }, - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeletePolicy.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeletePolicy.json index e85266d7704d8..3298f81779be8 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeletePolicy.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeletePolicy.json @@ -1,205 +1,193 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9wcm90ZWN0aW9ucHJvZmlsZTE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUG9saWNpZXMvcHJvdGVjdGlvbnByb2ZpbGUyP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84e78079-c547-4476-bb91-95af172acdbd" + "505434d1-5c2a-41df-8022-08cbfa94db43" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:23:02 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1/operationresults/b74ee293-bdcb-49e1-b3fe-084081586db9?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2/operationresults/ff8fcbb5-538c-4469-a05c-4ef71779ba08?api-version=2021-02-10" ], "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b74ee293-bdcb-49e1-b3fe-084081586db9?api-version=2018-07-10" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "84e78079-c547-4476-bb91-95af172acdbd 5/15/2017 2:23:03 PM" + "505434d1-5c2a-41df-8022-08cbfa94db43 3/19/2021 11:54:19 AM" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/ff8fcbb5-538c-4469-a05c-4ef71779ba08?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "84e78079-c547-4476-bb91-95af172acdbd" + "X-Content-Type-Options": [ + "nosniff" ], - "X-Powered-By": [ - "ASP.NET" + "x-ms-client-request-id": [ + "505434d1-5c2a-41df-8022-08cbfa94db43" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "1a9fe35a-df6a-478c-ae80-2da4e5f06fca" + "e0bd91ff-6c04-427c-9cce-f9eaf9ae8768" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T142303Z:1a9fe35a-df6a-478c-ae80-2da4e5f06fca" + "CENTRALUSEUAP:20210319T115419Z:e0bd91ff-6c04-427c-9cce-f9eaf9ae8768" + ], + "Date": [ + "Fri, 19 Mar 2021 11:54:19 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b74ee293-bdcb-49e1-b3fe-084081586db9?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2I3NGVlMjkzLWJkY2ItNDllMS1iM2ZlLTA4NDA4MTU4NmRiOT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/ff8fcbb5-538c-4469-a05c-4ef71779ba08?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2ZmOGZjYmI1LTUzOGMtNDQ2OS1hMDVjLTRlZjcxNzc5YmEwOD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b74ee293-bdcb-49e1-b3fe-084081586db9\",\r\n \"name\": \"b74ee293-bdcb-49e1-b3fe-084081586db9\",\r\n \"properties\": {\r\n \"activityId\": \"84e78079-c547-4476-bb91-95af172acdbd ActivityId: 1a9fe35a-df6a-478c-ae80-2da4e5f06fca\",\r\n \"scenarioName\": \"RemoveProtectionProfile\",\r\n \"friendlyName\": \"Remove the replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RemoveProtectionProfilePreflightsCheckTask\",\r\n \"name\": \"RemoveProtectionProfilePreflightsCheckTask\",\r\n \"startTime\": \"2017-05-15T14:23:20.4672487Z\",\r\n \"endTime\": \"2017-05-15T14:23:20.5922459Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Checking prerequisites for replication policy removal\",\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\": \"RemoveProtectionProfileTask\",\r\n \"name\": \"RemoveProtectionProfileTask\",\r\n \"startTime\": \"2017-05-15T14:23:20.5922459Z\",\r\n \"endTime\": \"2017-05-15T14:23:20.5922459Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Removing 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\": \"2017-05-15T14:23:03.4647517Z\",\r\n \"endTime\": \"2017-05-15T14:23:20Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"targetObjectName\": \"protectionprofile1\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {}\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T14:23:03.4647517Z\",\r\n \"endTime\": \"2017-05-15T14:23:20Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:23:32 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b74ee293-bdcb-49e1-b3fe-084081586db9" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/ff8fcbb5-538c-4469-a05c-4ef71779ba08" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "468b7df4-888c-4a7f-b191-86ef839cd0b2" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14228" + "e07eab62-ec8b-4ebe-a4d8-274efc804a38" ], "x-ms-correlation-request-id": [ - "10f2c1fc-0546-48a7-96eb-27f7de73628a" + "4015e44e-7987-4f25-8406-4556e5342f9a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T142333Z:10f2c1fc-0546-48a7-96eb-27f7de73628a" + "CENTRALUSEUAP:20210319T115449Z:4015e44e-7987-4f25-8406-4556e5342f9a" + ], + "Date": [ + "Fri, 19 Mar 2021 11:54:48 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"ff8fcbb5-538c-4469-a05c-4ef71779ba08\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T11:54:19.1732016Z\",\r\n \"endTime\": \"2021-03-19T11:54:19Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1/operationresults/b74ee293-bdcb-49e1-b3fe-084081586db9?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9wcm90ZWN0aW9ucHJvZmlsZTEvb3BlcmF0aW9ucmVzdWx0cy9iNzRlZTI5My1iZGNiLTQ5ZTEtYjNmZS0wODQwODE1ODZkYjk/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2/operationresults/ff8fcbb5-538c-4469-a05c-4ef71779ba08?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUG9saWNpZXMvcHJvdGVjdGlvbnByb2ZpbGUyL29wZXJhdGlvbnJlc3VsdHMvZmY4ZmNiYjUtNTM4Yy00NDY5LWEwNWMtNGVmNzE3NzliYTA4P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b74ee293-bdcb-49e1-b3fe-084081586db9\",\r\n \"name\": \"b74ee293-bdcb-49e1-b3fe-084081586db9\",\r\n \"properties\": {\r\n \"activityId\": \"84e78079-c547-4476-bb91-95af172acdbd ActivityId: 1a9fe35a-df6a-478c-ae80-2da4e5f06fca\",\r\n \"scenarioName\": \"RemoveProtectionProfile\",\r\n \"friendlyName\": \"Remove the replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RemoveProtectionProfilePreflightsCheckTask\",\r\n \"name\": \"RemoveProtectionProfilePreflightsCheckTask\",\r\n \"startTime\": \"2017-05-15T14:23:20.4672487Z\",\r\n \"endTime\": \"2017-05-15T14:23:20.5922459Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Checking prerequisites for replication policy removal\",\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\": \"RemoveProtectionProfileTask\",\r\n \"name\": \"RemoveProtectionProfileTask\",\r\n \"startTime\": \"2017-05-15T14:23:20.5922459Z\",\r\n \"endTime\": \"2017-05-15T14:23:20.5922459Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Removing 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\": \"2017-05-15T14:23:03.4647517Z\",\r\n \"endTime\": \"2017-05-15T14:23:20Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"targetObjectName\": \"protectionprofile1\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {}\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T14:23:03.4647517Z\",\r\n \"endTime\": \"2017-05-15T14:23:20Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:23:32 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b74ee293-bdcb-49e1-b3fe-084081586db9" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/ff8fcbb5-538c-4469-a05c-4ef71779ba08", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/ff8fcbb5-538c-4469-a05c-4ef71779ba08" + ], + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/ff8fcbb5-538c-4469-a05c-4ef71779ba08?api-version=2021-02-10" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "468b7df4-888c-4a7f-b191-86ef839cd0b2" + "b0feb29e-64b6-4c6e-9e79-3e3abd7fbf43" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14228" + "11978" ], "x-ms-correlation-request-id": [ - "10f2c1fc-0546-48a7-96eb-27f7de73628a" + "e93c712c-2709-4abb-b67e-33ad4887593e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T142333Z:10f2c1fc-0546-48a7-96eb-27f7de73628a" + "CENTRALUSEUAP:20210319T115450Z:e93c712c-2709-4abb-b67e-33ad4887593e" + ], + "Date": [ + "Fri, 19 Mar 2021 11:54:50 GMT" + ], + "Expires": [ + "-1" ] }, - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteProtectedItem.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteProtectedItem.json index c9a4b076c028b..e4e2a14bffacf 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteProtectedItem.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteProtectedItem.json @@ -1,282 +1,266 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b2c60e9-a741-486e-b531-1f4d6d51c6d7" + "d82da398-3a54-4b1c-be05-ef90e4b07706" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:56:26 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3b2c60e9-a741-486e-b531-1f4d6d51c6d7 5/13/2017 7:56:28 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "d82da398-3a54-4b1c-be05-ef90e4b07706 3/19/2021 11:47:52 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "3b2c60e9-a741-486e-b531-1f4d6d51c6d7" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14002" + "d82da398-3a54-4b1c-be05-ef90e4b07706" ], "x-ms-correlation-request-id": [ - "d3853cf2-d8ee-4bd5-b4c6-b47db6abcfed" + "dada3ca4-1a2d-491a-9af7-b6a12c9c30a6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T195627Z:d3853cf2-d8ee-4bd5-b4c6-b47db6abcfed" + "CENTRALUSEUAP:20210319T114752Z:dada3ca4-1a2d-491a-9af7-b6a12c9c30a6" + ], + "Date": [ + "Fri, 19 Mar 2021 11:47:52 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 4,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/remove?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMi9yZW1vdmU/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/remove?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy9yZW1vdmU/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"disableProtectionReason\": \"NotSpecified\",\r\n \"replicationProviderInput\": {\r\n \"instanceType\": \"DisableProtectionProviderSpecificInput\"\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "182" - ], "x-ms-client-request-id": [ - "81835893-dfff-495b-b308-5fcf6ae8eba8" + "94580554-ea34-4eaf-b0f4-37f2510d21c0" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "182" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:56:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/operationresults/23a2ad24-a3ac-4c87-b7f1-b97c467fc314?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/operationresults/385b849b-7885-4aed-9762-7dc8574bb1bb?api-version=2021-02-10" ], "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/23a2ad24-a3ac-4c87-b7f1-b97c467fc314?api-version=2018-07-10" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "81835893-dfff-495b-b308-5fcf6ae8eba8 5/13/2017 7:56:29 PM" + "94580554-ea34-4eaf-b0f4-37f2510d21c0 3/19/2021 11:47:53 AM" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/385b849b-7885-4aed-9762-7dc8574bb1bb?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "81835893-dfff-495b-b308-5fcf6ae8eba8" + "X-Content-Type-Options": [ + "nosniff" ], - "X-Powered-By": [ - "ASP.NET" + "x-ms-client-request-id": [ + "94580554-ea34-4eaf-b0f4-37f2510d21c0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "a5e20e46-983e-4a78-a7a2-ae212816d489" + "4f025596-3acb-49b3-9fc5-2dc57b740585" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T195629Z:a5e20e46-983e-4a78-a7a2-ae212816d489" + "CENTRALUSEUAP:20210319T114753Z:4f025596-3acb-49b3-9fc5-2dc57b740585" + ], + "Date": [ + "Fri, 19 Mar 2021 11:47:53 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/23a2ad24-a3ac-4c87-b7f1-b97c467fc314?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzIzYTJhZDI0LWEzYWMtNGM4Ny1iN2YxLWI5N2M0NjdmYzMxND9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/385b849b-7885-4aed-9762-7dc8574bb1bb?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzM4NWI4NDliLTc4ODUtNGFlZC05NzYyLTdkYzg1NzRiYjFiYj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/23a2ad24-a3ac-4c87-b7f1-b97c467fc314\",\r\n \"name\": \"23a2ad24-a3ac-4c87-b7f1-b97c467fc314\",\r\n \"properties\": {\r\n \"activityId\": \"81835893-dfff-495b-b308-5fcf6ae8eba8 ActivityId: a5e20e46-983e-4a78-a7a2-ae212816d489\",\r\n \"scenarioName\": \"DisableDr\",\r\n \"friendlyName\": \"Disable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"DisableProtectionOnPrimaryTask\",\r\n \"name\": \"DisableProtectionOnPrimary\",\r\n \"startTime\": \"2017-05-13T19:56:30.2001972Z\",\r\n \"endTime\": \"2017-05-13T19:56:36.0212089Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Disable replication on the source location\",\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\": \"DisableProtectionOnSecondaryTask\",\r\n \"name\": \"DisableProtectionOnSecondary\",\r\n \"startTime\": \"2017-05-13T19:56:36.0212089Z\",\r\n \"endTime\": \"2017-05-13T19:56:36.1618368Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Disable replication on the target location\",\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\": \"2017-05-13T19:56:36.1618368Z\",\r\n \"endTime\": \"2017-05-13T19:56:36.9587077Z\",\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\": \"2017-05-13T19:56:29.3021785Z\",\r\n \"endTime\": \"2017-05-13T19:56:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T19:56:29.3021785Z\",\r\n \"endTime\": \"2017-05-13T19:56:36Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:56:59 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/23a2ad24-a3ac-4c87-b7f1-b97c467fc314" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/385b849b-7885-4aed-9762-7dc8574bb1bb" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "0a02365a-58e9-47e4-927f-71af563cd795" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13984" + "90b6ed49-b40e-4481-9c19-f7ccb7ddd9c6" ], "x-ms-correlation-request-id": [ - "9cca69cd-dc36-4290-837c-e225d7f5dad6" + "99c7f6e4-86f8-4dd4-9f17-c3a8ea92f36f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T195659Z:9cca69cd-dc36-4290-837c-e225d7f5dad6" + "CENTRALUSEUAP:20210319T114824Z:99c7f6e4-86f8-4dd4-9f17-c3a8ea92f36f" + ], + "Date": [ + "Fri, 19 Mar 2021 11:48:23 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"385b849b-7885-4aed-9762-7dc8574bb1bb\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T11:47:53.5101173Z\",\r\n \"endTime\": \"2021-03-19T11:48:03Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/operationresults/23a2ad24-a3ac-4c87-b7f1-b97c467fc314?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMi9vcGVyYXRpb25yZXN1bHRzLzIzYTJhZDI0LWEzYWMtNGM4Ny1iN2YxLWI5N2M0NjdmYzMxND9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/operationresults/385b849b-7885-4aed-9762-7dc8574bb1bb?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy9vcGVyYXRpb25yZXN1bHRzLzM4NWI4NDliLTc4ODUtNGFlZC05NzYyLTdkYzg1NzRiYjFiYj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/23a2ad24-a3ac-4c87-b7f1-b97c467fc314\",\r\n \"name\": \"23a2ad24-a3ac-4c87-b7f1-b97c467fc314\",\r\n \"properties\": {\r\n \"activityId\": \"81835893-dfff-495b-b308-5fcf6ae8eba8 ActivityId: a5e20e46-983e-4a78-a7a2-ae212816d489\",\r\n \"scenarioName\": \"DisableDr\",\r\n \"friendlyName\": \"Disable replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"DisableProtectionOnPrimaryTask\",\r\n \"name\": \"DisableProtectionOnPrimary\",\r\n \"startTime\": \"2017-05-13T19:56:30.2001972Z\",\r\n \"endTime\": \"2017-05-13T19:56:36.0212089Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Disable replication on the source location\",\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\": \"DisableProtectionOnSecondaryTask\",\r\n \"name\": \"DisableProtectionOnSecondary\",\r\n \"startTime\": \"2017-05-13T19:56:36.0212089Z\",\r\n \"endTime\": \"2017-05-13T19:56:36.1618368Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Disable replication on the target location\",\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\": \"2017-05-13T19:56:36.1618368Z\",\r\n \"endTime\": \"2017-05-13T19:56:36.9587077Z\",\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\": \"2017-05-13T19:56:29.3021785Z\",\r\n \"endTime\": \"2017-05-13T19:56:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T19:56:29.3021785Z\",\r\n \"endTime\": \"2017-05-13T19:56:36Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:56:59 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/23a2ad24-a3ac-4c87-b7f1-b97c467fc314" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/385b849b-7885-4aed-9762-7dc8574bb1bb", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/385b849b-7885-4aed-9762-7dc8574bb1bb" + ], + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/385b849b-7885-4aed-9762-7dc8574bb1bb?api-version=2021-02-10" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "0a02365a-58e9-47e4-927f-71af563cd795" + "d702a0c0-b1f7-4de9-aab0-3671e2505acb" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13984" + "11984" ], "x-ms-correlation-request-id": [ - "9cca69cd-dc36-4290-837c-e225d7f5dad6" + "1ebc1ce4-6be1-49f3-af01-51923cae65a4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T195659Z:9cca69cd-dc36-4290-837c-e225d7f5dad6" + "CENTRALUSEUAP:20210319T114824Z:1ebc1ce4-6be1-49f3-af01-51923cae65a4" + ], + "Date": [ + "Fri, 19 Mar 2021 11:48:23 GMT" + ], + "Expires": [ + "-1" ] }, - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteRecoveryPlan.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteRecoveryPlan.json index 07d2dc5762bdb..2698f6ba23085 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteRecoveryPlan.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteRecoveryPlan.json @@ -1,206 +1,194 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d0e1d1d-6e5a-4a16-a36f-7927931c5189" + "1ea75dbd-42e1-44ab-8547-c84c6112f5d7" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:09:27 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/operationresults/59852d4b-5caa-4417-a635-9cabda8f263d?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/2189604c-f1fc-4ef8-a4b6-9bf85a3706ee?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/59852d4b-5caa-4417-a635-9cabda8f263d", - "1d0e1d1d-6e5a-4a16-a36f-7927931c5189 5/13/2017 2:09:27 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/2189604c-f1fc-4ef8-a4b6-9bf85a3706ee", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/2189604c-f1fc-4ef8-a4b6-9bf85a3706ee" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/59852d4b-5caa-4417-a635-9cabda8f263d?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/2189604c-f1fc-4ef8-a4b6-9bf85a3706ee?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "1d0e1d1d-6e5a-4a16-a36f-7927931c5189" - ], - "X-Powered-By": [ - "ASP.NET" + "1ea75dbd-42e1-44ab-8547-c84c6112f5d7" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "439b1f56-4bfe-4cef-b331-6a9b612269e1" + "91731e1d-24ba-4359-869b-ff468a113a20" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T140927Z:439b1f56-4bfe-4cef-b331-6a9b612269e1" + "CENTRALUSEUAP:20210319T114653Z:91731e1d-24ba-4359-869b-ff468a113a20" + ], + "Date": [ + "Fri, 19 Mar 2021 11:46:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/59852d4b-5caa-4417-a635-9cabda8f263d?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzU5ODUyZDRiLTVjYWEtNDQxNy1hNjM1LTljYWJkYThmMjYzZD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/2189604c-f1fc-4ef8-a4b6-9bf85a3706ee?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzIxODk2MDRjLWYxZmMtNGVmOC1hNGI2LTliZjg1YTM3MDZlZT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/59852d4b-5caa-4417-a635-9cabda8f263d\",\r\n \"name\": \"59852d4b-5caa-4417-a635-9cabda8f263d\",\r\n \"properties\": {\r\n \"activityId\": \"1d0e1d1d-6e5a-4a16-a36f-7927931c5189 ActivityId: 439b1f56-4bfe-4cef-b331-6a9b612269e1\",\r\n \"scenarioName\": \"DeleteRecoveryPlan\",\r\n \"friendlyName\": \"Delete a recovery plan\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"479cb674-1bbf-4161-9299-379a7d6ac6bb\",\r\n \"name\": \"DeleteRecoveryPlanTask\",\r\n \"startTime\": \"2017-05-13T14:09:28.8747272Z\",\r\n \"endTime\": \"2017-05-13T14:09:28.8903514Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Delete a recovery plan task\",\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\": \"2017-05-13T14:09:27.8452383Z\",\r\n \"endTime\": \"2017-05-13T14:09:28Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"ab73c1fe-3edc-4a6f-b891-a0f161ffc3ff\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:09:27.8452383Z\",\r\n \"endTime\": \"2017-05-13T14:09:28Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:09:58 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/59852d4b-5caa-4417-a635-9cabda8f263d" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/2189604c-f1fc-4ef8-a4b6-9bf85a3706ee" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "27c87034-ff08-4dd2-b666-319f5635bcf8" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13959" + "2229e3fc-d9d8-4329-9273-5509b0e692ff" ], "x-ms-correlation-request-id": [ - "9111ab06-a49c-4d40-bec7-220972a3f36b" + "5dfeab94-92fe-4331-b31b-c7fe94e7d0cf" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T140959Z:9111ab06-a49c-4d40-bec7-220972a3f36b" + "CENTRALUSEUAP:20210319T114723Z:5dfeab94-92fe-4331-b31b-c7fe94e7d0cf" + ], + "Date": [ + "Fri, 19 Mar 2021 11:47:22 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"2189604c-f1fc-4ef8-a4b6-9bf85a3706ee\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T11:46:52.9244267Z\",\r\n \"endTime\": \"2021-03-19T11:46:53Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/operationresults/59852d4b-5caa-4417-a635-9cabda8f263d?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDEvb3BlcmF0aW9ucmVzdWx0cy81OTg1MmQ0Yi01Y2FhLTQ0MTctYTYzNS05Y2FiZGE4ZjI2M2Q/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/2189604c-f1fc-4ef8-a4b6-9bf85a3706ee?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxL29wZXJhdGlvbnJlc3VsdHMvMjE4OTYwNGMtZjFmYy00ZWY4LWE0YjYtOWJmODVhMzcwNmVlP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/59852d4b-5caa-4417-a635-9cabda8f263d\",\r\n \"name\": \"59852d4b-5caa-4417-a635-9cabda8f263d\",\r\n \"properties\": {\r\n \"activityId\": \"1d0e1d1d-6e5a-4a16-a36f-7927931c5189 ActivityId: 439b1f56-4bfe-4cef-b331-6a9b612269e1\",\r\n \"scenarioName\": \"DeleteRecoveryPlan\",\r\n \"friendlyName\": \"Delete a recovery plan\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"479cb674-1bbf-4161-9299-379a7d6ac6bb\",\r\n \"name\": \"DeleteRecoveryPlanTask\",\r\n \"startTime\": \"2017-05-13T14:09:28.8747272Z\",\r\n \"endTime\": \"2017-05-13T14:09:28.8903514Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Delete a recovery plan task\",\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\": \"2017-05-13T14:09:27.8452383Z\",\r\n \"endTime\": \"2017-05-13T14:09:28Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"ab73c1fe-3edc-4a6f-b891-a0f161ffc3ff\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:09:27.8452383Z\",\r\n \"endTime\": \"2017-05-13T14:09:28Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:09:58 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/59852d4b-5caa-4417-a635-9cabda8f263d" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/2189604c-f1fc-4ef8-a4b6-9bf85a3706ee", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/2189604c-f1fc-4ef8-a4b6-9bf85a3706ee" + ], + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/2189604c-f1fc-4ef8-a4b6-9bf85a3706ee?api-version=2021-02-10" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "27c87034-ff08-4dd2-b666-319f5635bcf8" + "abd6ad29-1762-4073-adc7-6f901952e166" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13959" + "11987" ], "x-ms-correlation-request-id": [ - "9111ab06-a49c-4d40-bec7-220972a3f36b" + "63eb8680-fccc-4c4f-9f70-79180704dc7e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T140959Z:9111ab06-a49c-4d40-bec7-220972a3f36b" + "CENTRALUSEUAP:20210319T114723Z:63eb8680-fccc-4c4f-9f70-79180704dc7e" + ], + "Date": [ + "Fri, 19 Mar 2021 11:47:23 GMT" + ], + "Expires": [ + "-1" ] }, - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteRsp.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteRsp.json index 84f7aacab77cc..f203e89a13c82 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteRsp.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteRsp.json @@ -1,277 +1,261 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6099057-f13b-4e10-9c20-1f07d10de74c" + "545aa585-7c90-40f9-9889-ce36554392b3" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:14:15 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b6099057-f13b-4e10-9c20-1f07d10de74c 5/13/2017 8:14:15 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "545aa585-7c90-40f9-9889-ce36554392b3 3/19/2021 11:52:41 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "b6099057-f13b-4e10-9c20-1f07d10de74c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14601" + "545aa585-7c90-40f9-9889-ce36554392b3" ], "x-ms-correlation-request-id": [ - "17769c44-4942-450c-9859-f81ddae30b3d" + "576f7b74-6ba8-4178-bb1c-191159b21ce4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T201415Z:17769c44-4942-450c-9859-f81ddae30b3d" + "CENTRALUSEUAP:20210319T115241Z:576f7b74-6ba8-4178-bb1c-191159b21ce4" + ], + "Date": [ + "Fri, 19 Mar 2021 11:52:40 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998/remove?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblJlY292ZXJ5U2VydmljZXNQcm92aWRlcnMvYmEyYTJkMjUtMzc3Zi00ZjRiLTk0YTQtMjk4MWM3OWIwOTk4L3JlbW92ZT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d/remove?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25SZWNvdmVyeVNlcnZpY2VzUHJvdmlkZXJzLzcxZjIxYmVkLWIwMGYtNDg2OS05ZGJmLTI4OGU3Y2I0MDUxZC9yZW1vdmU/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b047822-0767-4480-9ed4-819fac738f3b" + "7802d769-90d2-4467-add5-14cbdb3351be" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:14:16 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998/operationresults/ddb7e489-6738-4ec8-b5e4-5dc29c4966be?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d/operationresults/663cfaee-7945-46cb-92ea-51fd292cd94d?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ddb7e489-6738-4ec8-b5e4-5dc29c4966be", - "1b047822-0767-4480-9ed4-819fac738f3b 5/13/2017 8:14:16 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/663cfaee-7945-46cb-92ea-51fd292cd94d", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/663cfaee-7945-46cb-92ea-51fd292cd94d" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ddb7e489-6738-4ec8-b5e4-5dc29c4966be?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/663cfaee-7945-46cb-92ea-51fd292cd94d?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "1b047822-0767-4480-9ed4-819fac738f3b" - ], - "X-Powered-By": [ - "ASP.NET" + "7802d769-90d2-4467-add5-14cbdb3351be" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "e6e95c08-00cc-459c-ab7c-5d75c55627f0" + "32dfafa0-5505-4f68-afa3-5f8d1555a906" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T201416Z:e6e95c08-00cc-459c-ab7c-5d75c55627f0" + "CENTRALUSEUAP:20210319T115242Z:32dfafa0-5505-4f68-afa3-5f8d1555a906" + ], + "Date": [ + "Fri, 19 Mar 2021 11:52:42 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ddb7e489-6738-4ec8-b5e4-5dc29c4966be?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2RkYjdlNDg5LTY3MzgtNGVjOC1iNWU0LTVkYzI5YzQ5NjZiZT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/663cfaee-7945-46cb-92ea-51fd292cd94d?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzY2M2NmYWVlLTc5NDUtNDZjYi05MmVhLTUxZmQyOTJjZDk0ZD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ddb7e489-6738-4ec8-b5e4-5dc29c4966be\",\r\n \"name\": \"ddb7e489-6738-4ec8-b5e4-5dc29c4966be\",\r\n \"properties\": {\r\n \"activityId\": \"1b047822-0767-4480-9ed4-819fac738f3b ActivityId: e6e95c08-00cc-459c-ab7c-5d75c55627f0\",\r\n \"scenarioName\": \"UnregisterDra\",\r\n \"friendlyName\": \"Unregister Server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnregisterDraPreflightCheckTask\",\r\n \"name\": \"UnregisterDraPreflightCheckTask\",\r\n \"startTime\": \"2017-05-13T20:14:16.9945391Z\",\r\n \"endTime\": \"2017-05-13T20:14:17.1664171Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisite check for Unregistering Recovery Services Provider\",\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\": \"CleanupDraTask\",\r\n \"name\": \"CleanupDraTask\",\r\n \"startTime\": \"2017-05-13T20:14:17.1664171Z\",\r\n \"endTime\": \"2017-05-13T20:14:38.9896233Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cleaning up host information\",\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\": \"UnregisterDraTask\",\r\n \"name\": \"UnregisterDraTask\",\r\n \"startTime\": \"2017-05-13T20:14:38.9896233Z\",\r\n \"endTime\": \"2017-05-13T20:14:38.9896233Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Removing associated Azure data\",\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\": \"2017-05-13T20:14:16.5879108Z\",\r\n \"endTime\": \"2017-05-13T20:14:34Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"targetObjectName\": \"CP-B3L40406-12.ntdev.corp.microsoft.com\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T20:14:16.5879108Z\",\r\n \"endTime\": \"2017-05-13T20:14:34Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:14:47 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ddb7e489-6738-4ec8-b5e4-5dc29c4966be" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/663cfaee-7945-46cb-92ea-51fd292cd94d" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "2bfc113c-80c4-408c-9fed-be9e4c8f7718" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14586" + "8493b72d-cae2-4a7f-bd10-425cd9664545" ], "x-ms-correlation-request-id": [ - "b0395214-7cc2-4d78-bcd8-4497a9b51d27" + "4f4100cd-125f-486d-99cf-c9a1b128f499" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T201448Z:b0395214-7cc2-4d78-bcd8-4497a9b51d27" + "CENTRALUSEUAP:20210319T115312Z:4f4100cd-125f-486d-99cf-c9a1b128f499" + ], + "Date": [ + "Fri, 19 Mar 2021 11:53:12 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"663cfaee-7945-46cb-92ea-51fd292cd94d\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T11:52:42.0427057Z\",\r\n \"endTime\": \"2021-03-19T11:52:49Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998/operationresults/ddb7e489-6738-4ec8-b5e4-5dc29c4966be?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblJlY292ZXJ5U2VydmljZXNQcm92aWRlcnMvYmEyYTJkMjUtMzc3Zi00ZjRiLTk0YTQtMjk4MWM3OWIwOTk4L29wZXJhdGlvbnJlc3VsdHMvZGRiN2U0ODktNjczOC00ZWM4LWI1ZTQtNWRjMjljNDk2NmJlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d/operationresults/663cfaee-7945-46cb-92ea-51fd292cd94d?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25SZWNvdmVyeVNlcnZpY2VzUHJvdmlkZXJzLzcxZjIxYmVkLWIwMGYtNDg2OS05ZGJmLTI4OGU3Y2I0MDUxZC9vcGVyYXRpb25yZXN1bHRzLzY2M2NmYWVlLTc5NDUtNDZjYi05MmVhLTUxZmQyOTJjZDk0ZD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ddb7e489-6738-4ec8-b5e4-5dc29c4966be\",\r\n \"name\": \"ddb7e489-6738-4ec8-b5e4-5dc29c4966be\",\r\n \"properties\": {\r\n \"activityId\": \"1b047822-0767-4480-9ed4-819fac738f3b ActivityId: e6e95c08-00cc-459c-ab7c-5d75c55627f0\",\r\n \"scenarioName\": \"UnregisterDra\",\r\n \"friendlyName\": \"Unregister Server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnregisterDraPreflightCheckTask\",\r\n \"name\": \"UnregisterDraPreflightCheckTask\",\r\n \"startTime\": \"2017-05-13T20:14:16.9945391Z\",\r\n \"endTime\": \"2017-05-13T20:14:17.1664171Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisite check for Unregistering Recovery Services Provider\",\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\": \"CleanupDraTask\",\r\n \"name\": \"CleanupDraTask\",\r\n \"startTime\": \"2017-05-13T20:14:17.1664171Z\",\r\n \"endTime\": \"2017-05-13T20:14:38.9896233Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cleaning up host information\",\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\": \"UnregisterDraTask\",\r\n \"name\": \"UnregisterDraTask\",\r\n \"startTime\": \"2017-05-13T20:14:38.9896233Z\",\r\n \"endTime\": \"2017-05-13T20:14:38.9896233Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Removing associated Azure data\",\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\": \"2017-05-13T20:14:16.5879108Z\",\r\n \"endTime\": \"2017-05-13T20:14:34Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"targetObjectName\": \"CP-B3L40406-12.ntdev.corp.microsoft.com\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T20:14:16.5879108Z\",\r\n \"endTime\": \"2017-05-13T20:14:34Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:14:47 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ddb7e489-6738-4ec8-b5e4-5dc29c4966be" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/663cfaee-7945-46cb-92ea-51fd292cd94d", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/663cfaee-7945-46cb-92ea-51fd292cd94d" + ], + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/663cfaee-7945-46cb-92ea-51fd292cd94d?api-version=2021-02-10" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "2bfc113c-80c4-408c-9fed-be9e4c8f7718" + "304ecf09-a6a6-464a-ab16-f012a82de01e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14586" + "11988" ], "x-ms-correlation-request-id": [ - "b0395214-7cc2-4d78-bcd8-4497a9b51d27" + "8a95a04b-ce08-4bc6-9342-64090f10e539" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T201448Z:b0395214-7cc2-4d78-bcd8-4497a9b51d27" + "CENTRALUSEUAP:20210319T115313Z:8a95a04b-ce08-4bc6-9342-64090f10e539" + ], + "Date": [ + "Fri, 19 Mar 2021 11:53:12 GMT" + ], + "Expires": [ + "-1" ] }, - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteSite.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteSite.json index 652b3709131e6..e182d68b460d0 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteSite.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/DeleteSite.json @@ -1,206 +1,194 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/remove?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZW1vdmU/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/remove?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVtb3ZlP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "afeb5d38-d9d3-45a4-a32e-0f5f528e09a2" + "45728e4b-6678-47d5-a6c0-50a67f38c1c5" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:38:42 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/operationresults/a866a38d-6b79-4d95-a02c-47201cd04bc9?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/operationresults/ef2144cd-c65a-47b4-aa53-e896d1f2f549?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a866a38d-6b79-4d95-a02c-47201cd04bc9", - "afeb5d38-d9d3-45a4-a32e-0f5f528e09a2 5/13/2017 8:38:44 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/ef2144cd-c65a-47b4-aa53-e896d1f2f549", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/ef2144cd-c65a-47b4-aa53-e896d1f2f549" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a866a38d-6b79-4d95-a02c-47201cd04bc9?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/ef2144cd-c65a-47b4-aa53-e896d1f2f549?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "afeb5d38-d9d3-45a4-a32e-0f5f528e09a2" - ], - "X-Powered-By": [ - "ASP.NET" + "45728e4b-6678-47d5-a6c0-50a67f38c1c5" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-correlation-request-id": [ - "37b2056b-8a82-41c6-9277-a6142ad5d441" + "6805a75f-4c90-4666-9f0f-330ad7627a9f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T203843Z:37b2056b-8a82-41c6-9277-a6142ad5d441" + "CENTRALUSEUAP:20210319T115608Z:6805a75f-4c90-4666-9f0f-330ad7627a9f" + ], + "Date": [ + "Fri, 19 Mar 2021 11:56:07 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a866a38d-6b79-4d95-a02c-47201cd04bc9?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2E4NjZhMzhkLTZiNzktNGQ5NS1hMDJjLTQ3MjAxY2QwNGJjOT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/ef2144cd-c65a-47b4-aa53-e896d1f2f549?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2VmMjE0NGNkLWM2NWEtNDdiNC1hYTUzLWU4OTZkMWYyZjU0OT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a866a38d-6b79-4d95-a02c-47201cd04bc9\",\r\n \"name\": \"a866a38d-6b79-4d95-a02c-47201cd04bc9\",\r\n \"properties\": {\r\n \"activityId\": \"afeb5d38-d9d3-45a4-a32e-0f5f528e09a2 ActivityId: 37b2056b-8a82-41c6-9277-a6142ad5d441\",\r\n \"scenarioName\": \"UnregisterFabric\",\r\n \"friendlyName\": \"Delete server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnregisterFabricPreflightChecksTask\",\r\n \"name\": \"UnregisterFabricPreflightCheckTask\",\r\n \"startTime\": \"2017-05-13T20:38:44.3930885Z\",\r\n \"endTime\": \"2017-05-13T20:38:44.5645209Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for deleting 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\": \"CleanupFabricTask\",\r\n \"name\": \"CleanupFabricTask\",\r\n \"startTime\": \"2017-05-13T20:38:44.5645209Z\",\r\n \"endTime\": \"2017-05-13T20:38:49.5278433Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cleaning up the provider 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 \"taskId\": \"UnregisterFabricTask\",\r\n \"name\": \"UnregisterFabricTask\",\r\n \"startTime\": \"2017-05-13T20:38:49.5278433Z\",\r\n \"endTime\": \"2017-05-13T20:38:49.6840815Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Deleting 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\": \"2017-05-13T20:38:43.951982Z\",\r\n \"endTime\": \"2017-05-13T20:38:49Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"targetObjectName\": \"SiteRecoveryTestSite1\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T20:38:43.951982Z\",\r\n \"endTime\": \"2017-05-13T20:38:49Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:39:13 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a866a38d-6b79-4d95-a02c-47201cd04bc9" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/ef2144cd-c65a-47b4-aa53-e896d1f2f549" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "5720504e-80e2-4c7a-b250-d94e03c3bcd9" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14154" + "adbfda3b-fac1-4d1f-9c14-6ad23cc7c66d" ], "x-ms-correlation-request-id": [ - "7dccdc2e-77cd-49a5-b7d6-70980b5b860a" + "2cd5ad94-d562-4313-be99-1b9604ace513" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T203914Z:7dccdc2e-77cd-49a5-b7d6-70980b5b860a" + "CENTRALUSEUAP:20210319T115638Z:2cd5ad94-d562-4313-be99-1b9604ace513" + ], + "Date": [ + "Fri, 19 Mar 2021 11:56:38 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"ef2144cd-c65a-47b4-aa53-e896d1f2f549\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T11:56:08.3043943Z\",\r\n \"endTime\": \"2021-03-19T11:56:17Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/operationresults/a866a38d-6b79-4d95-a02c-47201cd04bc9?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9vcGVyYXRpb25yZXN1bHRzL2E4NjZhMzhkLTZiNzktNGQ5NS1hMDJjLTQ3MjAxY2QwNGJjOT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/operationresults/ef2144cd-c65a-47b4-aa53-e896d1f2f549?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvb3BlcmF0aW9ucmVzdWx0cy9lZjIxNDRjZC1jNjVhLTQ3YjQtYWE1My1lODk2ZDFmMmY1NDk/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a866a38d-6b79-4d95-a02c-47201cd04bc9\",\r\n \"name\": \"a866a38d-6b79-4d95-a02c-47201cd04bc9\",\r\n \"properties\": {\r\n \"activityId\": \"afeb5d38-d9d3-45a4-a32e-0f5f528e09a2 ActivityId: 37b2056b-8a82-41c6-9277-a6142ad5d441\",\r\n \"scenarioName\": \"UnregisterFabric\",\r\n \"friendlyName\": \"Delete server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"UnregisterFabricPreflightChecksTask\",\r\n \"name\": \"UnregisterFabricPreflightCheckTask\",\r\n \"startTime\": \"2017-05-13T20:38:44.3930885Z\",\r\n \"endTime\": \"2017-05-13T20:38:44.5645209Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for deleting 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\": \"CleanupFabricTask\",\r\n \"name\": \"CleanupFabricTask\",\r\n \"startTime\": \"2017-05-13T20:38:44.5645209Z\",\r\n \"endTime\": \"2017-05-13T20:38:49.5278433Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Cleaning up the provider 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 \"taskId\": \"UnregisterFabricTask\",\r\n \"name\": \"UnregisterFabricTask\",\r\n \"startTime\": \"2017-05-13T20:38:49.5278433Z\",\r\n \"endTime\": \"2017-05-13T20:38:49.6840815Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Deleting 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\": \"2017-05-13T20:38:43.951982Z\",\r\n \"endTime\": \"2017-05-13T20:38:49Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"targetObjectName\": \"SiteRecoveryTestSite1\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T20:38:43.951982Z\",\r\n \"endTime\": \"2017-05-13T20:38:49Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:39:13 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a866a38d-6b79-4d95-a02c-47201cd04bc9" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/ef2144cd-c65a-47b4-aa53-e896d1f2f549", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/ef2144cd-c65a-47b4-aa53-e896d1f2f549" + ], + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/ef2144cd-c65a-47b4-aa53-e896d1f2f549?api-version=2021-02-10" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "5720504e-80e2-4c7a-b250-d94e03c3bcd9" + "a0dcd395-0b7a-49a7-a499-23bd13515a6c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14154" + "11973" ], "x-ms-correlation-request-id": [ - "7dccdc2e-77cd-49a5-b7d6-70980b5b860a" + "f2cc3233-cf5e-403c-99dd-df013f6e31c7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T203914Z:7dccdc2e-77cd-49a5-b7d6-70980b5b860a" + "CENTRALUSEUAP:20210319T115639Z:f2cc3233-cf5e-403c-99dd-df013f6e31c7" + ], + "Date": [ + "Fri, 19 Mar 2021 11:56:38 GMT" + ], + "Expires": [ + "-1" ] }, - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateContainer.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateContainer.json index ec90051d68922..387e823e6c10d 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateContainer.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateContainer.json @@ -1,150 +1,142 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26ab366f-822a-4cae-ba7e-5412d7febe8c" + "c5d50738-49b4-4095-b8b3-9d55659e0ee4" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:49:48 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "26ab366f-822a-4cae-ba7e-5412d7febe8c 5/11/2017 5:49:49 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "c5d50738-49b4-4095-b8b3-9d55659e0ee4 3/17/2021 7:18:15 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "26ab366f-822a-4cae-ba7e-5412d7febe8c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13974" + "c5d50738-49b4-4095-b8b3-9d55659e0ee4" ], "x-ms-correlation-request-id": [ - "87f88bf8-88ee-415c-be92-27c3cc08e192" + "53c30ef7-6839-4181-a0de-5567c5e8ef4f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T174949Z:87f88bf8-88ee-415c-be92-27c3cc08e192" + "CENTRALUSEUAP:20210317T191815Z:53c30ef7-6839-4181-a0de-5567c5e8ef4f" + ], + "Date": [ + "Wed, 17 Mar 2021 19:18:15 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "912093a7-b767-44d8-9d9e-4c11b847b14e" + "8709654e-2ce8-49f4-84ab-b5e68c63e666" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:49:49 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "912093a7-b767-44d8-9d9e-4c11b847b14e 5/11/2017 5:49:49 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "8709654e-2ce8-49f4-84ab-b5e68c63e666 3/17/2021 7:18:16 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "912093a7-b767-44d8-9d9e-4c11b847b14e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13973" + "8709654e-2ce8-49f4-84ab-b5e68c63e666" ], "x-ms-correlation-request-id": [ - "195a9515-ac6b-4696-a0ad-4a76f739e881" + "35aab54a-dd21-4f72-b1cb-951ea5803456" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T174949Z:195a9515-ac6b-4696-a0ad-4a76f739e881" + "CENTRALUSEUAP:20210317T191816Z:35aab54a-dd21-4f72-b1cb-951ea5803456" + ], + "Date": [ + "Wed, 17 Mar 2021 19:18:15 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateNetworkMapping.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateNetworkMapping.json index 4accbeebda881..d7da9f351c6ec 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateNetworkMapping.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateNetworkMapping.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL2QxODhkYzM3OGE3OGM4MTliZmI4YjFmMDdlYmEyYzE1NTExZTE3ODhjNDFiYTI3NzkyZDk0MzNmYzZhNGUwODcvcmVwbGljYXRpb25OZXR3b3Jrcy9jNDFlZGE4Ni05NmQ1LTQ1NDEtYTZmOC1jNDdkNGI3NWEyNGEvcmVwbGljYXRpb25OZXR3b3JrTWFwcGluZ3M/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9jYTY2N2QyNTM2ZjU0MGNjNTdhNTY2YWU2MzkwODFiMTIzYWQ1MDhkOTNjYWVmMjg1OTIzN2NhMjJmMjY1ODY2L3JlcGxpY2F0aW9uTmV0d29ya3MvNGY3MDRiOGYtOTQ2Yy00NzA1LTk4NDQtMTExNjdlOTAxMDJmL3JlcGxpY2F0aW9uTmV0d29ya01hcHBpbmdzP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ae12e0a-6090-4125-ab55-974e52cc3cea" + "37ef0077-2b31-40aa-97e6-c11e914405a4" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping\",\r\n \"name\": \"NWMapping\",\r\n \"properties\": {\r\n \"state\": \"Paired\",\r\n \"primaryNetworkFriendlyName\": \"corp\",\r\n \"primaryNetworkId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"primaryFabricFriendlyName\": \"CP-B3L40405-03.fareast.corp.microsoft.com\",\r\n \"recoveryNetworkFriendlyName\": \"vnetavrai\",\r\n \"recoveryNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryFabricArmId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"fabricSpecificSettings\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 06:32:50 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11876" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0ae12e0a-6090-4125-ab55-974e52cc3cea 5/15/2017 6:32:51 AM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "37ef0077-2b31-40aa-97e6-c11e914405a4 3/18/2021 6:28:37 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "0ae12e0a-6090-4125-ab55-974e52cc3cea" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14418" + "37ef0077-2b31-40aa-97e6-c11e914405a4" ], "x-ms-correlation-request-id": [ - "059eb117-b485-41e9-ba54-99de1f326ec2" + "e94cbf07-2e37-4774-84e4-fd5212730bcc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T063250Z:059eb117-b485-41e9-ba54-99de1f326ec2" + "CENTRALUSEUAP:20210318T182837Z:e94cbf07-2e37-4774-84e4-fd5212730bcc" + ], + "Date": [ + "Thu, 18 Mar 2021 18:28:36 GMT" + ], + "Content-Length": [ + "1437" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping\",\r\n \"name\": \"NWMapping\",\r\n \"properties\": {\r\n \"state\": \"Paired\",\r\n \"primaryNetworkFriendlyName\": \"corp\",\r\n \"primaryNetworkId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f\",\r\n \"primaryFabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"recoveryNetworkFriendlyName\": \"vnh2atest\",\r\n \"recoveryNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"recoveryFabricArmId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"fabricSpecificSettings\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateNetworks.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateNetworks.json index 3264c14c05f0f..1ccea82d57d0f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateNetworks.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateNetworks.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL2QxODhkYzM3OGE3OGM4MTliZmI4YjFmMDdlYmEyYzE1NTExZTE3ODhjNDFiYTI3NzkyZDk0MzNmYzZhNGUwODcvcmVwbGljYXRpb25OZXR3b3Jrcz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9jYTY2N2QyNTM2ZjU0MGNjNTdhNTY2YWU2MzkwODFiMTIzYWQ1MDhkOTNjYWVmMjg1OTIzN2NhMjJmMjY1ODY2L3JlcGxpY2F0aW9uTmV0d29ya3M/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99894d87-701e-4916-a41a-b8296c6231d0" + "ed8c1355-d7d6-47cd-afa4-aab533f2e66e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/775b9f7a-e5a7-4681-abde-567cb70de658\",\r\n \"name\": \"775b9f7a-e5a7-4681-abde-567cb70de658\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"VSwitch_VLan\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/9f186446-40a8-4025-a970-64c1c1d6ddf9\",\r\n \"name\": \"9f186446-40a8-4025-a970-64c1c1d6ddf9\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"VSwitch_Wnv\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/ad2d0cec-165e-4aac-8a0f-62a17096abcf\",\r\n \"name\": \"ad2d0cec-165e-4aac-8a0f-62a17096abcf\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"VSwitch_NoIso\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"name\": \"c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"corp\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 05:01:06 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "99894d87-701e-4916-a41a-b8296c6231d0 5/15/2017 5:01:06 AM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "ed8c1355-d7d6-47cd-afa4-aab533f2e66e 3/18/2021 6:27:30 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "99894d87-701e-4916-a41a-b8296c6231d0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "ed8c1355-d7d6-47cd-afa4-aab533f2e66e" ], "x-ms-correlation-request-id": [ - "fb4f7d36-4603-45d7-bbc8-655d597f65c8" + "5ab05e83-d062-417c-9b99-e1d4479ae9ce" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T050106Z:fb4f7d36-4603-45d7-bbc8-655d597f65c8" + "CENTRALUSEUAP:20210318T182730Z:5ab05e83-d062-417c-9b99-e1d4479ae9ce" + ], + "Date": [ + "Thu, 18 Mar 2021 18:27:30 GMT" + ], + "Content-Length": [ + "1542" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f\",\r\n \"name\": \"4f704b8f-946c-4705-9844-11167e90102f\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"corp\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/698965e0-a301-4a99-b2c6-ad8f1bb74262\",\r\n \"name\": \"698965e0-a301-4a99-b2c6-ad8f1bb74262\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"VN22\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/9127efaa-f06b-4259-b59f-dfe5d70ff0c1\",\r\n \"name\": \"9127efaa-f06b-4259-b59f-dfe5d70ff0c1\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"VN11\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumeratePCMapping.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumeratePCMapping.json index 804bf26511094..ef9380221d8d8 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumeratePCMapping.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumeratePCMapping.json @@ -1,221 +1,209 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4e0dae5-e40c-486d-9212-abb2d8d4d1b9" + "3f68a32b-d7d9-47e7-9c17-64a85fd7084f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:00:17 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a4e0dae5-e40c-486d-9212-abb2d8d4d1b9 5/13/2017 8:00:18 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "3f68a32b-d7d9-47e7-9c17-64a85fd7084f 3/17/2021 7:12:48 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "a4e0dae5-e40c-486d-9212-abb2d8d4d1b9" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" + "3f68a32b-d7d9-47e7-9c17-64a85fd7084f" ], "x-ms-correlation-request-id": [ - "ad9ee68b-2bd1-438e-9c93-e4148bcd98a8" + "581e930d-4428-42b3-bf4d-ade13e69f5e8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T200018Z:ad9ee68b-2bd1-438e-9c93-e4148bcd98a8" + "CENTRALUSEUAP:20210317T191248Z:581e930d-4428-42b3-bf4d-ade13e69f5e8" + ], + "Date": [ + "Wed, 17 Mar 2021 19:12:48 GMT" + ], + "Content-Length": [ + "768" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": null\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84f7d854-d739-4a1c-a5d9-e3f71d1ff295" + "345b6905-642e-4b7d-b7fd-e200b31c46d8" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:00:18 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "84f7d854-d739-4a1c-a5d9-e3f71d1ff295 5/13/2017 8:00:19 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "345b6905-642e-4b7d-b7fd-e200b31c46d8 3/17/2021 7:12:48 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "84f7d854-d739-4a1c-a5d9-e3f71d1ff295" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" + "345b6905-642e-4b7d-b7fd-e200b31c46d8" ], "x-ms-correlation-request-id": [ - "82a54cdd-7f6e-4007-8bb0-ccc340d71272" + "7db8a887-2dce-4e3c-be61-e8789c64c03b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T200019Z:82a54cdd-7f6e-4007-8bb0-ccc340d71272" + "CENTRALUSEUAP:20210317T191248Z:7db8a887-2dce-4e3c-be61-e8789c64c03b" + ], + "Date": [ + "Wed, 17 Mar 2021 19:12:48 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJNYXBwaW5ncz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3M/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "323098d6-ebf9-45e5-b817-5f0c960cbb26" + "98699567-913d-4d14-9c94-f074bdd85f30" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings/PCMapping\",\r\n \"name\": \"PCMapping\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"Microsoft Azure\",\r\n \"targetProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"providerSpecificDetails\": null,\r\n \"health\": \"Normal\",\r\n \"healthErrorDetails\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"sourceFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"targetFabricFriendlyName\": \"Microsoft Azure\",\r\n \"policyFriendlyName\": \"protectionprofile1\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:00:21 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "323098d6-ebf9-45e5-b817-5f0c960cbb26 5/13/2017 8:00:22 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "98699567-913d-4d14-9c94-f074bdd85f30 3/17/2021 7:12:49 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "323098d6-ebf9-45e5-b817-5f0c960cbb26" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" + "98699567-913d-4d14-9c94-f074bdd85f30" ], "x-ms-correlation-request-id": [ - "8e32eaba-b12e-4061-bb71-378ecafb7120" + "b03ae63b-6959-42aa-8f63-313a286a370b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T200022Z:8e32eaba-b12e-4061-bb71-378ecafb7120" + "CENTRALUSEUAP:20210317T191249Z:b03ae63b-6959-42aa-8f63-313a286a370b" + ], + "Date": [ + "Wed, 17 Mar 2021 19:12:48 GMT" + ], + "Content-Length": [ + "1078" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings/PCMapping\",\r\n \"name\": \"PCMapping\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"Microsoft Azure\",\r\n \"targetProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"providerSpecificDetails\": null,\r\n \"health\": \"Normal\",\r\n \"healthErrorDetails\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"sourceFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"targetFabricFriendlyName\": \"Microsoft Azure\",\r\n \"policyFriendlyName\": \"protectionprofile2\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateProtectableItem.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateProtectableItem.json index ca777025f6c99..7352f7bd82088 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateProtectableItem.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateProtectableItem.json @@ -1,292 +1,276 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5281dfa-5ddd-48f6-ad2c-0667d16d9022" + "b563250a-3e15-4fe2-8ed7-929b3454f0ea" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 12 May 2017 14:42:55 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c5281dfa-5ddd-48f6-ad2c-0667d16d9022 5/12/2017 2:42:56 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "b563250a-3e15-4fe2-8ed7-929b3454f0ea 3/17/2021 7:08:56 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "c5281dfa-5ddd-48f6-ad2c-0667d16d9022" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13355" + "b563250a-3e15-4fe2-8ed7-929b3454f0ea" ], "x-ms-correlation-request-id": [ - "e32e274a-78d5-4f4d-a226-ecce371769bb" + "a2040307-19fe-45fb-9a4b-d27f108a1049" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170512T144255Z:e32e274a-78d5-4f4d-a226-ecce371769bb" + "CENTRALUSEUAP:20210317T190856Z:a2040307-19fe-45fb-9a4b-d27f108a1049" + ], + "Date": [ + "Wed, 17 Mar 2021 19:08:56 GMT" + ], + "Content-Length": [ + "768" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": null\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9cdcc166-7cf2-4d2c-aa49-b6d2e0ada24e" + "173a5aeb-f4e4-4e10-88c7-3d3860c1df06" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 12 May 2017 14:42:56 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9cdcc166-7cf2-4d2c-aa49-b6d2e0ada24e 5/12/2017 2:42:57 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "173a5aeb-f4e4-4e10-88c7-3d3860c1df06 3/17/2021 7:08:56 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "9cdcc166-7cf2-4d2c-aa49-b6d2e0ada24e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13354" + "173a5aeb-f4e4-4e10-88c7-3d3860c1df06" ], "x-ms-correlation-request-id": [ - "3b01b67d-1d13-4b29-b03e-85a5a6acf97d" + "eaff27fe-6c91-49be-9e75-bc66864deff9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170512T144256Z:3b01b67d-1d13-4b29-b03e-85a5a6acf97d" + "CENTRALUSEUAP:20210317T190856Z:eaff27fe-6c91-49be-9e75-bc66864deff9" + ], + "Date": [ + "Wed, 17 Mar 2021 19:08:56 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1Njc/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5cc3033d-a76d-41b3-ae4a-709848cd92d0" + "aad77f7a-2c39-42fc-8c12-f2dcc78dcf54" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 12 May 2017 14:42:58 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5cc3033d-a76d-41b3-ae4a-709848cd92d0 5/12/2017 2:42:58 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "aad77f7a-2c39-42fc-8c12-f2dcc78dcf54 3/17/2021 7:08:57 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "5cc3033d-a76d-41b3-ae4a-709848cd92d0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13352" + "aad77f7a-2c39-42fc-8c12-f2dcc78dcf54" ], "x-ms-correlation-request-id": [ - "700c4442-8306-4e1a-ad33-8f8c07fd0bc5" + "4c9873d3-f215-462b-a23f-fa683ec187d9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170512T144258Z:700c4442-8306-4e1a-ad33-8f8c07fd0bc5" + "CENTRALUSEUAP:20210317T190857Z:4c9873d3-f215-462b-a23f-fa683ec187d9" + ], + "Date": [ + "Wed, 17 Mar 2021 19:08:57 GMT" + ], + "Content-Length": [ + "619" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RhYmxlSXRlbXM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0YWJsZUl0ZW1zP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed6a2f5d-d62d-4fed-9d17-ca1cd331bc15" + "651fce4f-df91-4aed-8698-15bc594a6b88" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/687ec666-8b4f-4fea-97f5-247c793765d1\",\r\n \"name\": \"687ec666-8b4f-4fea-97f5-247c793765d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm11\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"687ec666-8b4f-4fea-97f5-247c793765d1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 1024,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"5bb00ca8-d850-49fb-afdc-052413458ea2\",\r\n \"vhdName\": \"vm11\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"name\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectionStatus\": \"Protected\",\r\n \"replicationProtectedItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 1024,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"name\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm1\",\r\n \"protectionStatus\": \"Protected\",\r\n \"replicationProtectedItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 1024,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"5f01e3a8-73fb-4c60-8cfc-e69297e5d96b\",\r\n \"vhdName\": \"vm1\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/fb40cf9f-b731-4c16-9d31-ef3d5e81193d\",\r\n \"name\": \"fb40cf9f-b731-4c16-9d31-ef3d5e81193d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Nakul\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"fb40cf9f-b731-4c16-9d31-ef3d5e81193d\",\r\n \"generation\": \"2\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 25600,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"bb2ce67e-8f5b-49ee-ac6a-a0b14e8622c1\",\r\n \"vhdName\": \"FRTest\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems?api-version=2018-07-10&%24skipToken=ReplicationGroup%3aBegin\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 12 May 2017 14:42:59 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ed6a2f5d-d62d-4fed-9d17-ca1cd331bc15 5/12/2017 2:42:59 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "651fce4f-df91-4aed-8698-15bc594a6b88 3/17/2021 7:08:57 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "ed6a2f5d-d62d-4fed-9d17-ca1cd331bc15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13350" + "651fce4f-df91-4aed-8698-15bc594a6b88" ], "x-ms-correlation-request-id": [ - "97258507-5a34-4cbc-b6d3-493ce12cba63" + "2838c42e-e080-4daf-9cb3-035a1d6ad1a6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170512T144259Z:97258507-5a34-4cbc-b6d3-493ce12cba63" + "CENTRALUSEUAP:20210317T190857Z:2838c42e-e080-4daf-9cb3-035a1d6ad1a6" + ], + "Date": [ + "Wed, 17 Mar 2021 19:08:57 GMT" + ], + "Content-Length": [ + "39267" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/04e4fe1f-bfa6-407f-8db7-4fe897d4c40b\",\r\n \"name\": \"04e4fe1f-bfa6-407f-8db7-4fe897d4c40b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4Vm4\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"04e4fe1f-bfa6-407f-8db7-4fe897d4c40b\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"d8d9e2da-19e3-4d0e-b435-16d4bef10e91\",\r\n \"vhdName\": \"AGHostVm4\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/0ad19597-c633-4f68-b712-bf18881ccaf1\",\r\n \"name\": \"0ad19597-c633-4f68-b712-bf18881ccaf1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestAN1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"0ad19597-c633-4f68-b712-bf18881ccaf1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"85eccf0b-54cd-4035-91aa-3e12bb011b82\",\r\n \"vhdName\": \"TestAN1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/0e3081f9-ead2-4f75-a880-cfa0cb9adb93\",\r\n \"name\": \"0e3081f9-ead2-4f75-a880-cfa0cb9adb93\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Ar19Feb1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"0e3081f9-ead2-4f75-a880-cfa0cb9adb93\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"e03c63d5-068a-4ec7-a256-23f8655acd25\",\r\n \"vhdName\": \"Ar19Feb1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/108e19c4-78b8-4d0d-949d-78ae719b8720\",\r\n \"name\": \"108e19c4-78b8-4d0d-949d-78ae719b8720\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VmFailbackTest1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"108e19c4-78b8-4d0d-949d-78ae719b8720\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"52b70b21-6b9b-452c-8ac1-66a0ea892704\",\r\n \"vhdName\": \"VmFailbackTest1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"name\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDKFirst\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"5a687328-162d-402d-a298-146ffa97b086\",\r\n \"vhdName\": \"VMforSDKFirst\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/1bbc5be1-30bb-4f1f-8457-d7b594a02aea\",\r\n \"name\": \"1bbc5be1-30bb-4f1f-8457-d7b594a02aea\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestIssue1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"1bbc5be1-30bb-4f1f-8457-d7b594a02aea\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"feae187e-06ef-4887-84c1-63f5f59e9dc0\",\r\n \"vhdName\": \"TestIssue1_B338D8AA-F3BC-4755-ACCE-91BAB6BB61D1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/25643ea6-39f7-4c3e-b426-b676c1db9a31\",\r\n \"name\": \"25643ea6-39f7-4c3e-b426-b676c1db9a31\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4Vm2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"25643ea6-39f7-4c3e-b426-b676c1db9a31\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"7260eeb9-7cfe-429d-a47e-84dd9f58f3e7\",\r\n \"vhdName\": \"vm1_43FC94C3-3FD1-49EF-90D6-C8D65A6071AC\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/27d70d11-0acd-4279-9ecf-36c7ecced256\",\r\n \"name\": \"27d70d11-0acd-4279-9ecf-36c7ecced256\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4VM1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"27d70d11-0acd-4279-9ecf-36c7ecced256\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"7f13be3d-6387-4140-bce1-3718ec43f826\",\r\n \"vhdName\": \"AGHost4VM1_AD8ABADC-D6F6-4752-9D32-7385495E7D5C\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/2e2214d6-0391-4654-8d92-cd6bb0ecdee1\",\r\n \"name\": \"2e2214d6-0391-4654-8d92-cd6bb0ecdee1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VmFailbackTest\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"2e2214d6-0391-4654-8d92-cd6bb0ecdee1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"0202b5b2-63f4-4904-b8d6-f90e52ef058c\",\r\n \"vhdName\": \"VmFailbackTest_2BD2FF5C-C439-4D2B-A9C3-C962DFBC8D46\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/37cdf1c7-fabe-4e91-8f3b-36b94bed348b\",\r\n \"name\": \"37cdf1c7-fabe-4e91-8f3b-36b94bed348b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VM2VN\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"37cdf1c7-fabe-4e91-8f3b-36b94bed348b\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"1eba0968-da69-4f54-b3b3-5be4532e91a7\",\r\n \"vhdName\": \"VM2VN\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/391cbe6d-d1af-4f3f-b32e-bb57e060734a\",\r\n \"name\": \"391cbe6d-d1af-4f3f-b32e-bb57e060734a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Win2016-2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"391cbe6d-d1af-4f3f-b32e-bb57e060734a\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 10240,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"7780f73f-23f3-4f10-92cc-ffb90e26bf5e\",\r\n \"vhdName\": \"Win2016-2\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/3b4b453f-51a9-4afc-a00b-5fc45fd4f6c4\",\r\n \"name\": \"3b4b453f-51a9-4afc-a00b-5fc45fd4f6c4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4Vm5\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"3b4b453f-51a9-4afc-a00b-5fc45fd4f6c4\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"f6dfdf43-facf-42da-9883-7376acafa20e\",\r\n \"vhdName\": \"AGHost4Vm5\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/4bc89bb8-1761-4580-b66b-a40b933f29fe\",\r\n \"name\": \"4bc89bb8-1761-4580-b66b-a40b933f29fe\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"PowershellVm2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"4bc89bb8-1761-4580-b66b-a40b933f29fe\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"925bb732-fa80-4584-8d5d-df411d93ae31\",\r\n \"vhdName\": \"PowershellVm2\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/82317559-522a-4237-8372-0c85d9bb5264\",\r\n \"name\": \"82317559-522a-4237-8372-0c85d9bb5264\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestIssue\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"82317559-522a-4237-8372-0c85d9bb5264\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 61440,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"df47b360-6cee-4574-abbd-250d92da2970\",\r\n \"vhdName\": \"TestIssue\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/823513a7-9a21-4f25-a920-df621e8f35be\",\r\n \"name\": \"823513a7-9a21-4f25-a920-df621e8f35be\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"ICM\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"823513a7-9a21-4f25-a920-df621e8f35be\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"b1947025-b1a7-47fc-aadb-41af5e0ce17d\",\r\n \"vhdName\": \"ICM\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/82e45a37-bf90-49a0-a324-f701ae856a7a\",\r\n \"name\": \"82e45a37-bf90-49a0-a324-f701ae856a7a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"DumDum\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"82e45a37-bf90-49a0-a324-f701ae856a7a\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"53fe5759-9e36-468a-adeb-e8b8f41337f0\",\r\n \"vhdName\": \"DumDum_B3A63C67-45AB-45A0-8C20-AE8760FEDC67\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/8318dd3f-7f5f-4a12-89ca-6f32716bb179\",\r\n \"name\": \"8318dd3f-7f5f-4a12-89ca-6f32716bb179\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"A068-Gen2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"8318dd3f-7f5f-4a12-89ca-6f32716bb179\",\r\n \"generation\": \"2\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 30720,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"b66df764-2db3-4117-bfcf-0cc820bfa1fa\",\r\n \"vhdName\": \"A068-Gen2\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/8daffac4-4cef-4d6a-8626-8d2925c33a1b\",\r\n \"name\": \"8daffac4-4cef-4d6a-8626-8d2925c33a1b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VmTestAzure\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"8daffac4-4cef-4d6a-8626-8d2925c33a1b\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"4909c6f3-31bd-4689-b596-fc6c0af8450b\",\r\n \"vhdName\": \"VmTestAzure_61167859-64FB-4AF6-A263-F9A95994E82F\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/b0462556-9560-48d1-a581-7cd3f8b8c4de\",\r\n \"name\": \"b0462556-9560-48d1-a581-7cd3f8b8c4de\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4Vm3\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"b0462556-9560-48d1-a581-7cd3f8b8c4de\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"562c390f-045e-459e-90fc-1391797bb45b\",\r\n \"vhdName\": \"AGHost4Vm3\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/b07c9911-5777-474f-a6db-ab0cfa841dd3\",\r\n \"name\": \"b07c9911-5777-474f-a6db-ab0cfa841dd3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"PowershellVm1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"b07c9911-5777-474f-a6db-ab0cfa841dd3\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"20f3d2f3-2e57-4fc9-bde6-3733786fabb0\",\r\n \"vhdName\": \"PowershellVm1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/b0f83a41-e918-4335-81ff-ca2386e83889\",\r\n \"name\": \"b0f83a41-e918-4335-81ff-ca2386e83889\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"NewVmTest\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"b0f83a41-e918-4335-81ff-ca2386e83889\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"291211bd-2273-43ab-8cf3-25dc1eba9313\",\r\n \"vhdName\": \"NewVmTest\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/c3b665ea-1493-49b7-be77-9416a9ab6312\",\r\n \"name\": \"c3b665ea-1493-49b7-be77-9416a9ab6312\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestDisableCheckpoint\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"c3b665ea-1493-49b7-be77-9416a9ab6312\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"984e3af9-4007-484f-8137-4de9a9d59625\",\r\n \"vhdName\": \"TestDisableCheckpoint\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/cb012ca9-bb9c-46dd-9e03-aba32178d0e8\",\r\n \"name\": \"cb012ca9-bb9c-46dd-9e03-aba32178d0e8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Dummy\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"cb012ca9-bb9c-46dd-9e03-aba32178d0e8\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"049b3414-40a3-40b0-8294-f557a24f5cc5\",\r\n \"vhdName\": \"Dummy\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/d035665a-1f84-4803-8b6d-96cab2cb75a1\",\r\n \"name\": \"d035665a-1f84-4803-8b6d-96cab2cb75a1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VM-B2A-12\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"d035665a-1f84-4803-8b6d-96cab2cb75a1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"3f792f29-592d-4a85-9b82-3712a21e3bfb\",\r\n \"vhdName\": \"VM-B2A-12\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/d0b5bfd2-def9-46ec-823f-03a6c2ebd0d1\",\r\n \"name\": \"d0b5bfd2-def9-46ec-823f-03a6c2ebd0d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestAzureNetwork\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"d0b5bfd2-def9-46ec-823f-03a6c2ebd0d1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"0e5828a8-c32b-4464-aed4-39c09e7bd75d\",\r\n \"vhdName\": \"TestAzureNetwork\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"name\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectionStatus\": \"Protected\",\r\n \"replicationProtectedItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"generation\": \"0\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"vhdName\": \"VMforSDK\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e9a9f249-8a05-401a-9911-88248c1c2bb8\",\r\n \"name\": \"e9a9f249-8a05-401a-9911-88248c1c2bb8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Win2016-1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"e9a9f249-8a05-401a-9911-88248c1c2bb8\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 10240,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"7780f73f-23f3-4f10-92cc-ffb90e26bf5e\",\r\n \"vhdName\": \"Win2016-1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/f34a1e9e-9b60-4d5b-826f-880aa710ae12\",\r\n \"name\": \"f34a1e9e-9b60-4d5b-826f-880aa710ae12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"HyperVMigration\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"f34a1e9e-9b60-4d5b-826f-880aa710ae12\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"4845656d-75b2-1246-bc8f-13d900000000\",\r\n \"vhdName\": \"14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/f92c7729-7a93-4e23-9c78-68b665aa2ef9\",\r\n \"name\": \"f92c7729-7a93-4e23-9c78-68b665aa2ef9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vidyavm1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"f92c7729-7a93-4e23-9c78-68b665aa2ef9\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 10240,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"a291445c-617d-45c7-81ba-d2348213ab04\",\r\n \"vhdName\": \"vidyavm1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://centraluseuap.management.azure.com/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems?api-version=2021-02-10&$skipToken=ReplicationGroup%3ABegin\"\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateProtectedItem.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateProtectedItem.json index 13bc57c244ada..8b344831ee28a 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateProtectedItem.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateProtectedItem.json @@ -1,150 +1,142 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "754c6e37-e20c-4e00-a238-adbac7097480" + "15688d2c-6de0-41a1-9c7d-f34f549c09ab" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 13:15:56 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "754c6e37-e20c-4e00-a238-adbac7097480 5/13/2017 1:15:57 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "15688d2c-6de0-41a1-9c7d-f34f549c09ab 3/17/2021 7:11:22 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "754c6e37-e20c-4e00-a238-adbac7097480" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13807" + "15688d2c-6de0-41a1-9c7d-f34f549c09ab" ], "x-ms-correlation-request-id": [ - "4fb8cef7-c737-42ee-83aa-1ec4982c424c" + "0cbd1f5f-2966-467c-991d-7a87196da214" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T131557Z:4fb8cef7-c737-42ee-83aa-1ec4982c424c" + "CENTRALUSEUAP:20210317T191122Z:0cbd1f5f-2966-467c-991d-7a87196da214" + ], + "Date": [ + "Wed, 17 Mar 2021 19:11:22 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8385501c-cd97-4ff5-a5e0-f0cb4bdccadf" + "4e66943c-e2cd-402e-8592-ccd5c633cfc5" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"name\": \"vm2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\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 \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm2\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": null,\r\n \"vmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkNGMjlFQjdBLTU4RTEtNDVCNC1CNzYwLUM1MzBDMTEzNERGNFw0NDYyM0NDRS02NDJDLTQ0MTYtOTI0My0wMzVDMjhGRjM1MTc=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMSubnetName\": \"FRExternalNetwork\",\r\n \"vMNetworkName\": \"FRExternalNetwork\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryVMSubnetName\": \"Subnet1\",\r\n \"ipAddressType\": \"Static\",\r\n \"primaryNicStaticIPAddress\": null,\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByUser\"\r\n }\r\n ],\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": \"Never\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1\",\r\n \"name\": \"vm1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm1\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"Protected\",\r\n \"protectionStateDescription\": \"Protected\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"MarkedForDeletion\",\r\n \"testFailoverStateDescription\": \"Cleaning up test environment\",\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"lastSuccessfulTestFailoverTime\": \"2017-05-13T12:39:39.9690575Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/32975a4a-61ed-45df-a4a5-dd8051e61d2d\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5f01e3a8-73fb-4c60-8cfc-e69297e5d96b\",\r\n \"vhdName\": \"vm1\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm1\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": null,\r\n \"vmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkY4NDkxRTRGLTgxN0EtNDBERC1BOTBDLUFGNzczOTc4Qzc1Qlw3NjAwMzMxRS03NDk4LTQ0QTQtQjdDNy0xQjY1NkJDREQ1MkQ=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMSubnetName\": \"FRExternalNetwork\",\r\n \"vMNetworkName\": \"FRExternalNetwork\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryVMSubnetName\": \"Subnet1\",\r\n \"ipAddressType\": \"Static\",\r\n \"primaryNicStaticIPAddress\": null,\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByUser\"\r\n }\r\n ],\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": \"Never\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 13:16:59 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8385501c-cd97-4ff5-a5e0-f0cb4bdccadf 5/13/2017 1:17:00 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "4e66943c-e2cd-402e-8592-ccd5c633cfc5 3/17/2021 7:11:23 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "8385501c-cd97-4ff5-a5e0-f0cb4bdccadf" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13849" + "4e66943c-e2cd-402e-8592-ccd5c633cfc5" ], "x-ms-correlation-request-id": [ - "5567c149-7e7f-4162-b85c-9bf00a126fe9" + "1ba89f49-8ada-4230-9476-9ddee771d543" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T131659Z:5567c149-7e7f-4162-b85c-9bf00a126fe9" + "CENTRALUSEUAP:20210317T191123Z:1ba89f49-8ada-4230-9476-9ddee771d543" + ], + "Date": [ + "Wed, 17 Mar 2021 19:11:22 GMT" + ], + "Content-Length": [ + "4397" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"InitialReplicationRecoveryCompletionPending\",\r\n \"protectionStateDescription\": \"Waiting for first recovery point\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"DisableProtection\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Standard_B1s\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": null,\r\n \"rpoInSeconds\": null,\r\n \"lastRpoCalculatedTime\": null,\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"UnprotectedStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Enabling protection\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [],\r\n \"selectedRecoveryAzureNetworkId\": null,\r\n \"selectedSourceNicId\": null,\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": null,\r\n \"targetAvailabilityZone\": null,\r\n \"targetProximityPlacementGroupId\": null,\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"NotSpecified\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": null,\r\n \"targetNicTags\": null,\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"818b0913-2dc8-4078-8ab1-22495090c480\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateReplicationEligibilityResults.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateReplicationEligibilityResults.json index 24adb5ced255c..7163f2fdaa3cd 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateReplicationEligibilityResults.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/EnumerateReplicationEligibilityResults.json @@ -1,61 +1,58 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/d90d145a-4cdd-45a3-b2c4-971d69775278/resourceGroups/testRg1/providers/Microsoft.Compute/virtualMachines/testVm1/providers/Microsoft.RecoveryServices/replicationEligibilityResults?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvZDkwZDE0NWEtNGNkZC00NWEzLWIyYzQtOTcxZDY5Nzc1Mjc4L3Jlc291cmNlR3JvdXBzL3Rlc3RSZzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy90ZXN0Vm0xL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy9yZXBsaWNhdGlvbkVsaWdpYmlsaXR5UmVzdWx0cz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/testRg1/providers/Microsoft.Compute/virtualMachines/testVm1/providers/Microsoft.RecoveryServices/replicationEligibilityResults?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Rlc3RSZzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy90ZXN0Vm0xL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy9yZXBsaWNhdGlvbkVsaWdpYmlsaXR5UmVzdWx0cz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c6d3aa8-1732-4200-8aec-367afab43ff2" + "3e6121a5-db7b-4232-9cb1-f5f4a78f0178" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.0.5.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 02 Jan 2020 07:16:46 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "Server": [ "Microsoft-IIS/10.0", "Kestrel" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4c6d3aa8-1732-4200-8aec-367afab43ff2 1/2/2020 7:16:46 AM" - ], - "X-Powered-By": [ - "ASP.NET" + "3e6121a5-db7b-4232-9cb1-f5f4a78f0178 3/27/2021 11:57:31 PM" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "4c6d3aa8-1732-4200-8aec-367afab43ff2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "3e6121a5-db7b-4232-9cb1-f5f4a78f0178" ], "x-ms-correlation-request-id": [ - "8ae9b95d-ea44-49e0-95a3-a6f5ec439275" + "61b605b4-4859-4b64-b32b-4989d371e49c" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20200102T071646Z:8ae9b95d-ea44-49e0-95a3-a6f5ec439275" + "CENTRALUSEUAP:20210327T235731Z:61b605b4-4859-4b64-b32b-4989d371e49c" + ], + "Date": [ + "Sat, 27 Mar 2021 23:57:30 GMT" ], "Content-Length": [ "389" @@ -67,12 +64,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.RecoveryServices/replicationEligibilityResults\",\r\n \"id\": \"/subscriptions/d90d145a-4cdd-45a3-b2c4-971d69775278/resourceGroups/testRg1/providers/Microsoft.Compute/virtualMachines/testVm1/providers/Microsoft.RecoveryServices/replicationEligibilityResults/default\",\r\n \"properties\": {\r\n \"clientRequestId\": \"4c6d3aa8-1732-4200-8aec-367afab43ff2\",\r\n \"errors\": []\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.RecoveryServices/replicationEligibilityResults\",\r\n \"id\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/testRg1/providers/Microsoft.Compute/virtualMachines/testVm1/providers/Microsoft.RecoveryServices/replicationEligibilityResults/default\",\r\n \"properties\": {\r\n \"clientRequestId\": \"3e6121a5-db7b-4232-9cb1-f5f4a78f0178\",\r\n \"errors\": []\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "d90d145a-4cdd-45a3-b2c4-971d69775278" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } } \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetA2AProtectionIntent.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetA2AProtectionIntent.json new file mode 100644 index 0000000000000..09d37085402f1 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetA2AProtectionIntent.json @@ -0,0 +1,75 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationProtectionIntents/intentName1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qcm90ZWN0aW9uSW50ZW50cy9pbnRlbnROYW1lMT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b33ba310-a828-44c2-a836-8ac40e0ad66f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b33ba310-a828-44c2-a836-8ac40e0ad66f 3/21/2021 6:35:44 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "b33ba310-a828-44c2-a836-8ac40e0ad66f" + ], + "x-ms-correlation-request-id": [ + "d2690842-9590-4bf9-b54d-bc3d47bd97fb" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210321T063544Z:d2690842-9590-4bf9-b54d-bc3d47bd97fb" + ], + "Date": [ + "Sun, 21 Mar 2021 06:35:44 GMT" + ], + "Content-Length": [ + "1617" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationProtectionIntents/intentName1\",\r\n \"name\": \"intentName1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationProtectionIntents\",\r\n \"properties\": {\r\n \"friendlyName\": \"intentName1\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/946c3f97-2016-4434-85a2-4b1fce112872\",\r\n \"jobState\": \"Failed\",\r\n \"isActive\": true,\r\n \"creationTimeUTC\": \"3/21/2021 6:34:41 AM\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"fabricObjectId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG/providers/Microsoft.Compute/virtualMachines/sdkTestVM1\",\r\n \"primaryLocation\": \"westeurope\",\r\n \"recoveryLocation\": \"northeurope\",\r\n \"recoverySubscriptionId\": \"b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c\",\r\n \"vmDisks\": null,\r\n \"vmManagedDisks\": null,\r\n \"recoveryResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG-asr\",\r\n \"protectionProfile\": {\r\n \"policyName\": \"intentPolicy\",\r\n \"recoveryPointHistory\": 1440,\r\n \"crashConsistentFrequencyInMinutes\": 10,\r\n \"appConsistentFrequencyInMinutes\": 60,\r\n \"multiVmSyncStatus\": \"Enable\",\r\n \"resourceType\": \"New\"\r\n },\r\n \"primaryStagingStorageAccount\": null,\r\n \"recoveryAvailabilitySet\": null,\r\n \"recoveryVirtualNetwork\": null,\r\n \"recoveryProximityPlacementGroup\": null,\r\n \"autoProtectionOfDataDisk\": \"Enabled\",\r\n \"multiVmGroupName\": null,\r\n \"multiVmGroupId\": null,\r\n \"recoveryBootDiagStorageAccount\": null,\r\n \"diskEncryptionInfo\": null,\r\n \"recoveryAvailabilityZone\": null,\r\n \"recoveryAvailabilityType\": \"Single\"\r\n }\r\n }\r\n}", + "StatusCode": 200 + } + ], + "Names": {}, + "Variables": { + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" + } +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetA2AResources.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetA2AResources.json index 925e94d8d886f..1b57fcdc37a90 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetA2AResources.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetA2AResources.json @@ -1,67 +1,61 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9hMmFQb2xpY3k/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qb2xpY2llcy9hMmFQb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75e2ca20-a450-46ef-8fd4-25b2d6281281" + "018617ce-0350-41da-afe2-e5dc255dbf64" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:53:42 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "75e2ca20-a450-46ef-8fd4-25b2d6281281 3/21/2019 2:53:42 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "018617ce-0350-41da-afe2-e5dc255dbf64 3/20/2021 9:27:01 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "75e2ca20-a450-46ef-8fd4-25b2d6281281" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "018617ce-0350-41da-afe2-e5dc255dbf64" ], "x-ms-correlation-request-id": [ - "6ad0cec7-81b1-4aea-b27f-7222888ae8ed" + "5c54b6e7-6759-4291-bce9-aa6c5dfbf87c" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145342Z:6ad0cec7-81b1-4aea-b27f-7222888ae8ed" + "CENTRALUSEUAP:20210320T212701Z:5c54b6e7-6759-4291-bce9-aa6c5dfbf87c" + ], + "Date": [ + "Sat, 20 Mar 2021 21:27:01 GMT" ], "Content-Length": [ - "517" + "508" ], "Content-Type": [ "application/json" @@ -70,71 +64,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"name\": \"a2aPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"a2aPolicy\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"recoveryPointThresholdInMinutes\": 0,\r\n \"recoveryPointHistory\": 720,\r\n \"appConsistentFrequencyInMinutes\": 60,\r\n \"multiVmSyncStatus\": \"Enabled\",\r\n \"crashConsistentFrequencyInMinutes\": 5\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"name\": \"a2aPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"a2aPolicy\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"recoveryPointThresholdInMinutes\": 0,\r\n \"recoveryPointHistory\": 720,\r\n \"appConsistentFrequencyInMinutes\": 60,\r\n \"multiVmSyncStatus\": \"Enabled\",\r\n \"crashConsistentFrequencyInMinutes\": 5\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWM/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b659152a-5982-4433-bf18-dd174fb089d2" + "a9677450-74a0-4572-a37d-d6a799ed0c22" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:53:48 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "b659152a-5982-4433-bf18-dd174fb089d2 3/21/2019 2:53:49 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "a9677450-74a0-4572-a37d-d6a799ed0c22 3/20/2021 9:27:02 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "b659152a-5982-4433-bf18-dd174fb089d2" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "a9677450-74a0-4572-a37d-d6a799ed0c22" ], "x-ms-correlation-request-id": [ - "e515553c-d723-4cd8-97e9-b6bbfe19cb28" + "06626886-c0ba-497c-b8f3-93c9f994589c" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145349Z:e515553c-d723-4cd8-97e9-b6bbfe19cb28" + "CENTRALUSEUAP:20210320T212702Z:06626886-c0ba-497c-b8f3-93c9f994589c" + ], + "Date": [ + "Sat, 20 Mar 2021 21:27:01 GMT" ], "Content-Length": [ - "892" + "885" ], "Content-Type": [ "application/json" @@ -143,71 +131,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"primaryFabric\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric\",\r\n \"properties\": {\r\n \"friendlyName\": \"West Europe\",\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\": \"f4df55cd-b86f-589e-b4a2-59ae20ffcce6\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"westeurope\",\r\n \"containerIds\": [\r\n \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/d6251467-e8da-53f9-8cc1-cebed5075ecb\"\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"primaryFabric\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric\",\r\n \"properties\": {\r\n \"friendlyName\": \"West Europe\",\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\": \"31de6957-7e7b-5929-bcac-3d87ec147d28\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"westeurope\",\r\n \"containerIds\": [\r\n \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/17a9d23a-3e76-52e0-9520-2157e3d07ba1\"\r\n ],\r\n \"zones\": []\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ff7bc983-21eb-43aa-9036-640e828c13fb" + "cf944990-6d37-4e4c-935a-5ab32774df2a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:53:50 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "ff7bc983-21eb-43aa-9036-640e828c13fb 3/21/2019 2:53:50 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "cf944990-6d37-4e4c-935a-5ab32774df2a 3/20/2021 9:27:02 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "ff7bc983-21eb-43aa-9036-640e828c13fb" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "cf944990-6d37-4e4c-935a-5ab32774df2a" ], "x-ms-correlation-request-id": [ - "b60fae9a-c2d7-41ee-adc5-32d99e2ce6ed" + "0b733485-b676-4055-a8e1-c841a547a1b9" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145351Z:b60fae9a-c2d7-41ee-adc5-32d99e2ce6ed" + "CENTRALUSEUAP:20210320T212702Z:0b733485-b676-4055-a8e1-c841a547a1b9" + ], + "Date": [ + "Sat, 20 Mar 2021 21:27:02 GMT" ], "Content-Length": [ - "897" + "890" ], "Content-Type": [ "application/json" @@ -216,71 +198,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"recoveryFabric\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric\",\r\n \"properties\": {\r\n \"friendlyName\": \"North Europe\",\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\": \"eda81b5c-48f8-555a-af72-7bd2aaa196c0\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"northeurope\",\r\n \"containerIds\": [\r\n \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/7afdccec-0f10-5134-b38e-7da2550330a3\"\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"recoveryFabric\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric\",\r\n \"properties\": {\r\n \"friendlyName\": \"North Europe\",\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\": \"9f92a5b0-a054-58e1-bee7-3ed86141b63b\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"northeurope\",\r\n \"containerIds\": [\r\n \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/ae65917a-3570-5da7-a42c-f2e5f9e6eafa\"\r\n ],\r\n \"zones\": []\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "276c5e33-6ff5-4b5c-9964-17de96dff39c" + "43a05c08-31a5-4a4b-9bb2-1da36e56eb85" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:53:52 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "276c5e33-6ff5-4b5c-9964-17de96dff39c 3/21/2019 2:53:52 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "43a05c08-31a5-4a4b-9bb2-1da36e56eb85 3/20/2021 9:27:02 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "276c5e33-6ff5-4b5c-9964-17de96dff39c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "43a05c08-31a5-4a4b-9bb2-1da36e56eb85" ], "x-ms-correlation-request-id": [ - "10ce5417-4a46-412e-895e-52b3a895f619" + "a942e7ca-54fa-49a9-bc04-4f555b4cd50e" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145352Z:10ce5417-4a46-412e-895e-52b3a895f619" + "CENTRALUSEUAP:20210320T212703Z:a942e7ca-54fa-49a9-bc04-4f555b4cd50e" + ], + "Date": [ + "Sat, 20 Mar 2021 21:27:02 GMT" ], "Content-Length": [ - "547" + "538" ], "Content-Type": [ "application/json" @@ -289,71 +265,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer\",\r\n \"name\": \"primaryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"West Europe\",\r\n \"friendlyName\": \"primaryContainer\",\r\n \"fabricType\": \"Azure\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer\",\r\n \"name\": \"primaryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"West Europe\",\r\n \"friendlyName\": \"primaryContainer\",\r\n \"fabricType\": \"Azure\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXI/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXI/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e59b8024-4d81-4cbe-8e37-ef36f25b3a3c" + "04100291-414a-433b-827d-5cdbefbb26a2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:53:55 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "e59b8024-4d81-4cbe-8e37-ef36f25b3a3c 3/21/2019 2:53:56 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "04100291-414a-433b-827d-5cdbefbb26a2 3/20/2021 9:27:03 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "e59b8024-4d81-4cbe-8e37-ef36f25b3a3c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "04100291-414a-433b-827d-5cdbefbb26a2" ], "x-ms-correlation-request-id": [ - "5f63203a-7959-40b8-a7e3-47b6892e95b4" + "d14425eb-2419-4565-b52e-135ba34261c6" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145356Z:5f63203a-7959-40b8-a7e3-47b6892e95b4" + "CENTRALUSEUAP:20210320T212703Z:d14425eb-2419-4565-b52e-135ba34261c6" + ], + "Date": [ + "Sat, 20 Mar 2021 21:27:02 GMT" ], "Content-Length": [ - "552" + "543" ], "Content-Type": [ "application/json" @@ -362,71 +332,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"name\": \"recoveryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"North Europe\",\r\n \"friendlyName\": \"recoveryContainer\",\r\n \"fabricType\": \"Azure\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"name\": \"recoveryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"North Europe\",\r\n \"friendlyName\": \"recoveryContainer\",\r\n \"fabricType\": \"Azure\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lck1hcHBpbmdzL3ByaW1hcnlUb1JlY292ZXJ5P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lck1hcHBpbmdzL3ByaW1hcnlUb1JlY292ZXJ5P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea9df312-b7b5-4d00-ba41-3a9f9f5c3026" + "30a7a10a-6c82-4861-bdac-9349ae0221d3" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:53:58 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "ea9df312-b7b5-4d00-ba41-3a9f9f5c3026 3/21/2019 2:53:59 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "30a7a10a-6c82-4861-bdac-9349ae0221d3 3/20/2021 9:27:03 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "ea9df312-b7b5-4d00-ba41-3a9f9f5c3026" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "30a7a10a-6c82-4861-bdac-9349ae0221d3" ], "x-ms-correlation-request-id": [ - "1f4f224b-bb29-4840-a937-51f8d3c15dfc" + "204f1f57-7c2e-4469-82b9-4768c6966e21" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145359Z:1f4f224b-bb29-4840-a937-51f8d3c15dfc" + "CENTRALUSEUAP:20210320T212703Z:204f1f57-7c2e-4469-82b9-4768c6966e21" + ], + "Date": [ + "Sat, 20 Mar 2021 21:27:03 GMT" ], "Content-Length": [ - "1346" + "1319" ], "Content-Type": [ "application/json" @@ -435,71 +399,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery\",\r\n \"name\": \"primaryToRecovery\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"targetProtectionContainerFriendlyName\": \"recoveryContainer\",\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/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"primaryContainer\",\r\n \"sourceFabricFriendlyName\": \"West Europe\",\r\n \"targetFabricFriendlyName\": \"North Europe\",\r\n \"policyFriendlyName\": \"a2aPolicy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery\",\r\n \"name\": \"primaryToRecovery\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"targetProtectionContainerFriendlyName\": \"recoveryContainer\",\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/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"primaryContainer\",\r\n \"sourceFabricFriendlyName\": \"West Europe\",\r\n \"targetFabricFriendlyName\": \"North Europe\",\r\n \"policyFriendlyName\": \"a2aPolicy\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXIvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvcmVjb3ZlcnlUb1ByaW1hcnk/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3JlY292ZXJ5RmFicmljL3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnMvcmVjb3ZlcnlDb250YWluZXIvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvcmVjb3ZlcnlUb1ByaW1hcnk/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d2a2bdd-fd43-4b56-aca9-06c9be885e70" + "ecd395a1-fb83-4487-a4b5-f3b35a90fbc6" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:54:00 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "5d2a2bdd-fd43-4b56-aca9-06c9be885e70 3/21/2019 2:54:00 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "ecd395a1-fb83-4487-a4b5-f3b35a90fbc6 3/20/2021 9:27:04 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "5d2a2bdd-fd43-4b56-aca9-06c9be885e70" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "ecd395a1-fb83-4487-a4b5-f3b35a90fbc6" ], "x-ms-correlation-request-id": [ - "751c5c34-e0bd-462b-be11-988976137fba" + "3ea0cd7f-7911-46cd-bc35-607fa063ca84" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145400Z:751c5c34-e0bd-462b-be11-988976137fba" + "CENTRALUSEUAP:20210320T212704Z:3ea0cd7f-7911-46cd-bc35-607fa063ca84" + ], + "Date": [ + "Sat, 20 Mar 2021 21:27:03 GMT" ], "Content-Length": [ - "1346" + "1319" ], "Content-Type": [ "application/json" @@ -508,71 +466,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary\",\r\n \"name\": \"recoveryToPrimary\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer\",\r\n \"targetProtectionContainerFriendlyName\": \"primaryContainer\",\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/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"recoveryContainer\",\r\n \"sourceFabricFriendlyName\": \"North Europe\",\r\n \"targetFabricFriendlyName\": \"West Europe\",\r\n \"policyFriendlyName\": \"a2aPolicy\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary\",\r\n \"name\": \"recoveryToPrimary\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer\",\r\n \"targetProtectionContainerFriendlyName\": \"primaryContainer\",\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/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"recoveryContainer\",\r\n \"sourceFabricFriendlyName\": \"North Europe\",\r\n \"targetFabricFriendlyName\": \"West Europe\",\r\n \"policyFriendlyName\": \"a2aPolicy\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGVkSXRlbXMvc2RrVGVzdFZtMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzL3ByaW1hcnlGYWJyaWMvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9wcmltYXJ5Q29udGFpbmVyL3JlcGxpY2F0aW9uUHJvdGVjdGVkSXRlbXMvc2RrVGVzdFZtMT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e339fb46-dedb-4aae-abdb-91e9f0200b91" + "3c8c3ffd-00c7-43be-805b-d1cc98a05f2c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:54:03 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "e339fb46-dedb-4aae-abdb-91e9f0200b91 3/21/2019 2:54:03 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "3c8c3ffd-00c7-43be-805b-d1cc98a05f2c 3/20/2021 9:27:04 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "e339fb46-dedb-4aae-abdb-91e9f0200b91" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "3c8c3ffd-00c7-43be-805b-d1cc98a05f2c" ], "x-ms-correlation-request-id": [ - "67bf8679-4aa5-476f-9f4b-cff75d06da67" + "4e4897ca-022c-4baa-99dc-0e931d9c04e6" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145403Z:67bf8679-4aa5-476f-9f4b-cff75d06da67" + "CENTRALUSEUAP:20210320T212704Z:4e4897ca-022c-4baa-99dc-0e931d9c04e6" + ], + "Date": [ + "Sat, 20 Mar 2021 21:27:04 GMT" ], "Content-Length": [ - "5090" + "5741" ], "Content-Type": [ "application/json" @@ -581,12 +533,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1\",\r\n \"name\": \"sdkTestVm1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"sdkTestVm1\",\r\n \"protectedItemType\": \"\",\r\n \"protectableItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationRecoveryServicesProviders/ded538e6-f69a-5828-9353-4beb7dbdb038\",\r\n \"primaryFabricFriendlyName\": \"West Europe\",\r\n \"primaryFabricProvider\": \"AzureFabric\",\r\n \"recoveryFabricFriendlyName\": \"North Europe\",\r\n \"recoveryFabricId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric\",\r\n \"primaryProtectionContainerFriendlyName\": \"primaryContainer\",\r\n \"recoveryProtectionContainerFriendlyName\": \"recoveryContainer\",\r\n \"protectionState\": \"InitialReplicationInProgress\",\r\n \"protectionStateDescription\": \"Initial replication is in progress\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"DisableProtection\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [],\r\n \"policyId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"policyFriendlyName\": \"a2aPolicy\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/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/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourcegroups/sdktestvmrg/providers/microsoft.compute/virtualmachines/sdktestvm1\",\r\n \"multiVmGroupId\": \"3379c23a-416b-403e-9961-7a554901be36\",\r\n \"multiVmGroupName\": \"\",\r\n \"multiVmGroupCreateOption\": \"AutoCreated\",\r\n \"managementId\": \"a363fccc-a6de-43de-b9f9-3e0f4ce5769a\",\r\n \"protectedDisks\": null,\r\n \"unprotectedDisks\": null,\r\n \"protectedManagedDisks\": [\r\n {\r\n \"diskId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourcegroups/sdktestvmrg/providers/microsoft.compute/disks/sdktestvm1_osdisk_1_3b1dd430d52044f18fb996d34617f609\",\r\n \"recoveryResourceGroupId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/sdkTestVmRG-asr\",\r\n \"recoveryTargetDiskId\": null,\r\n \"recoveryReplicaDiskId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/sdkTestVmRG-asr/providers/Microsoft.Compute/disks/sdkTestVm1_OsDisk_1_3b1dd430d52044f18fb996d34617f609-ASRReplica\",\r\n \"recoveryReplicaDiskAccountType\": \"Standard_LRS\",\r\n \"recoveryTargetDiskAccountType\": \"Standard_LRS\",\r\n \"diskName\": \"sdkTestVm1_OsDisk_1_3b1dd430d52044f18fb996d34617f609\",\r\n \"diskCapacityInBytes\": 32214351872,\r\n \"primaryStagingAzureStorageAccountId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/do00nssdkvaultasrcache\",\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.0,\r\n \"diskState\": \"InitialReplicationPending\",\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 }\r\n ],\r\n \"recoveryBootDiagStorageAccountId\": null,\r\n \"primaryFabricLocation\": \"westeurope\",\r\n \"recoveryFabricLocation\": \"northeurope\",\r\n \"osType\": \"Windows\",\r\n \"recoveryAzureVMSize\": \"Standard_DS1_v2\",\r\n \"recoveryAzureVMName\": \"sdkTestVm1\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/sdkTestVmRG-asr\",\r\n \"recoveryCloudService\": null,\r\n \"recoveryAvailabilitySet\": null,\r\n \"selectedRecoveryAzureNetworkId\": null,\r\n \"vmNics\": [],\r\n \"vmSyncedConfigDetails\": {\r\n \"tags\": null,\r\n \"inputEndpoints\": []\r\n },\r\n \"monitoringPercentageCompletion\": null,\r\n \"monitoringJobType\": null,\r\n \"lastHeartbeat\": \"2019-03-21T14:50:54.8013906Z\",\r\n \"agentVersion\": \"9.23.5163.1\",\r\n \"agentExpiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"isReplicationAgentUpdateRequired\": false,\r\n \"recoveryFabricObjectId\": null,\r\n \"vmProtectionState\": \"UnprotectedStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Enabling protection\",\r\n \"lifecycleId\": null,\r\n \"testFailoverRecoveryFabricObjectId\": null,\r\n \"rpoInSeconds\": null,\r\n \"lastRpoCalculatedTime\": null,\r\n \"recoveryAvailabilityZone\": null\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"eventCorrelationId\": \"b3b047f3-8594-4447-805d-23c00f2ef172\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1\",\r\n \"name\": \"sdkTestVm1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"sdkTestVM1\",\r\n \"protectedItemType\": \"\",\r\n \"protectableItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationRecoveryServicesProviders/67dbd69e-7fbd-52da-831d-0564c9f7f06d\",\r\n \"primaryFabricFriendlyName\": \"West Europe\",\r\n \"primaryFabricProvider\": \"AzureFabric\",\r\n \"recoveryFabricFriendlyName\": \"North Europe\",\r\n \"recoveryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric\",\r\n \"primaryProtectionContainerFriendlyName\": \"primaryContainer\",\r\n \"recoveryProtectionContainerFriendlyName\": \"recoveryContainer\",\r\n \"protectionState\": \"InitialReplicationInProgress\",\r\n \"protectionStateDescription\": \"Initial replication is in progress\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"DisableProtection\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"policyFriendlyName\": \"a2aPolicy\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/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/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourcegroups/sdktestvmrg/providers/microsoft.compute/virtualmachines/sdktestvm1\",\r\n \"initialPrimaryZone\": \"\",\r\n \"initialPrimaryFabricLocation\": \"westeurope\",\r\n \"initialRecoveryZone\": \"\",\r\n \"initialRecoveryFabricLocation\": \"northeurope\",\r\n \"multiVmGroupId\": \"6bf10ddb-2d06-4dbf-a76c-34c4b8e191cf\",\r\n \"multiVmGroupName\": \"\",\r\n \"multiVmGroupCreateOption\": \"AutoCreated\",\r\n \"managementId\": \"89a4e2cf-60b4-4180-9892-0319d9acacc3\",\r\n \"protectedDisks\": null,\r\n \"unprotectedDisks\": null,\r\n \"protectedManagedDisks\": [\r\n {\r\n \"diskId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourcegroups/sdktestvmrg/providers/microsoft.compute/disks/sdktestvm1_osdisk_1_719b58f929ca4b97ba638f272b166a96\",\r\n \"recoveryResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG-asr\",\r\n \"recoveryTargetDiskId\": null,\r\n \"recoveryReplicaDiskId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG-asr/providers/Microsoft.Compute/disks/sdkTestVM1_OsDisk_1_719b58f929ca4b97ba638f272b166a96-ASRReplica\",\r\n \"recoveryOrignalTargetDiskId\": null,\r\n \"recoveryReplicaDiskAccountType\": \"Standard_LRS\",\r\n \"recoveryTargetDiskAccountType\": \"Standard_LRS\",\r\n \"recoveryDiskEncryptionSetId\": null,\r\n \"primaryDiskEncryptionSetId\": null,\r\n \"diskName\": \"sdkTestVM1_OsDisk_1_719b58f929ca4b97ba638f272b166a96\",\r\n \"diskCapacityInBytes\": 136367308800,\r\n \"primaryStagingAzureStorageAccountId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG/providers/Microsoft.Storage/storageAccounts/sdkcache\",\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.0,\r\n \"diskState\": \"InitialReplicationPending\",\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\": \"sdkTestVM1_OsDisk_1_719b58f929ca4b97ba638f272b166a96\",\r\n \"tfoDiskName\": \"sdkTestVM1_OsDisk_1_719b58f929ca4b97ba638f272b166a96-ASRtest\"\r\n }\r\n ],\r\n \"recoveryBootDiagStorageAccountId\": null,\r\n \"primaryFabricLocation\": \"westeurope\",\r\n \"recoveryFabricLocation\": \"northeurope\",\r\n \"osType\": \"Windows\",\r\n \"recoveryAzureVMSize\": \"Standard_B2ms\",\r\n \"recoveryAzureVMName\": \"sdkTestVM1\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG-asr\",\r\n \"recoveryCloudService\": null,\r\n \"recoveryAvailabilitySet\": null,\r\n \"selectedRecoveryAzureNetworkId\": null,\r\n \"selectedTfoAzureNetworkId\": null,\r\n \"vmNics\": [],\r\n \"vmSyncedConfigDetails\": {\r\n \"tags\": {},\r\n \"inputEndpoints\": []\r\n },\r\n \"monitoringPercentageCompletion\": null,\r\n \"monitoringJobType\": null,\r\n \"lastHeartbeat\": \"2021-03-20T21:25:10.850164Z\",\r\n \"agentVersion\": \"9.43.5922.1\",\r\n \"agentExpiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"isReplicationAgentUpdateRequired\": false,\r\n \"isReplicationAgentCertificateUpdateRequired\": false,\r\n \"recoveryFabricObjectId\": null,\r\n \"vmProtectionState\": \"UnprotectedStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Enabling protection\",\r\n \"lifecycleId\": null,\r\n \"testFailoverRecoveryFabricObjectId\": null,\r\n \"rpoInSeconds\": null,\r\n \"lastRpoCalculatedTime\": null,\r\n \"primaryAvailabilityZone\": null,\r\n \"recoveryAvailabilityZone\": null,\r\n \"vmEncryptionType\": \"NotEncrypted\",\r\n \"tfoAzureVMName\": \"sdkTestVM1-test\",\r\n \"recoveryAzureGeneration\": \"V1\",\r\n \"recoveryProximityPlacementGroupId\": null,\r\n \"autoProtectionOfDataDisk\": \"Disabled\",\r\n \"recoveryVirtualMachineScaleSetId\": null\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"eventCorrelationId\": \"f80da8e1-abcb-4909-85b1-8913b9750e80\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "a7d8f9d0-930c-4dc8-9c14-1526ba255c20" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } } \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetAlertSettings.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetAlertSettings.json index 7ba255e5a8ea8..3a9bf12e02d4d 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetAlertSettings.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetAlertSettings.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationAlertSettings/defaultAlertSetting?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25BbGVydFNldHRpbmdzL2RlZmF1bHRBbGVydFNldHRpbmc/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationAlertSettings/defaultAlertSetting?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uQWxlcnRTZXR0aW5ncy9kZWZhdWx0QWxlcnRTZXR0aW5nP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d85a4227-8f12-4491-8e0f-772a9a21fcd2" + "3d8648cc-238a-45b8-860f-e93e94eab59a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"defaultAlertSetting\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationAlertSettings\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationAlertSettings/defaultAlertSetting\",\r\n \"properties\": {\r\n \"sendToOwners\": \"DoNotSend\",\r\n \"customEmailAddresses\": [\r\n \"ronehr@microsoft.com\"\r\n ],\r\n \"locale\": \"en-US\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:44:40 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d85a4227-8f12-4491-8e0f-772a9a21fcd2 5/13/2017 6:44:41 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "3d8648cc-238a-45b8-860f-e93e94eab59a 3/18/2021 7:54:06 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "d85a4227-8f12-4491-8e0f-772a9a21fcd2" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13949" + "3d8648cc-238a-45b8-860f-e93e94eab59a" ], "x-ms-correlation-request-id": [ - "63fc7346-5182-4e2f-a2d8-96b0bb697ace" + "5a1a96e0-9940-4576-a1a6-7fb77c99223d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T184441Z:63fc7346-5182-4e2f-a2d8-96b0bb697ace" + "CENTRALUSEUAP:20210318T195406Z:5a1a96e0-9940-4576-a1a6-7fb77c99223d" + ], + "Date": [ + "Thu, 18 Mar 2021 19:54:05 GMT" + ], + "Content-Length": [ + "387" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"defaultAlertSetting\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationAlertSettings\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationAlertSettings/defaultAlertSetting\",\r\n \"properties\": {\r\n \"sendToOwners\": \"DoNotSend\",\r\n \"customEmailAddresses\": [\r\n \"arpgup@microsoft.com\"\r\n ],\r\n \"locale\": \"en-US\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetContainer.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetContainer.json index 06cf6031f996b..0f2b258b9eaa9 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetContainer.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetContainer.json @@ -1,221 +1,209 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5cb2be28-11e6-47e9-9fbf-e659a6970ddf" + "477d242c-4dd4-45f7-b450-1ceeea4706cf" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:49:21 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5cb2be28-11e6-47e9-9fbf-e659a6970ddf 5/11/2017 5:49:22 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "477d242c-4dd4-45f7-b450-1ceeea4706cf 3/17/2021 7:18:38 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "5cb2be28-11e6-47e9-9fbf-e659a6970ddf" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13983" + "477d242c-4dd4-45f7-b450-1ceeea4706cf" ], "x-ms-correlation-request-id": [ - "b1957b73-c831-4c82-a13f-a95521012e57" + "b950c8c3-cbd2-4e5f-97ca-c5808dfc7993" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T174922Z:b1957b73-c831-4c82-a13f-a95521012e57" + "CENTRALUSEUAP:20210317T191838Z:b950c8c3-cbd2-4e5f-97ca-c5808dfc7993" + ], + "Date": [ + "Wed, 17 Mar 2021 19:18:37 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7525bdc6-2765-4450-8fb4-3d0a3e2e7208" + "06810bc8-02f5-48e0-a533-4c969d78e640" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:49:22 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7525bdc6-2765-4450-8fb4-3d0a3e2e7208 5/11/2017 5:49:22 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "06810bc8-02f5-48e0-a533-4c969d78e640 3/17/2021 7:18:38 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "7525bdc6-2765-4450-8fb4-3d0a3e2e7208" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13981" + "06810bc8-02f5-48e0-a533-4c969d78e640" ], "x-ms-correlation-request-id": [ - "6b64c750-41a5-4fa1-9389-3d39d37f16f3" + "f452e184-a927-4927-94ca-85d7be9ceba9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T174922Z:6b64c750-41a5-4fa1-9389-3d39d37f16f3" + "CENTRALUSEUAP:20210317T191838Z:f452e184-a927-4927-94ca-85d7be9ceba9" + ], + "Date": [ + "Wed, 17 Mar 2021 19:18:38 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1Njc/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a08bc151-a89f-4d11-bb8b-1f3211ffef32" + "173d02c2-7f28-46d4-82be-54621c274754" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:49:22 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a08bc151-a89f-4d11-bb8b-1f3211ffef32 5/11/2017 5:49:23 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "173d02c2-7f28-46d4-82be-54621c274754 3/17/2021 7:18:39 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "a08bc151-a89f-4d11-bb8b-1f3211ffef32" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13980" + "173d02c2-7f28-46d4-82be-54621c274754" ], "x-ms-correlation-request-id": [ - "70e4280d-6682-4872-b848-198496cf5dfe" + "68b5b0eb-22dc-4e24-bbed-fe16c2b3688d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T174923Z:70e4280d-6682-4872-b848-198496cf5dfe" + "CENTRALUSEUAP:20210317T191839Z:68b5b0eb-22dc-4e24-bbed-fe16c2b3688d" + ], + "Date": [ + "Wed, 17 Mar 2021 19:18:38 GMT" + ], + "Content-Length": [ + "619" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetHealthDetails.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetHealthDetails.json index 8a8b79237dee7..8f2de77610b27 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetHealthDetails.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetHealthDetails.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationVaultHealth?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvN2M5NDNjMWItNTEyMi00MDk3LTkwYzgtODYxNDExYmRkNTc0L3Jlc291cmNlR3JvdXBzL2NhbmFyeWV4cHJvdXRlL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvSWJpemFWMkFUZXN0L3JlcGxpY2F0aW9uVmF1bHRIZWFsdGg/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationVaultHealth?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uVmF1bHRIZWFsdGg/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14b4fed0-930b-4553-a6b8-5d00969483ed" + "ef43c110-0704-4d12-8bdd-4f2dc508e9c1" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.2.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"Default\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationVaultHealth\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationVaultHealth/Default\",\r\n \"properties\": {\r\n \"vaultErrors\": [\r\n {\r\n \"errorSource\": \"ReplicationUnitFailoverValidatorError\",\r\n \"errorType\": \"IPAddressAvailabilityValidator\",\r\n \"errorLevel\": \"Error\",\r\n \"errorCode\": \"161018\",\r\n \"errorMessage\": \"There aren't sufficient IP addresses available in the subnet '/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/ERNetwork/providers/Microsoft.Network/virtualNetworks/ASRCanaryTestSub3-CORP-SEA-VNET-1/subnets/Subnet-1' to failover all virtual machines that are configured with it. Available addresses: 27. Required addresses: 36.\",\r\n \"possibleCauses\": \"\",\r\n \"recommendedAction\": \"\",\r\n \"creationTimeUtc\": \"2017-09-05T06:05:23.7540255Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ],\r\n \"protectedItemsHealth\": {\r\n \"resourceCount\": 45,\r\n \"issues\": [\r\n {\r\n \"summaryCode\": \"78022\",\r\n \"category\": \"Replication\",\r\n \"severity\": \"Error\",\r\n \"summaryMessage\": \"No Mobility Service heartbeat\",\r\n \"affectedResourceType\": \"ReplicationProtectedItemType\",\r\n \"affectedResourceSubtype\": null,\r\n \"affectedResourceCorrelationIds\": [\r\n \"ad94d924-8bac-45e6-a8a5-bd0c4dc503eb\",\r\n \"bb436dff-358a-4cb7-9013-8d704c9318b1\",\r\n \"54fbe4d8-2d52-441f-a73f-d1c7ab7147fe\",\r\n \"f40ceb22-17ed-4774-a15e-6fd4843c7778\",\r\n \"5ed575f1-305e-4a45-acbb-9b014c28996e\",\r\n \"d9a8d7d3-8500-4da5-9885-f00077fd0a86\",\r\n \"e1ec6df5-75b0-46f9-ab0f-e5ed73547f80\",\r\n \"b6598347-730e-4d39-a3bc-930317f8ff43\",\r\n \"e2325d95-b9f7-4e8f-be25-a1867440e627\",\r\n \"5f95c1c6-eb9c-4fa7-bf3c-d840d15dfae3\",\r\n \"5146f64c-41be-4e48-ae19-ef5b2f961798\",\r\n \"aa4bb017-c9ed-4212-9a78-cc14354ad2a1\",\r\n \"9ac2742f-a2c4-4079-8a0c-08a8a1465d4f\",\r\n \"c92e4280-1ccb-48ba-947e-f163c64a4b8d\"\r\n ]\r\n },\r\n {\r\n \"summaryCode\": \"78028\",\r\n \"category\": \"Replication\",\r\n \"severity\": \"Error\",\r\n \"summaryMessage\": \"Replication data upload blocked\",\r\n \"affectedResourceType\": \"ReplicationProtectedItemType\",\r\n \"affectedResourceSubtype\": null,\r\n \"affectedResourceCorrelationIds\": [\r\n \"ad94d924-8bac-45e6-a8a5-bd0c4dc503eb\",\r\n \"c12998e3-eb4d-4585-84cd-1a05db39ff38\",\r\n \"5f95c1c6-eb9c-4fa7-bf3c-d840d15dfae3\",\r\n \"9ac2742f-a2c4-4079-8a0c-08a8a1465d4f\",\r\n \"c92e4280-1ccb-48ba-947e-f163c64a4b8d\"\r\n ]\r\n },\r\n {\r\n \"summaryCode\": \"78026\",\r\n \"category\": \"Replication\",\r\n \"severity\": \"Error\",\r\n \"summaryMessage\": \"RPO threshold exceeded\",\r\n \"affectedResourceType\": \"ReplicationProtectedItemType\",\r\n \"affectedResourceSubtype\": null,\r\n \"affectedResourceCorrelationIds\": [\r\n \"ad94d924-8bac-45e6-a8a5-bd0c4dc503eb\",\r\n \"c12998e3-eb4d-4585-84cd-1a05db39ff38\",\r\n \"ce6d67d6-e3fd-487c-9102-116e7c585cfd\",\r\n \"cceec1cf-7251-4920-8c50-636a0b7d44fb\",\r\n \"5f95c1c6-eb9c-4fa7-bf3c-d840d15dfae3\",\r\n \"9ac2742f-a2c4-4079-8a0c-08a8a1465d4f\"\r\n ]\r\n },\r\n {\r\n \"summaryCode\": \"78155\",\r\n \"category\": \"Replication\",\r\n \"severity\": \"Error\",\r\n \"summaryMessage\": \"Mobility service uninstalled\",\r\n \"affectedResourceType\": \"ReplicationProtectedItemType\",\r\n \"affectedResourceSubtype\": null,\r\n \"affectedResourceCorrelationIds\": [\r\n \"9f29e8e5-099a-4ffc-915c-4d61a613b00d\",\r\n \"f54969ec-ffa3-4943-92e8-a4b482c0106c\",\r\n \"767029a8-f6fc-4071-a359-41c71212ca2f\"\r\n ]\r\n },\r\n {\r\n \"summaryCode\": \"78174\",\r\n \"category\": \"Replication\",\r\n \"severity\": \"Error\",\r\n \"summaryMessage\": \"No Mobility Service heartbeat\",\r\n \"affectedResourceType\": \"ReplicationProtectedItemType\",\r\n \"affectedResourceSubtype\": null,\r\n \"affectedResourceCorrelationIds\": [\r\n \"c12998e3-eb4d-4585-84cd-1a05db39ff38\"\r\n ]\r\n },\r\n {\r\n \"summaryCode\": \"78173\",\r\n \"category\": \"Replication\",\r\n \"severity\": \"Error\",\r\n \"summaryMessage\": \"No Mobility Service heartbeat (AppAgent)\",\r\n \"affectedResourceType\": \"ReplicationProtectedItemType\",\r\n \"affectedResourceSubtype\": null,\r\n \"affectedResourceCorrelationIds\": [\r\n \"ce6d67d6-e3fd-487c-9102-116e7c585cfd\",\r\n \"cceec1cf-7251-4920-8c50-636a0b7d44fb\"\r\n ]\r\n },\r\n {\r\n \"summaryCode\": \"78072\",\r\n \"category\": \"Replication\",\r\n \"severity\": \"Warning\",\r\n \"summaryMessage\": \"New mobilty version software available\",\r\n \"affectedResourceType\": \"ReplicationProtectedItemType\",\r\n \"affectedResourceSubtype\": null,\r\n \"affectedResourceCorrelationIds\": [\r\n \"cceec1cf-7251-4920-8c50-636a0b7d44fb\"\r\n ]\r\n },\r\n {\r\n \"summaryCode\": \"78172\",\r\n \"category\": \"Replication\",\r\n \"severity\": \"Error\",\r\n \"summaryMessage\": \"No Mobility Service heartbeat (VxAgent)\",\r\n \"affectedResourceType\": \"ReplicationProtectedItemType\",\r\n \"affectedResourceSubtype\": null,\r\n \"affectedResourceCorrelationIds\": [\r\n \"5f95c1c6-eb9c-4fa7-bf3c-d840d15dfae3\"\r\n ]\r\n },\r\n {\r\n \"summaryCode\": \"161011\",\r\n \"category\": \"TestFailover\",\r\n \"severity\": \"Error\",\r\n \"summaryMessage\": \"\",\r\n \"affectedResourceType\": \"ReplicationProtectedItemType\",\r\n \"affectedResourceSubtype\": null,\r\n \"affectedResourceCorrelationIds\": [\r\n \"a03e0102-d42b-476e-ae30-c52450a87ed3\",\r\n \"8f266d98-713d-42e0-a997-d6c190b572d1\",\r\n \"26d831ae-df7f-49a4-b7c0-c91aeff16432\",\r\n \"0bd478a5-d3ff-45d0-9b7d-1b2236af809e\",\r\n \"9991ba07-32a9-4362-8856-62c1ddc7e9ec\",\r\n \"dd1d29d6-1a5c-4b9a-a18c-a46ddf3cbeea\",\r\n \"f54969ec-ffa3-4943-92e8-a4b482c0106c\",\r\n \"ce6d67d6-e3fd-487c-9102-116e7c585cfd\",\r\n \"948ef7a9-a63c-4cab-b294-0bef674ddf33\",\r\n \"cceec1cf-7251-4920-8c50-636a0b7d44fb\",\r\n \"dafb38ab-a75d-4d67-862b-16a0cc409346\",\r\n \"c735640b-6efa-43a6-bed8-6e64a8019f57\",\r\n \"ea2806fa-5a62-4ed4-9dae-9486f3158598\",\r\n \"3ce1b0a2-c642-4d52-af81-230bb718e0ea\",\r\n \"4e65c721-e927-455a-b0b6-ad402b2df222\",\r\n \"efd7bd67-fa8c-48a0-8088-af82cce0c01a\",\r\n \"bb436dff-358a-4cb7-9013-8d704c9318b1\",\r\n \"54fbe4d8-2d52-441f-a73f-d1c7ab7147fe\",\r\n \"f40ceb22-17ed-4774-a15e-6fd4843c7778\",\r\n \"5ed575f1-305e-4a45-acbb-9b014c28996e\",\r\n \"d9a8d7d3-8500-4da5-9885-f00077fd0a86\",\r\n \"e1ec6df5-75b0-46f9-ab0f-e5ed73547f80\",\r\n \"b6598347-730e-4d39-a3bc-930317f8ff43\",\r\n \"e2325d95-b9f7-4e8f-be25-a1867440e627\",\r\n \"5f95c1c6-eb9c-4fa7-bf3c-d840d15dfae3\",\r\n \"5146f64c-41be-4e48-ae19-ef5b2f961798\",\r\n \"aa4bb017-c9ed-4212-9a78-cc14354ad2a1\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"fabricsHealth\": {\r\n \"resourceCount\": 22,\r\n \"issues\": [\r\n {\r\n \"summaryCode\": \"808\",\r\n \"category\": \"Replication\",\r\n \"severity\": \"Error\",\r\n \"summaryMessage\": \"Master Target server - No heartbeat(VxAgent)\",\r\n \"affectedResourceType\": \"FabricType\",\r\n \"affectedResourceSubtype\": null,\r\n \"affectedResourceCorrelationIds\": [\r\n \"1de22f5d9be97ae5505002dab3012da288efd1b372011a8db9d999062193f536\",\r\n \"1de22f5d9be97ae5505002dab3012da288efd1b372011a8db9d999062193f536\",\r\n \"5e93d91d28102e9a0f2d588f1964e4050e0835f54f121ecf2331813bd1613473\"\r\n ]\r\n },\r\n {\r\n \"summaryCode\": \"809\",\r\n \"category\": \"Replication\",\r\n \"severity\": \"Error\",\r\n \"summaryMessage\": \"Master Target server - No heartbeat(AppAgent)\",\r\n \"affectedResourceType\": \"FabricType\",\r\n \"affectedResourceSubtype\": null,\r\n \"affectedResourceCorrelationIds\": [\r\n \"1de22f5d9be97ae5505002dab3012da288efd1b372011a8db9d999062193f536\",\r\n \"1de22f5d9be97ae5505002dab3012da288efd1b372011a8db9d999062193f536\",\r\n \"5e93d91d28102e9a0f2d588f1964e4050e0835f54f121ecf2331813bd1613473\",\r\n \"ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\"\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 05 Sep 2017 09:35:35 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "14b4fed0-930b-4553-a6b8-5d00969483ed 9/5/2017 9:35:35 AM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "ef43c110-0704-4d12-8bdd-4f2dc508e9c1 3/18/2021 7:54:27 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "14b4fed0-930b-4553-a6b8-5d00969483ed" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "12291" + "ef43c110-0704-4d12-8bdd-4f2dc508e9c1" ], "x-ms-correlation-request-id": [ - "70e6214b-5c56-4adc-84c2-6c5d195a05c3" + "5122acb3-e19c-48a4-9f4c-a14613e25437" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170905T093535Z:70e6214b-5c56-4adc-84c2-6c5d195a05c3" + "CENTRALUSEUAP:20210318T195427Z:5122acb3-e19c-48a4-9f4c-a14613e25437" + ], + "Date": [ + "Thu, 18 Mar 2021 19:54:27 GMT" + ], + "Content-Length": [ + "1977" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"Default\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationVaultHealth\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationVaultHealth/Default\",\r\n \"properties\": {\r\n \"vaultErrors\": [],\r\n \"protectedItemsHealth\": {\r\n \"resourceCount\": 5,\r\n \"issues\": [\r\n {\r\n \"summaryCode\": \"161003\",\r\n \"category\": \"Configuration\",\r\n \"severity\": \"Error\",\r\n \"summaryMessage\": \"\",\r\n \"affectedResourceType\": \"ReplicationGroup\",\r\n \"affectedResourceSubtype\": null,\r\n \"affectedResourceCorrelationIds\": [\r\n \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n ]\r\n },\r\n {\r\n \"summaryCode\": \"161011\",\r\n \"category\": \"TestFailover\",\r\n \"severity\": \"Warning\",\r\n \"summaryMessage\": \"\",\r\n \"affectedResourceType\": \"ReplicationGroup\",\r\n \"affectedResourceSubtype\": null,\r\n \"affectedResourceCorrelationIds\": [\r\n \"06e279c7-b690-409e-bd27-5b06abaed53c\",\r\n \"f7915d2a-2823-458b-a82c-4af615a3e4af\",\r\n \"927b724c-df05-445c-829b-231009040dd3\"\r\n ]\r\n }\r\n ],\r\n \"categorizedResourceCounts\": {\r\n \"fabric_eecac84c-1761-50ad-9624-a7092c581567\": 3,\r\n \"fabric_f3ce4b50-831d-5af4-9c48-dcbc41521358\": 2,\r\n \"testFailoverApplicableProtectedItemsCount\": 5,\r\n \"testFailoverInProgressProtectedItemsCount\": 0,\r\n \"testFailoverWaitingProtectedItemsCount\": 0,\r\n \"protectedItemsCriticalCount\": 0,\r\n \"protectedItemsWarningCount\": 0,\r\n \"protectedItemsNeutralCount\": 0,\r\n \"protectedItemsTestFailoverCriticalCount\": 0,\r\n \"protectedItemsTestFailoverWarningCount\": 3,\r\n \"protectedItemsConfigurationCriticalCount\": 1,\r\n \"protectedItemsConfigurationWarningCount\": 0,\r\n \"protectedItemsFailoverHealthCriticalCount\": 1,\r\n \"protectedItemsFailoverHealthWarningCount\": 2\r\n }\r\n },\r\n \"fabricsHealth\": {\r\n \"resourceCount\": 3,\r\n \"issues\": [\r\n {\r\n \"summaryCode\": \"708\",\r\n \"category\": \"FabricInfrastructure\",\r\n \"severity\": \"Error\",\r\n \"summaryMessage\": \"Recovery Services Provider heartbeat is missing\",\r\n \"affectedResourceType\": \"RecoveryServicesProvider\",\r\n \"affectedResourceSubtype\": null,\r\n \"affectedResourceCorrelationIds\": [\r\n \"d2ce9068-e03e-4bb1-ab50-745c918129e6\"\r\n ]\r\n }\r\n ],\r\n \"categorizedResourceCounts\": null\r\n },\r\n \"containersHealth\": {\r\n \"resourceCount\": 16,\r\n \"issues\": [],\r\n \"categorizedResourceCounts\": null\r\n }\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "7c943c1b-5122-4097-90c8-861411bdd574" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetNetworkMapping.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetNetworkMapping.json index be5643d1996ce..0fddf9ebbdfad 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetNetworkMapping.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetNetworkMapping.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL2QxODhkYzM3OGE3OGM4MTliZmI4YjFmMDdlYmEyYzE1NTExZTE3ODhjNDFiYTI3NzkyZDk0MzNmYzZhNGUwODcvcmVwbGljYXRpb25OZXR3b3Jrcy9jNDFlZGE4Ni05NmQ1LTQ1NDEtYTZmOC1jNDdkNGI3NWEyNGEvcmVwbGljYXRpb25OZXR3b3JrTWFwcGluZ3MvTldNYXBwaW5nP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9jYTY2N2QyNTM2ZjU0MGNjNTdhNTY2YWU2MzkwODFiMTIzYWQ1MDhkOTNjYWVmMjg1OTIzN2NhMjJmMjY1ODY2L3JlcGxpY2F0aW9uTmV0d29ya3MvNGY3MDRiOGYtOTQ2Yy00NzA1LTk4NDQtMTExNjdlOTAxMDJmL3JlcGxpY2F0aW9uTmV0d29ya01hcHBpbmdzL05XTWFwcGluZz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5df7430c-1e43-42d8-8737-b495fc201588" + "60ec2051-7d44-4f4c-bf40-02ff7736afa3" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping\",\r\n \"name\": \"NWMapping\",\r\n \"properties\": {\r\n \"state\": \"Paired\",\r\n \"primaryNetworkFriendlyName\": \"corp\",\r\n \"primaryNetworkId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"primaryFabricFriendlyName\": \"CP-B3L40405-03.fareast.corp.microsoft.com\",\r\n \"recoveryNetworkFriendlyName\": \"vnetavrai\",\r\n \"recoveryNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryFabricArmId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"fabricSpecificSettings\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 10:07:01 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5df7430c-1e43-42d8-8737-b495fc201588 5/15/2017 10:07:02 AM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "60ec2051-7d44-4f4c-bf40-02ff7736afa3 3/18/2021 6:28:55 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "5df7430c-1e43-42d8-8737-b495fc201588" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14193" + "60ec2051-7d44-4f4c-bf40-02ff7736afa3" ], "x-ms-correlation-request-id": [ - "08bd0307-96f8-4551-92cc-aad5916d06d8" + "224efc89-2e9e-4eb1-91f7-78e61ec01a16" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T100701Z:08bd0307-96f8-4551-92cc-aad5916d06d8" + "CENTRALUSEUAP:20210318T182855Z:224efc89-2e9e-4eb1-91f7-78e61ec01a16" + ], + "Date": [ + "Thu, 18 Mar 2021 18:28:54 GMT" + ], + "Content-Length": [ + "1409" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping\",\r\n \"name\": \"NWMapping\",\r\n \"properties\": {\r\n \"state\": \"Paired\",\r\n \"primaryNetworkFriendlyName\": \"corp\",\r\n \"primaryNetworkId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f\",\r\n \"primaryFabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"recoveryNetworkFriendlyName\": \"vnh2atest\",\r\n \"recoveryNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"recoveryFabricArmId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"fabricSpecificSettings\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetNetworks.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetNetworks.json index b4544203c4561..ff4091d35bece 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetNetworks.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetNetworks.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL2QxODhkYzM3OGE3OGM4MTliZmI4YjFmMDdlYmEyYzE1NTExZTE3ODhjNDFiYTI3NzkyZDk0MzNmYzZhNGUwODcvcmVwbGljYXRpb25OZXR3b3Jrcy9jNDFlZGE4Ni05NmQ1LTQ1NDEtYTZmOC1jNDdkNGI3NWEyNGE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9jYTY2N2QyNTM2ZjU0MGNjNTdhNTY2YWU2MzkwODFiMTIzYWQ1MDhkOTNjYWVmMjg1OTIzN2NhMjJmMjY1ODY2L3JlcGxpY2F0aW9uTmV0d29ya3MvNGY3MDRiOGYtOTQ2Yy00NzA1LTk4NDQtMTExNjdlOTAxMDJmP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2074aeae-d351-4b6c-9ad3-1d3970421103" + "245de986-c6d3-4922-873f-8303ed2509b7" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"name\": \"c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"corp\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 06:14:49 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2074aeae-d351-4b6c-9ad3-1d3970421103 5/15/2017 6:14:50 AM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "245de986-c6d3-4922-873f-8303ed2509b7 3/18/2021 6:27:13 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "2074aeae-d351-4b6c-9ad3-1d3970421103" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14447" + "245de986-c6d3-4922-873f-8303ed2509b7" ], "x-ms-correlation-request-id": [ - "e005ab87-0f2d-4750-956a-fee8a20c6b6d" + "30397c14-c7e5-4ce5-bbbd-425ffdd595c3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T061450Z:e005ab87-0f2d-4750-956a-fee8a20c6b6d" + "CENTRALUSEUAP:20210318T182713Z:30397c14-c7e5-4ce5-bbbd-425ffdd595c3" + ], + "Date": [ + "Thu, 18 Mar 2021 18:27:12 GMT" + ], + "Content-Length": [ + "504" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f\",\r\n \"name\": \"4f704b8f-946c-4705-9844-11167e90102f\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"corp\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetPCMapping.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetPCMapping.json index 04eadce3f4278..7c58843afd557 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetPCMapping.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetPCMapping.json @@ -1,292 +1,276 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f95a64f5-5693-4f29-ba5e-33b50acc4424" + "81864d47-16f9-4aea-a32c-3becf7a82146" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:59:36 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f95a64f5-5693-4f29-ba5e-33b50acc4424 5/11/2017 5:59:37 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "81864d47-16f9-4aea-a32c-3becf7a82146 3/17/2021 7:18:53 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "f95a64f5-5693-4f29-ba5e-33b50acc4424" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13859" + "81864d47-16f9-4aea-a32c-3becf7a82146" ], "x-ms-correlation-request-id": [ - "4073f734-b37c-4fad-89d6-484a62b366c4" + "7e9077f5-a153-4cfb-8414-1ce3840f20ef" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T175936Z:4073f734-b37c-4fad-89d6-484a62b366c4" + "CENTRALUSEUAP:20210317T191853Z:7e9077f5-a153-4cfb-8414-1ce3840f20ef" + ], + "Date": [ + "Wed, 17 Mar 2021 19:18:52 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a8bcc88-af04-444e-baaf-ba7146f6f531" + "8a6005aa-cffd-45f7-a614-62afba92ebcf" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:59:36 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "4a8bcc88-af04-444e-baaf-ba7146f6f531 5/11/2017 5:59:37 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "8a6005aa-cffd-45f7-a614-62afba92ebcf 3/17/2021 7:18:53 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "4a8bcc88-af04-444e-baaf-ba7146f6f531" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13857" + "8a6005aa-cffd-45f7-a614-62afba92ebcf" ], "x-ms-correlation-request-id": [ - "df8bf2db-e51e-4eb0-abab-a64a274f4c5d" + "d21f9033-5515-465c-ba76-e24ae1aadc4e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T175937Z:df8bf2db-e51e-4eb0-abab-a64a274f4c5d" + "CENTRALUSEUAP:20210317T191853Z:d21f9033-5515-465c-ba76-e24ae1aadc4e" + ], + "Date": [ + "Wed, 17 Mar 2021 19:18:53 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1Njc/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e269a0d2-80a5-4127-878e-ebd3cc9c30e1" + "66a0aead-cad6-4724-91a9-1352026d7bde" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:59:37 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e269a0d2-80a5-4127-878e-ebd3cc9c30e1 5/11/2017 5:59:38 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "66a0aead-cad6-4724-91a9-1352026d7bde 3/17/2021 7:18:53 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "e269a0d2-80a5-4127-878e-ebd3cc9c30e1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13856" + "66a0aead-cad6-4724-91a9-1352026d7bde" ], "x-ms-correlation-request-id": [ - "b09f12a4-c9b2-42c2-8ec6-d596a85ae0b0" + "4ba9f65a-bf94-479e-ae02-4d2f888d1e11" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T175937Z:b09f12a4-c9b2-42c2-8ec6-d596a85ae0b0" + "CENTRALUSEUAP:20210317T191853Z:4ba9f65a-bf94-479e-ae02-4d2f888d1e11" + ], + "Date": [ + "Wed, 17 Mar 2021 19:18:53 GMT" + ], + "Content-Length": [ + "619" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings/PCMapping?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJNYXBwaW5ncy9QQ01hcHBpbmc/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings/PCMapping?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvUENNYXBwaW5nP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84fff8c0-d485-4968-a629-b5f5e742f14f" + "8965beeb-2ca3-4be0-8a35-6e6f22a29d7c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings/PCMapping\",\r\n \"name\": \"PCMapping\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"Microsoft Azure\",\r\n \"targetProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"providerSpecificDetails\": null,\r\n \"health\": \"Normal\",\r\n \"healthErrorDetails\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"sourceFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"targetFabricFriendlyName\": \"Microsoft Azure\",\r\n \"policyFriendlyName\": \"protectionprofile1\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:59:37 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "84fff8c0-d485-4968-a629-b5f5e742f14f 5/11/2017 5:59:38 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "8965beeb-2ca3-4be0-8a35-6e6f22a29d7c 3/17/2021 7:18:54 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "84fff8c0-d485-4968-a629-b5f5e742f14f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13855" + "8965beeb-2ca3-4be0-8a35-6e6f22a29d7c" ], "x-ms-correlation-request-id": [ - "b2e1585a-8988-4e2d-9e9d-72e2984038d1" + "e5c29e78-8f52-402b-97f4-11e1822b6182" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T175938Z:b2e1585a-8988-4e2d-9e9d-72e2984038d1" + "CENTRALUSEUAP:20210317T191854Z:e5c29e78-8f52-402b-97f4-11e1822b6182" + ], + "Date": [ + "Wed, 17 Mar 2021 19:18:53 GMT" + ], + "Content-Length": [ + "1050" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings/PCMapping\",\r\n \"name\": \"PCMapping\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"Microsoft Azure\",\r\n \"targetProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"providerSpecificDetails\": null,\r\n \"health\": \"Normal\",\r\n \"healthErrorDetails\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"sourceFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"targetFabricFriendlyName\": \"Microsoft Azure\",\r\n \"policyFriendlyName\": \"protectionprofile2\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetPolicy.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetPolicy.json index 0d668e9de8338..921cf300de0c7 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetPolicy.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetPolicy.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9wcm90ZWN0aW9ucHJvZmlsZTE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUG9saWNpZXMvcHJvdGVjdGlvbnByb2ZpbGUyP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06f99816-5d4b-4ccd-82a4-a5d5b0e86006" + "34b6fcbf-0e82-4414-919f-1c2a1f226e9d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"name\": \"protectionprofile1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 4,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\"\r\n }\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:51:21 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "06f99816-5d4b-4ccd-82a4-a5d5b0e86006 5/11/2017 5:51:22 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "34b6fcbf-0e82-4414-919f-1c2a1f226e9d 3/17/2021 7:19:13 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "06f99816-5d4b-4ccd-82a4-a5d5b0e86006" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13745" + "34b6fcbf-0e82-4414-919f-1c2a1f226e9d" ], "x-ms-correlation-request-id": [ - "66c283e7-a615-481c-a262-5e37a93db59b" + "aaccdf35-1ab0-471e-9a4e-592ead5e215e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T175121Z:66c283e7-a615-481c-a262-5e37a93db59b" + "CENTRALUSEUAP:20210317T191913Z:aaccdf35-1ab0-471e-9a4e-592ead5e215e" + ], + "Date": [ + "Wed, 17 Mar 2021 19:19:13 GMT" + ], + "Content-Length": [ + "682" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"name\": \"protectionprofile2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile2\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 4,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest\"\r\n }\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetProtectableItem.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetProtectableItem.json index a9b30de5b11cf..27c867cd69c28 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetProtectableItem.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetProtectableItem.json @@ -1,292 +1,276 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "24750c13-296c-4d8d-8d82-3645027e21f5" + "e962c4e7-7891-4f89-87d7-b8346f00ee2f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 18:00:55 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "24750c13-296c-4d8d-8d82-3645027e21f5 5/11/2017 6:00:56 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "e962c4e7-7891-4f89-87d7-b8346f00ee2f 3/17/2021 7:16:46 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "24750c13-296c-4d8d-8d82-3645027e21f5" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13955" + "e962c4e7-7891-4f89-87d7-b8346f00ee2f" ], "x-ms-correlation-request-id": [ - "7666b7c0-dacd-409d-bc69-32cb8f67ccac" + "6e3fd641-2c0b-42ee-a803-647709672ffc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T180056Z:7666b7c0-dacd-409d-bc69-32cb8f67ccac" + "CENTRALUSEUAP:20210317T191646Z:6e3fd641-2c0b-42ee-a803-647709672ffc" + ], + "Date": [ + "Wed, 17 Mar 2021 19:16:45 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3a4dbed-5370-4d87-ade3-c0180e93768d" + "a385bcc4-75de-4c9d-b9cd-06c4d28a5039" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 18:00:56 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e3a4dbed-5370-4d87-ade3-c0180e93768d 5/11/2017 6:00:57 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "a385bcc4-75de-4c9d-b9cd-06c4d28a5039 3/17/2021 7:16:48 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "e3a4dbed-5370-4d87-ade3-c0180e93768d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13953" + "a385bcc4-75de-4c9d-b9cd-06c4d28a5039" ], "x-ms-correlation-request-id": [ - "d314a3b7-e272-48b3-a2dd-00bd1e22f190" + "24cb8b33-8b3d-401a-a728-7bf9b3ee6669" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T180056Z:d314a3b7-e272-48b3-a2dd-00bd1e22f190" + "CENTRALUSEUAP:20210317T191648Z:24cb8b33-8b3d-401a-a728-7bf9b3ee6669" + ], + "Date": [ + "Wed, 17 Mar 2021 19:16:48 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1Njc/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3024af46-0ddc-4a47-815e-f9b684d024dc" + "c11a03c9-dd45-4fb5-b71e-0da8b2d888ed" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 18:00:56 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3024af46-0ddc-4a47-815e-f9b684d024dc 5/11/2017 6:00:57 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "c11a03c9-dd45-4fb5-b71e-0da8b2d888ed 3/17/2021 7:16:48 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "3024af46-0ddc-4a47-815e-f9b684d024dc" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13952" + "c11a03c9-dd45-4fb5-b71e-0da8b2d888ed" ], "x-ms-correlation-request-id": [ - "6d08f855-f8da-40fb-8e97-0cc2fbd08e5c" + "4a2ca006-3945-4b71-8bf1-7839cad33cb9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T180057Z:6d08f855-f8da-40fb-8e97-0cc2fbd08e5c" + "CENTRALUSEUAP:20210317T191648Z:4a2ca006-3945-4b71-8bf1-7839cad33cb9" + ], + "Date": [ + "Wed, 17 Mar 2021 19:16:48 GMT" + ], + "Content-Length": [ + "619" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RhYmxlSXRlbXM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0YWJsZUl0ZW1zP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68e57116-9929-44cc-9717-03577314f5f9" + "05b98486-4bb0-4c49-a1d9-076beee5a9f3" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/687ec666-8b4f-4fea-97f5-247c793765d1\",\r\n \"name\": \"687ec666-8b4f-4fea-97f5-247c793765d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm11\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"687ec666-8b4f-4fea-97f5-247c793765d1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 1024,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"5bb00ca8-d850-49fb-afdc-052413458ea2\",\r\n \"vhdName\": \"vm11\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"name\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 1024,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"name\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 1024,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"5f01e3a8-73fb-4c60-8cfc-e69297e5d96b\",\r\n \"vhdName\": \"vm1\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/fb40cf9f-b731-4c16-9d31-ef3d5e81193d\",\r\n \"name\": \"fb40cf9f-b731-4c16-9d31-ef3d5e81193d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Nakul\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"fb40cf9f-b731-4c16-9d31-ef3d5e81193d\",\r\n \"generation\": \"2\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 25600,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"bb2ce67e-8f5b-49ee-ac6a-a0b14e8622c1\",\r\n \"vhdName\": \"FRTest\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems?api-version=2018-07-10&%24skipToken=ReplicationGroup%3aBegin\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 18:00:57 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "68e57116-9929-44cc-9717-03577314f5f9 5/11/2017 6:00:58 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "05b98486-4bb0-4c49-a1d9-076beee5a9f3 3/17/2021 7:16:48 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "68e57116-9929-44cc-9717-03577314f5f9" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13951" + "05b98486-4bb0-4c49-a1d9-076beee5a9f3" ], "x-ms-correlation-request-id": [ - "cbee5835-955e-4913-a895-37e5b13e80b1" + "8e8fda37-605c-4a6a-a497-842e340f0320" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T180058Z:cbee5835-955e-4913-a895-37e5b13e80b1" + "CENTRALUSEUAP:20210317T191648Z:8e8fda37-605c-4a6a-a497-842e340f0320" + ], + "Date": [ + "Wed, 17 Mar 2021 19:16:48 GMT" + ], + "Content-Length": [ + "39267" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/04e4fe1f-bfa6-407f-8db7-4fe897d4c40b\",\r\n \"name\": \"04e4fe1f-bfa6-407f-8db7-4fe897d4c40b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4Vm4\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"04e4fe1f-bfa6-407f-8db7-4fe897d4c40b\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"d8d9e2da-19e3-4d0e-b435-16d4bef10e91\",\r\n \"vhdName\": \"AGHostVm4\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/0ad19597-c633-4f68-b712-bf18881ccaf1\",\r\n \"name\": \"0ad19597-c633-4f68-b712-bf18881ccaf1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestAN1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"0ad19597-c633-4f68-b712-bf18881ccaf1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"85eccf0b-54cd-4035-91aa-3e12bb011b82\",\r\n \"vhdName\": \"TestAN1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/0e3081f9-ead2-4f75-a880-cfa0cb9adb93\",\r\n \"name\": \"0e3081f9-ead2-4f75-a880-cfa0cb9adb93\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Ar19Feb1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"0e3081f9-ead2-4f75-a880-cfa0cb9adb93\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"e03c63d5-068a-4ec7-a256-23f8655acd25\",\r\n \"vhdName\": \"Ar19Feb1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/108e19c4-78b8-4d0d-949d-78ae719b8720\",\r\n \"name\": \"108e19c4-78b8-4d0d-949d-78ae719b8720\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VmFailbackTest1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"108e19c4-78b8-4d0d-949d-78ae719b8720\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"52b70b21-6b9b-452c-8ac1-66a0ea892704\",\r\n \"vhdName\": \"VmFailbackTest1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"name\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDKFirst\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"5a687328-162d-402d-a298-146ffa97b086\",\r\n \"vhdName\": \"VMforSDKFirst\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/1bbc5be1-30bb-4f1f-8457-d7b594a02aea\",\r\n \"name\": \"1bbc5be1-30bb-4f1f-8457-d7b594a02aea\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestIssue1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"1bbc5be1-30bb-4f1f-8457-d7b594a02aea\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"feae187e-06ef-4887-84c1-63f5f59e9dc0\",\r\n \"vhdName\": \"TestIssue1_B338D8AA-F3BC-4755-ACCE-91BAB6BB61D1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/25643ea6-39f7-4c3e-b426-b676c1db9a31\",\r\n \"name\": \"25643ea6-39f7-4c3e-b426-b676c1db9a31\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4Vm2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"25643ea6-39f7-4c3e-b426-b676c1db9a31\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"7260eeb9-7cfe-429d-a47e-84dd9f58f3e7\",\r\n \"vhdName\": \"vm1_43FC94C3-3FD1-49EF-90D6-C8D65A6071AC\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/27d70d11-0acd-4279-9ecf-36c7ecced256\",\r\n \"name\": \"27d70d11-0acd-4279-9ecf-36c7ecced256\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4VM1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"27d70d11-0acd-4279-9ecf-36c7ecced256\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"7f13be3d-6387-4140-bce1-3718ec43f826\",\r\n \"vhdName\": \"AGHost4VM1_AD8ABADC-D6F6-4752-9D32-7385495E7D5C\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/2e2214d6-0391-4654-8d92-cd6bb0ecdee1\",\r\n \"name\": \"2e2214d6-0391-4654-8d92-cd6bb0ecdee1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VmFailbackTest\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"2e2214d6-0391-4654-8d92-cd6bb0ecdee1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"0202b5b2-63f4-4904-b8d6-f90e52ef058c\",\r\n \"vhdName\": \"VmFailbackTest_2BD2FF5C-C439-4D2B-A9C3-C962DFBC8D46\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/37cdf1c7-fabe-4e91-8f3b-36b94bed348b\",\r\n \"name\": \"37cdf1c7-fabe-4e91-8f3b-36b94bed348b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VM2VN\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"37cdf1c7-fabe-4e91-8f3b-36b94bed348b\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"1eba0968-da69-4f54-b3b3-5be4532e91a7\",\r\n \"vhdName\": \"VM2VN\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/391cbe6d-d1af-4f3f-b32e-bb57e060734a\",\r\n \"name\": \"391cbe6d-d1af-4f3f-b32e-bb57e060734a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Win2016-2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"391cbe6d-d1af-4f3f-b32e-bb57e060734a\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 10240,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"7780f73f-23f3-4f10-92cc-ffb90e26bf5e\",\r\n \"vhdName\": \"Win2016-2\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/3b4b453f-51a9-4afc-a00b-5fc45fd4f6c4\",\r\n \"name\": \"3b4b453f-51a9-4afc-a00b-5fc45fd4f6c4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4Vm5\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"3b4b453f-51a9-4afc-a00b-5fc45fd4f6c4\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"f6dfdf43-facf-42da-9883-7376acafa20e\",\r\n \"vhdName\": \"AGHost4Vm5\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/4bc89bb8-1761-4580-b66b-a40b933f29fe\",\r\n \"name\": \"4bc89bb8-1761-4580-b66b-a40b933f29fe\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"PowershellVm2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"4bc89bb8-1761-4580-b66b-a40b933f29fe\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"925bb732-fa80-4584-8d5d-df411d93ae31\",\r\n \"vhdName\": \"PowershellVm2\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/82317559-522a-4237-8372-0c85d9bb5264\",\r\n \"name\": \"82317559-522a-4237-8372-0c85d9bb5264\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestIssue\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"82317559-522a-4237-8372-0c85d9bb5264\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 61440,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"df47b360-6cee-4574-abbd-250d92da2970\",\r\n \"vhdName\": \"TestIssue\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/823513a7-9a21-4f25-a920-df621e8f35be\",\r\n \"name\": \"823513a7-9a21-4f25-a920-df621e8f35be\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"ICM\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"823513a7-9a21-4f25-a920-df621e8f35be\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"b1947025-b1a7-47fc-aadb-41af5e0ce17d\",\r\n \"vhdName\": \"ICM\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/82e45a37-bf90-49a0-a324-f701ae856a7a\",\r\n \"name\": \"82e45a37-bf90-49a0-a324-f701ae856a7a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"DumDum\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"82e45a37-bf90-49a0-a324-f701ae856a7a\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"53fe5759-9e36-468a-adeb-e8b8f41337f0\",\r\n \"vhdName\": \"DumDum_B3A63C67-45AB-45A0-8C20-AE8760FEDC67\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/8318dd3f-7f5f-4a12-89ca-6f32716bb179\",\r\n \"name\": \"8318dd3f-7f5f-4a12-89ca-6f32716bb179\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"A068-Gen2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"8318dd3f-7f5f-4a12-89ca-6f32716bb179\",\r\n \"generation\": \"2\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 30720,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"b66df764-2db3-4117-bfcf-0cc820bfa1fa\",\r\n \"vhdName\": \"A068-Gen2\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/8daffac4-4cef-4d6a-8626-8d2925c33a1b\",\r\n \"name\": \"8daffac4-4cef-4d6a-8626-8d2925c33a1b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VmTestAzure\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"8daffac4-4cef-4d6a-8626-8d2925c33a1b\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"4909c6f3-31bd-4689-b596-fc6c0af8450b\",\r\n \"vhdName\": \"VmTestAzure_61167859-64FB-4AF6-A263-F9A95994E82F\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/b0462556-9560-48d1-a581-7cd3f8b8c4de\",\r\n \"name\": \"b0462556-9560-48d1-a581-7cd3f8b8c4de\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4Vm3\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"b0462556-9560-48d1-a581-7cd3f8b8c4de\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"562c390f-045e-459e-90fc-1391797bb45b\",\r\n \"vhdName\": \"AGHost4Vm3\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/b07c9911-5777-474f-a6db-ab0cfa841dd3\",\r\n \"name\": \"b07c9911-5777-474f-a6db-ab0cfa841dd3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"PowershellVm1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"b07c9911-5777-474f-a6db-ab0cfa841dd3\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"20f3d2f3-2e57-4fc9-bde6-3733786fabb0\",\r\n \"vhdName\": \"PowershellVm1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/b0f83a41-e918-4335-81ff-ca2386e83889\",\r\n \"name\": \"b0f83a41-e918-4335-81ff-ca2386e83889\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"NewVmTest\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"b0f83a41-e918-4335-81ff-ca2386e83889\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"291211bd-2273-43ab-8cf3-25dc1eba9313\",\r\n \"vhdName\": \"NewVmTest\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/c3b665ea-1493-49b7-be77-9416a9ab6312\",\r\n \"name\": \"c3b665ea-1493-49b7-be77-9416a9ab6312\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestDisableCheckpoint\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"c3b665ea-1493-49b7-be77-9416a9ab6312\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"984e3af9-4007-484f-8137-4de9a9d59625\",\r\n \"vhdName\": \"TestDisableCheckpoint\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/cb012ca9-bb9c-46dd-9e03-aba32178d0e8\",\r\n \"name\": \"cb012ca9-bb9c-46dd-9e03-aba32178d0e8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Dummy\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"cb012ca9-bb9c-46dd-9e03-aba32178d0e8\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"049b3414-40a3-40b0-8294-f557a24f5cc5\",\r\n \"vhdName\": \"Dummy\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/d035665a-1f84-4803-8b6d-96cab2cb75a1\",\r\n \"name\": \"d035665a-1f84-4803-8b6d-96cab2cb75a1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VM-B2A-12\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"d035665a-1f84-4803-8b6d-96cab2cb75a1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"3f792f29-592d-4a85-9b82-3712a21e3bfb\",\r\n \"vhdName\": \"VM-B2A-12\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/d0b5bfd2-def9-46ec-823f-03a6c2ebd0d1\",\r\n \"name\": \"d0b5bfd2-def9-46ec-823f-03a6c2ebd0d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestAzureNetwork\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"d0b5bfd2-def9-46ec-823f-03a6c2ebd0d1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"0e5828a8-c32b-4464-aed4-39c09e7bd75d\",\r\n \"vhdName\": \"TestAzureNetwork\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"name\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectionStatus\": \"Protected\",\r\n \"replicationProtectedItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"vhdName\": \"VMforSDK\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e9a9f249-8a05-401a-9911-88248c1c2bb8\",\r\n \"name\": \"e9a9f249-8a05-401a-9911-88248c1c2bb8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Win2016-1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"e9a9f249-8a05-401a-9911-88248c1c2bb8\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 10240,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"7780f73f-23f3-4f10-92cc-ffb90e26bf5e\",\r\n \"vhdName\": \"Win2016-1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/f34a1e9e-9b60-4d5b-826f-880aa710ae12\",\r\n \"name\": \"f34a1e9e-9b60-4d5b-826f-880aa710ae12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"HyperVMigration\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"f34a1e9e-9b60-4d5b-826f-880aa710ae12\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"4845656d-75b2-1246-bc8f-13d900000000\",\r\n \"vhdName\": \"14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/f92c7729-7a93-4e23-9c78-68b665aa2ef9\",\r\n \"name\": \"f92c7729-7a93-4e23-9c78-68b665aa2ef9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vidyavm1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"f92c7729-7a93-4e23-9c78-68b665aa2ef9\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 10240,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"a291445c-617d-45c7-81ba-d2348213ab04\",\r\n \"vhdName\": \"vidyavm1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://centraluseuap.management.azure.com/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems?api-version=2021-02-10&$skipToken=ReplicationGroup%3ABegin\"\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetProtectedItem.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetProtectedItem.json index 1330df847be12..c80cb2a65f1e4 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetProtectedItem.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetProtectedItem.json @@ -1,221 +1,209 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fd972654-de00-4832-af5d-22fe96f9cc4b" + "9b06ae57-df02-47e5-ac57-05113956521d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 13:38:01 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "fd972654-de00-4832-af5d-22fe96f9cc4b 5/13/2017 1:38:01 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "9b06ae57-df02-47e5-ac57-05113956521d 3/19/2021 10:00:26 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "fd972654-de00-4832-af5d-22fe96f9cc4b" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13804" + "9b06ae57-df02-47e5-ac57-05113956521d" ], "x-ms-correlation-request-id": [ - "fd58c1b9-0221-4c91-9a04-9c03a361bd73" + "0c357eef-f9b2-4033-b3b9-136fcc7537d3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T133801Z:fd58c1b9-0221-4c91-9a04-9c03a361bd73" + "CENTRALUSEUAP:20210319T100026Z:0c357eef-f9b2-4033-b3b9-136fcc7537d3" + ], + "Date": [ + "Fri, 19 Mar 2021 10:00:26 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 4,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1Njc/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51342bee-b837-43f7-ab32-13addae9285c" + "7aef1b7f-a52f-4f82-acdc-9bd996ed37c6" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 13:38:02 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "51342bee-b837-43f7-ab32-13addae9285c 5/13/2017 1:38:02 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "7aef1b7f-a52f-4f82-acdc-9bd996ed37c6 3/19/2021 10:00:27 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "51342bee-b837-43f7-ab32-13addae9285c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13801" + "7aef1b7f-a52f-4f82-acdc-9bd996ed37c6" ], "x-ms-correlation-request-id": [ - "876757ce-f9f0-4fea-824d-3fbdcd3a5544" + "bfc9908c-a31c-4d0a-842c-53cbe67c29a5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T133802Z:876757ce-f9f0-4fea-824d-3fbdcd3a5544" + "CENTRALUSEUAP:20210319T100027Z:bfc9908c-a31c-4d0a-842c-53cbe67c29a5" + ], + "Date": [ + "Fri, 19 Mar 2021 10:00:27 GMT" + ], + "Content-Length": [ + "619" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 4,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy8xOTNjYTA5OC05OTFkLTRhNmYtYmU3OC1kYTJjNmU3YmQyOTA/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "509d4e0a-052a-48aa-ae32-8e310ce88355" + "8b815c89-3190-4adb-b33e-a3cbd81e93eb" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1\",\r\n \"name\": \"vm1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm1\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"Protected\",\r\n \"protectionStateDescription\": \"Protected\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"MarkedForDeletion\",\r\n \"testFailoverStateDescription\": \"Cleaning up test environment\",\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"lastSuccessfulTestFailoverTime\": \"2017-05-13T12:39:39.9690575Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/32975a4a-61ed-45df-a4a5-dd8051e61d2d\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5f01e3a8-73fb-4c60-8cfc-e69297e5d96b\",\r\n \"vhdName\": \"vm1\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm1\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": null,\r\n \"vmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkY4NDkxRTRGLTgxN0EtNDBERC1BOTBDLUFGNzczOTc4Qzc1Qlw3NjAwMzMxRS03NDk4LTQ0QTQtQjdDNy0xQjY1NkJDREQ1MkQ=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMSubnetName\": \"FRExternalNetwork\",\r\n \"vMNetworkName\": \"FRExternalNetwork\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryVMSubnetName\": \"Subnet1\",\r\n \"ipAddressType\": \"Static\",\r\n \"primaryNicStaticIPAddress\": null,\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByUser\"\r\n }\r\n ],\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": \"Never\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 13:38:04 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "509d4e0a-052a-48aa-ae32-8e310ce88355 5/13/2017 1:38:04 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "8b815c89-3190-4adb-b33e-a3cbd81e93eb 3/19/2021 10:00:27 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "509d4e0a-052a-48aa-ae32-8e310ce88355" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13800" + "8b815c89-3190-4adb-b33e-a3cbd81e93eb" ], "x-ms-correlation-request-id": [ - "db838412-96a6-4b47-a4df-bc3262e04087" + "5cf9e863-e5d9-4c54-8494-8410745dca63" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T133804Z:db838412-96a6-4b47-a4df-bc3262e04087" + "CENTRALUSEUAP:20210319T100027Z:5cf9e863-e5d9-4c54-8494-8410745dca63" + ], + "Date": [ + "Fri, 19 Mar 2021 10:00:27 GMT" + ], + "Content-Length": [ + "8669" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"name\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDKFirst\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"PlannedFailoverFailed\",\r\n \"protectionStateDescription\": \"Planned failover failed\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Critical\",\r\n \"failoverHealth\": \"Warning\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitFailoverValidatorError\",\r\n \"errorType\": \"8010\",\r\n \"errorLevel\": \"Warning\",\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 'VMforSDKFirst'.\",\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\": \"2021-03-19T02:54:37.8143708Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"errorId\": \"6:8010\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitProviderErrorOnPrimary\",\r\n \"errorType\": \"25\",\r\n \"errorLevel\": \"Warning\",\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68525\",\r\n \"summaryMessage\": \"Delay in App consistent Checkpoint.\",\r\n \"errorMessage\": \"The time duration since the last successful application consistent checkpoint has exceeded the warning limit for the virtual machine.\",\r\n \"possibleCauses\": \"\\n 1. VSS is not enabled or in an unhealthy state in the virtual machine.\\n 2. Unsupported configuration inside the VM like presence of dynamic disk or iSCSI disk.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that latest integration services are installed on the virtual machine.\\n 2. VSS/Backup integration services are enabled for the virtual machine.\\n 3. Check the health state of VSS writers in the virtual machine.\\n \",\r\n \"creationTimeUtc\": \"2021-03-19T05:14:19.302765Z\",\r\n \"recoveryProviderErrorMessage\": \"Time duration since the last successful application consistent checkpoint has exceeded the warning limit for the virtual machine 'VMforSDKFirst'. (Virtual machine ID 193CA098-991D-4A6F-BE78-DA2C6E7BD290)\",\r\n \"entityId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"errorId\": \"2:25\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ProtectedEntitySystemError\",\r\n \"errorType\": \"6\",\r\n \"errorLevel\": \"Error\",\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"60008\",\r\n \"summaryMessage\": \"Planned failover failed\",\r\n \"errorMessage\": \"The planned failover of the virtual machine failed.\",\r\n \"possibleCauses\": \"Either the virtual machine is in a state which couldn't be failed over or the VMM/Hyper-V server couldn't be reached.\",\r\n \"recommendedAction\": \"To resolve the issue, either perform the planned failover again, or perform failover if the primary site isn't available.\",\r\n \"creationTimeUtc\": \"0001-01-01T00:00:00\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"errorId\": \"0:6\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5a687328-162d-402d-a298-146ffa97b086\",\r\n \"diskId\": \"193CA098-991D-4A6F-BE78-DA2C6E7BD290_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDKFirst\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDKFirst\",\r\n \"recoveryAzureVMSize\": \"Standard_B1s\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-19T09:48:06Z\",\r\n \"rpoInSeconds\": 587,\r\n \"lastRpoCalculatedTime\": \"2021-03-19T09:57:53.5361471Z\",\r\n \"vmId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"vmProtectionState\": \"PlannedFailoverFailed\",\r\n \"vmProtectionStateDescription\": \"Planned failover failed\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OjE5M0NBMDk4LTk5MUQtNEE2Ri1CRTc4LURBMkM2RTdCRDI5MFw2QzNFQjMwMC00NzVBLTRDMTUtQUY4Mi0zQTdBOTQxRjYyNEQ=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"default\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": null,\r\n \"recoveryLBBackendAddressPoolIds\": null,\r\n \"tfoSubnetName\": null,\r\n \"tfoStaticIPAddress\": null,\r\n \"tfoPublicIPAddressId\": null,\r\n \"tfoLBBackendAddressPoolIds\": null\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OjE5M0NBMDk4LTk5MUQtNEE2Ri1CRTc4LURBMkM2RTdCRDI5MFw2QzNFQjMwMC00NzVBLTRDMTUtQUY4Mi0zQTdBOTQxRjYyNEQ=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": \"Never\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": null,\r\n \"targetAvailabilityZone\": null,\r\n \"targetProximityPlacementGroupId\": null,\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"NotSpecified\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-19T09:48:06.3167761Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": null,\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"f9c887cd-a328-4941-a7a3-4a26606a68a6\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetRSP.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetRSP.json index 89794995e10e1..a49dfaa01cc25 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetRSP.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetRSP.json @@ -1,150 +1,142 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f8c397e-5008-44b2-854b-3b64e3fdf67c" + "89fa23fd-a547-4538-8828-4765f73441d6" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:44:20 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7f8c397e-5008-44b2-854b-3b64e3fdf67c 5/11/2017 5:44:22 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "89fa23fd-a547-4538-8828-4765f73441d6 3/18/2021 8:00:28 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "7f8c397e-5008-44b2-854b-3b64e3fdf67c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13894" + "89fa23fd-a547-4538-8828-4765f73441d6" ], "x-ms-correlation-request-id": [ - "c013a71a-9b2d-4259-9245-fbfc67f44c50" + "d5d2374e-7056-4311-bc6b-d832240d60e6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T174421Z:c013a71a-9b2d-4259-9245-fbfc67f44c50" + "CENTRALUSEUAP:20210318T200028Z:d5d2374e-7056-4311-bc6b-d832240d60e6" + ], + "Date": [ + "Thu, 18 Mar 2021 20:00:28 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblJlY292ZXJ5U2VydmljZXNQcm92aWRlcnMvYmEyYTJkMjUtMzc3Zi00ZjRiLTk0YTQtMjk4MWM3OWIwOTk4P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25SZWNvdmVyeVNlcnZpY2VzUHJvdmlkZXJzLzcxZjIxYmVkLWIwMGYtNDg2OS05ZGJmLTI4OGU3Y2I0MDUxZD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2fbfc118-8a74-4aa7-b432-5fa59d593ac6" + "fcbf9dd4-3790-4308-aa6f-ab15cd1661ad" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders\",\r\n \"name\": \"ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"properties\": {\r\n \"fabricType\": \"HyperVSite\",\r\n \"friendlyName\": \"CP-B3L40406-12.ntdev.corp.microsoft.com\",\r\n \"providerVersion\": \"5.1.2250.0\",\r\n \"serverVersion\": \"3.2.7510.0\",\r\n \"providerVersionState\": \"Latest\",\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"lastHeartBeat\": \"2017-05-11T17:43:59.199152Z\",\r\n \"connectionStatus\": \"Connected\",\r\n \"protectedItemCount\": 0,\r\n \"allowedScenarios\": [\r\n \"Refresh\",\r\n \"Purge\"\r\n ],\r\n \"healthErrorDetails\": []\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:44:22 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2fbfc118-8a74-4aa7-b432-5fa59d593ac6 5/11/2017 5:44:23 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "fcbf9dd4-3790-4308-aa6f-ab15cd1661ad 3/18/2021 8:00:29 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "2fbfc118-8a74-4aa7-b432-5fa59d593ac6" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13893" + "fcbf9dd4-3790-4308-aa6f-ab15cd1661ad" ], "x-ms-correlation-request-id": [ - "3c12f046-4cf1-47c1-af5a-65eca927302b" + "eb017b9d-6e19-4371-aa2b-3c17bc2dcb34" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T174423Z:3c12f046-4cf1-47c1-af5a-65eca927302b" + "CENTRALUSEUAP:20210318T200029Z:eb017b9d-6e19-4371-aa2b-3c17bc2dcb34" + ], + "Date": [ + "Thu, 18 Mar 2021 20:00:28 GMT" + ], + "Content-Length": [ + "1214" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders\",\r\n \"name\": \"71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"properties\": {\r\n \"fabricType\": \"HyperVSite\",\r\n \"friendlyName\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"providerVersion\": \"5.1.6612.0\",\r\n \"serverVersion\": \"0.0\",\r\n \"providerVersionState\": \"Latest\",\r\n \"providerVersionExpiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"lastHeartBeat\": \"2021-03-18T19:59:59.6515875Z\",\r\n \"connectionStatus\": \"Connected\",\r\n \"protectedItemCount\": 3,\r\n \"allowedScenarios\": [\r\n \"Refresh\"\r\n ],\r\n \"healthErrorDetails\": [],\r\n \"draIdentifier\": \"71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"machineId\": null,\r\n \"machineName\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"biosId\": null,\r\n \"authenticationIdentityDetails\": null,\r\n \"resourceAccessIdentityDetails\": null,\r\n \"dataPlaneAuthenticationIdentityDetails\": null,\r\n \"providerVersionDetails\": {\r\n \"version\": \"5.1.6612.0\",\r\n \"expiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"status\": \"Supported\"\r\n }\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetRecoveryPlan.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetRecoveryPlan.json index beb8e9858174d..03c3afa7ec64f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetRecoveryPlan.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetRecoveryPlan.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "345d42e0-9ba3-49af-8a4a-923c235897f5" + "e9c5a721-621c-46ce-ad03-162fe50bca67" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\"\r\n ],\r\n \"currentScenario\": null,\r\n \"currentScenarioStatus\": null,\r\n \"currentScenarioStatusDescription\": null,\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1\",\r\n \"virtualMachineId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 13:55:53 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "345d42e0-9ba3-49af-8a4a-923c235897f5 5/13/2017 1:55:54 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "e9c5a721-621c-46ce-ad03-162fe50bca67 3/18/2021 3:27:51 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "345d42e0-9ba3-49af-8a4a-923c235897f5" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14016" + "e9c5a721-621c-46ce-ad03-162fe50bca67" ], "x-ms-correlation-request-id": [ - "84e09eeb-8051-4f2a-94b5-ea5721578dc6" + "95c51756-07cb-4c01-a9ae-314d2f15a63e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T135553Z:84e09eeb-8051-4f2a-94b5-ea5721578dc6" + "CENTRALUSEUAP:20210318T152751Z:95c51756-07cb-4c01-a9ae-314d2f15a63e" + ], + "Date": [ + "Thu, 18 Mar 2021 15:27:50 GMT" + ], + "Content-Length": [ + "1591" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\"\r\n ],\r\n \"currentScenario\": null,\r\n \"currentScenarioStatus\": null,\r\n \"currentScenarioStatusDescription\": null,\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetRecoveryPoints.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetRecoveryPoints.json index 07685b798671f..6f55ec785e479 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetRecoveryPoints.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetRecoveryPoints.json @@ -1,221 +1,209 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fcea4f85-8d8b-4d9b-95d0-a2f930eb6f7f" + "55f29197-067c-4cbe-b879-a43f84125e70" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:19:55 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "fcea4f85-8d8b-4d9b-95d0-a2f930eb6f7f 5/13/2017 6:19:56 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "55f29197-067c-4cbe-b879-a43f84125e70 3/18/2021 7:54:50 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "fcea4f85-8d8b-4d9b-95d0-a2f930eb6f7f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14042" + "55f29197-067c-4cbe-b879-a43f84125e70" ], "x-ms-correlation-request-id": [ - "02193fb5-ddef-4ee4-822c-19771d299661" + "b9cdb270-cf54-4ef0-bd0b-acde13fe5199" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T181955Z:02193fb5-ddef-4ee4-822c-19771d299661" + "CENTRALUSEUAP:20210318T195450Z:b9cdb270-cf54-4ef0-bd0b-acde13fe5199" + ], + "Date": [ + "Thu, 18 Mar 2021 19:54:50 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 3,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMi9yZWNvdmVyeVBvaW50cz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy9yZWNvdmVyeVBvaW50cz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d61cd1ef-502e-43da-a7cf-0a7155d9dc53" + "680dc47e-ba13-48c2-827b-6468e2677d20" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"c6b20f67-252a-4344-8909-fb62feabf6a3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/c6b20f67-252a-4344-8909-fb62feabf6a3\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T12:51:15.065764Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"d3fe2d8c-654c-41f1-b8e9-9fe5336dc0fb\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/d3fe2d8c-654c-41f1-b8e9-9fe5336dc0fb\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T13:51:15.1048236Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"e6e8e9fe-f93f-41ca-9381-78165fc94bf9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/e6e8e9fe-f93f-41ca-9381-78165fc94bf9\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T14:51:15.3186945Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"52759a34-70ab-4dc7-8cfb-8a86bba6efb3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/52759a34-70ab-4dc7-8cfb-8a86bba6efb3\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T15:51:15.3421259Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"588fc4d7-ee30-425c-9347-ddc9189bc301\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/588fc4d7-ee30-425c-9347-ddc9189bc301\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T15:56:15.3440813Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"93523a81-3bd9-4712-af7d-90fa4b20ba79\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/93523a81-3bd9-4712-af7d-90fa4b20ba79\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:01:15.3460341Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"09168f23-632b-4a60-a486-727753522270\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/09168f23-632b-4a60-a486-727753522270\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:06:15.3479869Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"a7f13677-1ec8-43ba-84dc-6860dce4755f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/a7f13677-1ec8-43ba-84dc-6860dce4755f\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:11:15.3499401Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"61f71790-93d5-4bbd-9ce0-ac727ae9c83c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/61f71790-93d5-4bbd-9ce0-ac727ae9c83c\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:16:15.3518929Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"8b4fba2f-3d07-4f94-abad-f6d7f0340a0a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/8b4fba2f-3d07-4f94-abad-f6d7f0340a0a\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:21:15.3538252Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"4e33eaa7-74a2-438d-905c-5026703c341e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/4e33eaa7-74a2-438d-905c-5026703c341e\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:26:15.355796Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"0fa0ca1d-b125-436f-bd99-7a72522abb5c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/0fa0ca1d-b125-436f-bd99-7a72522abb5c\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:31:15.3577511Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"52cc1bbb-a5d9-4a6b-8412-cfd460c28d42\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/52cc1bbb-a5d9-4a6b-8412-cfd460c28d42\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:36:15.3597043Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"f546eb29-0460-4570-8e11-b31fd915d3ee\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/f546eb29-0460-4570-8e11-b31fd915d3ee\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:41:15.3929075Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"9c1be1fa-2cae-4084-9642-4fe0c57dbaac\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/9c1be1fa-2cae-4084-9642-4fe0c57dbaac\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:46:15.4999062Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"bd9a18bb-c902-4f5a-bc77-d5fe4e60d0f9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/bd9a18bb-c902-4f5a-bc77-d5fe4e60d0f9\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:51:15.5576526Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"18cc22c7-4b20-4b09-a63d-6a9c612ea5f2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/18cc22c7-4b20-4b09-a63d-6a9c612ea5f2\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:56:15.5802494Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"f9a5eae0-dcb8-4977-824f-cdfb6461fe21\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/f9a5eae0-dcb8-4977-824f-cdfb6461fe21\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:01:15.5899553Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"b8303d26-1ac7-4869-a6af-8d73f6773282\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/b8303d26-1ac7-4869-a6af-8d73f6773282\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:06:15.5945876Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"4dcb4e5c-b1cb-4c1b-9d09-f55ae7c3f23e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/4dcb4e5c-b1cb-4c1b-9d09-f55ae7c3f23e\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:11:15.596931Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"557304ea-b038-4a04-b652-d063eb309ffb\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/557304ea-b038-4a04-b652-d063eb309ffb\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:16:15.5988842Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"6b1b5684-4704-4f36-9e2b-87247d5ceafa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/6b1b5684-4704-4f36-9e2b-87247d5ceafa\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:21:15.6008396Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"81ce90d4-bd96-4f35-9d02-9a20d2e5d2f8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/81ce90d4-bd96-4f35-9d02-9a20d2e5d2f8\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:26:15.6027917Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"be39d6df-ef60-41d0-8e7d-792b7b8edc6d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/be39d6df-ef60-41d0-8e7d-792b7b8edc6d\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:31:15.6047445Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"f2fb3016-17e6-43f8-9e35-ccdba3e87c03\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/f2fb3016-17e6-43f8-9e35-ccdba3e87c03\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:36:15.6066981Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"7018b40c-e008-404d-8be4-37a38b740901\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/7018b40c-e008-404d-8be4-37a38b740901\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:41:15.6085483Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"11cdee92-62be-4c7c-bebd-51fcc57de238\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/11cdee92-62be-4c7c-bebd-51fcc57de238\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:46:15.6106005Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"39dfec2b-70c9-4f1a-a676-0f351d716fab\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/39dfec2b-70c9-4f1a-a676-0f351d716fab\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:51:15.612543Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"b8069b1f-54aa-4534-a664-14014797e8cd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/b8069b1f-54aa-4534-a664-14014797e8cd\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:56:15.6145098Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"72330262-584e-481e-bf24-ef2849ae4661\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/72330262-584e-481e-bf24-ef2849ae4661\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T18:01:15.6164615Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"b700e6cf-c335-4569-987d-be0b51457a30\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/b700e6cf-c335-4569-987d-be0b51457a30\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T18:06:15.6184147Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"83577b80-e9ab-42e9-9a37-f76f03a078b6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/83577b80-e9ab-42e9-9a37-f76f03a078b6\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T18:11:15.6203683Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"8b087057-ea66-4019-9ea0-739a610865ce\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/8b087057-ea66-4019-9ea0-739a610865ce\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T18:16:15.6223204Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:20:13 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d61cd1ef-502e-43da-a7cf-0a7155d9dc53 5/13/2017 6:20:13 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "680dc47e-ba13-48c2-827b-6468e2677d20 3/18/2021 7:55:12 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "d61cd1ef-502e-43da-a7cf-0a7155d9dc53" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14082" + "680dc47e-ba13-48c2-827b-6468e2677d20" ], "x-ms-correlation-request-id": [ - "6bd963b4-de19-49ce-b513-0a6c6a6470c7" + "5c676c91-204c-4dcb-8979-2f49b4139fdd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T182013Z:6bd963b4-de19-49ce-b513-0a6c6a6470c7" + "CENTRALUSEUAP:20210318T195512Z:5c676c91-204c-4dcb-8979-2f49b4139fdd" + ], + "Date": [ + "Thu, 18 Mar 2021 19:55:12 GMT" + ], + "Content-Length": [ + "685" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/728eaf08-046b-4173-9de1-f62e9571ec85\",\r\n \"name\": \"728eaf08-046b-4173-9de1-f62e9571ec85\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2021-03-18T18:35:52.8677177Z\",\r\n \"recoveryPointType\": \"CrashConsistent\",\r\n \"providerSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/18cc22c7-4b20-4b09-a63d-6a9c612ea5f2?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMi9yZWNvdmVyeVBvaW50cy8xOGNjMjJjNy00YjIwLTRiMDktYTYzZC02YTljNjEyZWE1ZjI/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/728eaf08-046b-4173-9de1-f62e9571ec85?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy9yZWNvdmVyeVBvaW50cy83MjhlYWYwOC0wNDZiLTQxNzMtOWRlMS1mNjJlOTU3MWVjODU/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8eb44fc4-e812-4e9e-b3df-8f3f9fb2b79e" + "43d589a8-9e26-43bd-8f5e-04c2fd0a0b44" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"18cc22c7-4b20-4b09-a63d-6a9c612ea5f2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/18cc22c7-4b20-4b09-a63d-6a9c612ea5f2\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:56:15.5802494Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:20:26 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8eb44fc4-e812-4e9e-b3df-8f3f9fb2b79e 5/13/2017 6:20:27 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "43d589a8-9e26-43bd-8f5e-04c2fd0a0b44 3/18/2021 7:55:13 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "8eb44fc4-e812-4e9e-b3df-8f3f9fb2b79e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14075" + "43d589a8-9e26-43bd-8f5e-04c2fd0a0b44" ], "x-ms-correlation-request-id": [ - "9a9fe307-0c38-41f0-8c1b-63f790ac884d" + "53a5f38c-b0b6-4781-974c-d4b10a728c32" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T182026Z:9a9fe307-0c38-41f0-8c1b-63f790ac884d" + "CENTRALUSEUAP:20210318T195513Z:53a5f38c-b0b6-4781-974c-d4b10a728c32" + ], + "Date": [ + "Thu, 18 Mar 2021 19:55:13 GMT" + ], + "Content-Length": [ + "657" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/728eaf08-046b-4173-9de1-f62e9571ec85\",\r\n \"name\": \"728eaf08-046b-4173-9de1-f62e9571ec85\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2021-03-18T18:35:52.8677177Z\",\r\n \"recoveryPointType\": \"CrashConsistent\",\r\n \"providerSpecificDetails\": null\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetReplicationEligibilityResults.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetReplicationEligibilityResults.json index c58f095ee6d01..4d5bc0a1cf36b 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetReplicationEligibilityResults.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetReplicationEligibilityResults.json @@ -1,61 +1,58 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/d90d145a-4cdd-45a3-b2c4-971d69775278/resourceGroups/testRg1/providers/Microsoft.Compute/virtualMachines/testVm1/providers/Microsoft.RecoveryServices/replicationEligibilityResults/default?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvZDkwZDE0NWEtNGNkZC00NWEzLWIyYzQtOTcxZDY5Nzc1Mjc4L3Jlc291cmNlR3JvdXBzL3Rlc3RSZzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy90ZXN0Vm0xL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy9yZXBsaWNhdGlvbkVsaWdpYmlsaXR5UmVzdWx0cy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/testRg1/providers/Microsoft.Compute/virtualMachines/testVm1/providers/Microsoft.RecoveryServices/replicationEligibilityResults/default?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Rlc3RSZzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy90ZXN0Vm0xL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy9yZXBsaWNhdGlvbkVsaWdpYmlsaXR5UmVzdWx0cy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37d78bdf-f1a2-4beb-879c-0d529385928f" + "de5daebf-3113-42fe-b082-9321c8555333" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.0.5.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 02 Jan 2020 07:12:57 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "Server": [ "Microsoft-IIS/10.0", "Kestrel" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "37d78bdf-f1a2-4beb-879c-0d529385928f 1/2/2020 7:12:58 AM" - ], - "X-Powered-By": [ - "ASP.NET" + "de5daebf-3113-42fe-b082-9321c8555333 3/27/2021 11:54:45 PM" ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "37d78bdf-f1a2-4beb-879c-0d529385928f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "de5daebf-3113-42fe-b082-9321c8555333" ], "x-ms-correlation-request-id": [ - "678ab43d-82db-4f3e-bf4e-0bc507bd72ca" + "f62d8a53-dcc3-4fb0-90bd-4f81f5d4443a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20200102T071258Z:678ab43d-82db-4f3e-bf4e-0bc507bd72ca" + "CENTRALUSEUAP:20210327T235445Z:f62d8a53-dcc3-4fb0-90bd-4f81f5d4443a" + ], + "Date": [ + "Sat, 27 Mar 2021 23:54:45 GMT" ], "Content-Length": [ "377" @@ -67,12 +64,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.RecoveryServices/replicationEligibilityResults\",\r\n \"id\": \"/subscriptions/d90d145a-4cdd-45a3-b2c4-971d69775278/resourceGroups/testRg1/providers/Microsoft.Compute/virtualMachines/testVm1/providers/Microsoft.RecoveryServices/replicationEligibilityResults/default\",\r\n \"properties\": {\r\n \"clientRequestId\": \"37d78bdf-f1a2-4beb-879c-0d529385928f\",\r\n \"errors\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.RecoveryServices/replicationEligibilityResults\",\r\n \"id\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/testRg1/providers/Microsoft.Compute/virtualMachines/testVm1/providers/Microsoft.RecoveryServices/replicationEligibilityResults/default\",\r\n \"properties\": {\r\n \"clientRequestId\": \"de5daebf-3113-42fe-b082-9321c8555333\",\r\n \"errors\": []\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "d90d145a-4cdd-45a3-b2c4-971d69775278" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } } \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetSite.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetSite.json index 1b8ebf0d21b98..c9973e9d7d1a9 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetSite.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/GetSite.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ed49119-e98f-46a6-bb57-d7a2492a9548" + "84d26faa-a8f4-4273-adfa-a7b5a4123999" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:34:24 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9ed49119-e98f-46a6-bb57-d7a2492a9548 5/11/2017 5:34:25 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "84d26faa-a8f4-4273-adfa-a7b5a4123999 3/17/2021 7:21:25 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "9ed49119-e98f-46a6-bb57-d7a2492a9548" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13974" + "84d26faa-a8f4-4273-adfa-a7b5a4123999" ], "x-ms-correlation-request-id": [ - "b5ea3291-f24f-48c7-9f09-85add36f19b2" + "b46df4ae-4e51-489d-9cca-2bf532a9c33e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T173425Z:b5ea3291-f24f-48c7-9f09-85add36f19b2" + "CENTRALUSEUAP:20210317T192125Z:b46df4ae-4e51-489d-9cca-2bf532a9c33e" + ], + "Date": [ + "Wed, 17 Mar 2021 19:21:25 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListA2AProtectionIntents.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListA2AProtectionIntents.json new file mode 100644 index 0000000000000..c2768708e2c07 --- /dev/null +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListA2AProtectionIntents.json @@ -0,0 +1,75 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationProtectionIntents?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qcm90ZWN0aW9uSW50ZW50cz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dbc2f314-b0e5-4ea0-83e5-eae5875611e9" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "dbc2f314-b0e5-4ea0-83e5-eae5875611e9 3/21/2021 6:20:47 AM" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "dbc2f314-b0e5-4ea0-83e5-eae5875611e9" + ], + "x-ms-correlation-request-id": [ + "e2847163-7384-4e87-b07b-f869fcc809ca" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210321T062047Z:e2847163-7384-4e87-b07b-f869fcc809ca" + ], + "Date": [ + "Sun, 21 Mar 2021 06:20:47 GMT" + ], + "Content-Length": [ + "1630" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationProtectionIntents/intentName\",\r\n \"name\": \"intentName\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationProtectionIntents\",\r\n \"properties\": {\r\n \"friendlyName\": \"intentName\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationJobs/2216848a-5dc6-4e39-a2f7-2c96f708ecb9\",\r\n \"jobState\": \"InProgress\",\r\n \"isActive\": true,\r\n \"creationTimeUTC\": \"3/21/2021 6:20:27 AM\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"fabricObjectId\": \"/subscriptions/509099b2-9d2c-4636-b43e-bd5cafb6be69/resourceGroups/sdkRG/providers/Microsoft.Compute/virtualMachines/sdkPrimaryVm\",\r\n \"primaryLocation\": \"uksouth\",\r\n \"recoveryLocation\": \"ukwest\",\r\n \"recoverySubscriptionId\": \"b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c\",\r\n \"vmDisks\": null,\r\n \"vmManagedDisks\": null,\r\n \"recoveryResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/adkRecovery\",\r\n \"protectionProfile\": {\r\n \"policyName\": \"intentPolicy\",\r\n \"recoveryPointHistory\": 1440,\r\n \"crashConsistentFrequencyInMinutes\": 10,\r\n \"appConsistentFrequencyInMinutes\": 60,\r\n \"multiVmSyncStatus\": \"Enable\",\r\n \"resourceType\": \"New\"\r\n },\r\n \"primaryStagingStorageAccount\": null,\r\n \"recoveryAvailabilitySet\": null,\r\n \"recoveryVirtualNetwork\": null,\r\n \"recoveryProximityPlacementGroup\": null,\r\n \"autoProtectionOfDataDisk\": \"Enabled\",\r\n \"multiVmGroupName\": null,\r\n \"multiVmGroupId\": null,\r\n \"recoveryBootDiagStorageAccount\": null,\r\n \"diskEncryptionInfo\": null,\r\n \"recoveryAvailabilityZone\": null,\r\n \"recoveryAvailabilityType\": \"Single\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + } + ], + "Names": {}, + "Variables": { + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" + } +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListA2AResources.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListA2AResources.json index 2c211afcf8fe9..639f1c8e24654 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListA2AResources.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListA2AResources.json @@ -1,67 +1,61 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qb2xpY2llcz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8a75a04-ad35-40fc-a83f-538467cfe03d" + "f3d74d48-8c47-4ee4-93e5-9d4e4fb58e42" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:54:19 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "b8a75a04-ad35-40fc-a83f-538467cfe03d 3/21/2019 2:54:19 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "f3d74d48-8c47-4ee4-93e5-9d4e4fb58e42 3/20/2021 9:27:38 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "b8a75a04-ad35-40fc-a83f-538467cfe03d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "f3d74d48-8c47-4ee4-93e5-9d4e4fb58e42" ], "x-ms-correlation-request-id": [ - "cf0de8c9-b2c0-4c9b-adb5-7482e32188fd" + "2d74d3cc-e968-440d-a9d9-3fc8e17e6f1c" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145420Z:cf0de8c9-b2c0-4c9b-adb5-7482e32188fd" + "CENTRALUSEUAP:20210320T212738Z:2d74d3cc-e968-440d-a9d9-3fc8e17e6f1c" + ], + "Date": [ + "Sat, 20 Mar 2021 21:27:37 GMT" ], "Content-Length": [ - "545" + "536" ], "Content-Type": [ "application/json" @@ -70,71 +64,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"name\": \"a2aPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"a2aPolicy\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"recoveryPointThresholdInMinutes\": 0,\r\n \"recoveryPointHistory\": 720,\r\n \"appConsistentFrequencyInMinutes\": 60,\r\n \"multiVmSyncStatus\": \"Enabled\",\r\n \"crashConsistentFrequencyInMinutes\": 5\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"name\": \"a2aPolicy\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"a2aPolicy\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"recoveryPointThresholdInMinutes\": 0,\r\n \"recoveryPointHistory\": 720,\r\n \"appConsistentFrequencyInMinutes\": 60,\r\n \"multiVmSyncStatus\": \"Enabled\",\r\n \"crashConsistentFrequencyInMinutes\": 5\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25GYWJyaWNzP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b3ec1f6-cb93-4403-a9c4-0643b66f275d" + "4b43b0c4-92a2-4d4d-837f-04cc468e87c7" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:54:22 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "2b3ec1f6-cb93-4403-a9c4-0643b66f275d 3/21/2019 2:54:22 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "4b43b0c4-92a2-4d4d-837f-04cc468e87c7 3/20/2021 9:27:38 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "2b3ec1f6-cb93-4403-a9c4-0643b66f275d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "4b43b0c4-92a2-4d4d-837f-04cc468e87c7" ], "x-ms-correlation-request-id": [ - "49164a22-b49d-4238-ad9a-91472e1f59eb" + "bfab1381-8872-4e76-8173-e095f47154db" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145423Z:49164a22-b49d-4238-ad9a-91472e1f59eb" + "CENTRALUSEUAP:20210320T212738Z:bfab1381-8872-4e76-8173-e095f47154db" + ], + "Date": [ + "Sat, 20 Mar 2021 21:27:37 GMT" ], "Content-Length": [ - "1339" + "1321" ], "Content-Type": [ "application/json" @@ -143,71 +131,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"recoveryFabric\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric\",\r\n \"properties\": {\r\n \"friendlyName\": \"North Europe\",\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\": \"eda81b5c-48f8-555a-af72-7bd2aaa196c0\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"northeurope\",\r\n \"containerIds\": null\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n },\r\n {\r\n \"name\": \"primaryFabric\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric\",\r\n \"properties\": {\r\n \"friendlyName\": \"West Europe\",\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\": \"f4df55cd-b86f-589e-b4a2-59ae20ffcce6\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"westeurope\",\r\n \"containerIds\": null\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"primaryFabric\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric\",\r\n \"properties\": {\r\n \"friendlyName\": \"West Europe\",\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\": \"31de6957-7e7b-5929-bcac-3d87ec147d28\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"westeurope\",\r\n \"containerIds\": null\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n },\r\n {\r\n \"name\": \"recoveryFabric\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric\",\r\n \"properties\": {\r\n \"friendlyName\": \"North Europe\",\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\": \"9f92a5b0-a054-58e1-bee7-3ed86141b63b\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"Azure\",\r\n \"location\": \"northeurope\",\r\n \"containerIds\": null\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0dbed145-3f7a-4642-bfd6-cdfc1f76723d" + "861cb6a9-08e8-4427-9472-a68ff636ac1e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:54:29 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "0dbed145-3f7a-4642-bfd6-cdfc1f76723d 3/21/2019 2:54:29 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "861cb6a9-08e8-4427-9472-a68ff636ac1e 3/20/2021 9:27:38 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "0dbed145-3f7a-4642-bfd6-cdfc1f76723d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "861cb6a9-08e8-4427-9472-a68ff636ac1e" ], "x-ms-correlation-request-id": [ - "fe1e2bb7-b5ee-44f9-8559-abb87272c84f" + "c4cc7b2c-4f05-4844-a9d6-5b0a82d433e9" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145429Z:fe1e2bb7-b5ee-44f9-8559-abb87272c84f" + "CENTRALUSEUAP:20210320T212739Z:c4cc7b2c-4f05-4844-a9d6-5b0a82d433e9" + ], + "Date": [ + "Sat, 20 Mar 2021 21:27:38 GMT" ], "Content-Length": [ - "1128" + "1110" ], "Content-Type": [ "application/json" @@ -216,71 +198,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"name\": \"recoveryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"North Europe\",\r\n \"friendlyName\": \"recoveryContainer\",\r\n \"fabricType\": \"Azure\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer\",\r\n \"name\": \"primaryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"West Europe\",\r\n \"friendlyName\": \"primaryContainer\",\r\n \"fabricType\": \"Azure\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer\",\r\n \"name\": \"primaryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"West Europe\",\r\n \"friendlyName\": \"primaryContainer\",\r\n \"fabricType\": \"Azure\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"name\": \"recoveryContainer\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"North Europe\",\r\n \"friendlyName\": \"recoveryContainer\",\r\n \"fabricType\": \"Azure\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationProtectionContainerMappings?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3M/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationProtectionContainerMappings?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3M/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef990129-c5b7-484a-97e1-ea874d95e84d" + "cd4e9f04-4f20-4a63-beb0-7a0320f7e4a5" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:54:31 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "ef990129-c5b7-484a-97e1-ea874d95e84d 3/21/2019 2:54:31 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "cd4e9f04-4f20-4a63-beb0-7a0320f7e4a5 3/20/2021 9:27:39 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "ef990129-c5b7-484a-97e1-ea874d95e84d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "cd4e9f04-4f20-4a63-beb0-7a0320f7e4a5" ], "x-ms-correlation-request-id": [ - "6a1dc075-25b2-4421-b128-b0eb41558bed" + "fc4db44e-968d-44cc-b384-5211dd8244b8" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145431Z:6a1dc075-25b2-4421-b128-b0eb41558bed" + "CENTRALUSEUAP:20210320T212739Z:fc4db44e-968d-44cc-b384-5211dd8244b8" + ], + "Date": [ + "Sat, 20 Mar 2021 21:27:38 GMT" ], "Content-Length": [ - "2721" + "2667" ], "Content-Type": [ "application/json" @@ -289,71 +265,65 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary\",\r\n \"name\": \"recoveryToPrimary\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer\",\r\n \"targetProtectionContainerFriendlyName\": \"primaryContainer\",\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/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"recoveryContainer\",\r\n \"sourceFabricFriendlyName\": \"North Europe\",\r\n \"targetFabricFriendlyName\": \"West Europe\",\r\n \"policyFriendlyName\": \"a2aPolicy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery\",\r\n \"name\": \"primaryToRecovery\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"targetProtectionContainerFriendlyName\": \"recoveryContainer\",\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/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"primaryContainer\",\r\n \"sourceFabricFriendlyName\": \"West Europe\",\r\n \"targetFabricFriendlyName\": \"North Europe\",\r\n \"policyFriendlyName\": \"a2aPolicy\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectionContainerMappings/primaryToRecovery\",\r\n \"name\": \"primaryToRecovery\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"targetProtectionContainerFriendlyName\": \"recoveryContainer\",\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/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"primaryContainer\",\r\n \"sourceFabricFriendlyName\": \"West Europe\",\r\n \"targetFabricFriendlyName\": \"North Europe\",\r\n \"policyFriendlyName\": \"a2aPolicy\"\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer/replicationProtectionContainerMappings/recoveryToPrimary\",\r\n \"name\": \"recoveryToPrimary\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer\",\r\n \"targetProtectionContainerFriendlyName\": \"primaryContainer\",\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/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"recoveryContainer\",\r\n \"sourceFabricFriendlyName\": \"North Europe\",\r\n \"targetFabricFriendlyName\": \"West Europe\",\r\n \"policyFriendlyName\": \"a2aPolicy\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationProtectedItems?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYTdkOGY5ZDAtOTMwYy00ZGM4LTljMTQtMTUyNmJhMjU1YzIwL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationProtectedItems?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL3Nka1ZUUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9zZGtWYXVsdDEvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0821806-ea1e-41bd-b485-97df94d7ca41" + "0c002bbc-611c-4f48-b0a0-b46a48b344d2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.2.1.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 Mar 2019 14:54:33 GMT" - ], "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], "Server": [ "Microsoft-IIS/10.0", - "Microsoft-IIS/10.0" - ], - "x-ms-request-id": [ - "d0821806-ea1e-41bd-b485-97df94d7ca41 3/21/2019 2:54:34 PM" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "0c002bbc-611c-4f48-b0a0-b46a48b344d2 3/20/2021 9:27:39 PM" + ], "X-Content-Type-Options": [ "nosniff" ], "x-ms-client-request-id": [ - "d0821806-ea1e-41bd-b485-97df94d7ca41" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "0c002bbc-611c-4f48-b0a0-b46a48b344d2" ], "x-ms-correlation-request-id": [ - "530052c7-768a-400b-9048-8b66c1ee75a5" + "45b71b46-dded-476b-afee-9bc7e921c872" ], "x-ms-routing-request-id": [ - "WESTINDIA:20190321T145434Z:530052c7-768a-400b-9048-8b66c1ee75a5" + "CENTRALUSEUAP:20210320T212740Z:45b71b46-dded-476b-afee-9bc7e921c872" + ], + "Date": [ + "Sat, 20 Mar 2021 21:27:40 GMT" ], "Content-Length": [ - "5099" + "6016" ], "Content-Type": [ "application/json" @@ -362,12 +332,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1\",\r\n \"name\": \"sdkTestVm1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"sdkTestVm1\",\r\n \"protectedItemType\": \"\",\r\n \"protectableItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/primaryFabric/replicationRecoveryServicesProviders/ded538e6-f69a-5828-9353-4beb7dbdb038\",\r\n \"primaryFabricFriendlyName\": \"West Europe\",\r\n \"primaryFabricProvider\": \"AzureFabric\",\r\n \"recoveryFabricFriendlyName\": \"North Europe\",\r\n \"recoveryFabricId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric\",\r\n \"primaryProtectionContainerFriendlyName\": \"primaryContainer\",\r\n \"recoveryProtectionContainerFriendlyName\": \"recoveryContainer\",\r\n \"protectionState\": \"InitialReplicationInProgress\",\r\n \"protectionStateDescription\": \"Initial replication is in progress\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"DisableProtection\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [],\r\n \"policyId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/a2aPolicy\",\r\n \"policyFriendlyName\": \"a2aPolicy\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/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/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourcegroups/sdktestvmrg/providers/microsoft.compute/virtualmachines/sdktestvm1\",\r\n \"multiVmGroupId\": \"3379c23a-416b-403e-9961-7a554901be36\",\r\n \"multiVmGroupName\": \"\",\r\n \"multiVmGroupCreateOption\": \"AutoCreated\",\r\n \"managementId\": \"a363fccc-a6de-43de-b9f9-3e0f4ce5769a\",\r\n \"protectedDisks\": null,\r\n \"unprotectedDisks\": null,\r\n \"protectedManagedDisks\": [\r\n {\r\n \"diskId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourcegroups/sdktestvmrg/providers/microsoft.compute/disks/sdktestvm1_osdisk_1_3b1dd430d52044f18fb996d34617f609\",\r\n \"recoveryResourceGroupId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/sdkTestVmRG-asr\",\r\n \"recoveryTargetDiskId\": null,\r\n \"recoveryReplicaDiskId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/sdkTestVmRG-asr/providers/Microsoft.Compute/disks/sdkTestVm1_OsDisk_1_3b1dd430d52044f18fb996d34617f609-ASRReplica\",\r\n \"recoveryReplicaDiskAccountType\": \"Standard_LRS\",\r\n \"recoveryTargetDiskAccountType\": \"Standard_LRS\",\r\n \"diskName\": \"sdkTestVm1_OsDisk_1_3b1dd430d52044f18fb996d34617f609\",\r\n \"diskCapacityInBytes\": 32214351872,\r\n \"primaryStagingAzureStorageAccountId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/do00nssdkvaultasrcache\",\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.0,\r\n \"diskState\": null,\r\n \"allowedDiskLevelOperation\": null,\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 }\r\n ],\r\n \"recoveryBootDiagStorageAccountId\": null,\r\n \"primaryFabricLocation\": \"westeurope\",\r\n \"recoveryFabricLocation\": \"northeurope\",\r\n \"osType\": \"Windows\",\r\n \"recoveryAzureVMSize\": \"Standard_DS1_v2\",\r\n \"recoveryAzureVMName\": \"sdkTestVm1\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/sdkTestVmRG-asr\",\r\n \"recoveryCloudService\": null,\r\n \"recoveryAvailabilitySet\": null,\r\n \"selectedRecoveryAzureNetworkId\": null,\r\n \"vmNics\": [],\r\n \"vmSyncedConfigDetails\": {\r\n \"tags\": null,\r\n \"inputEndpoints\": null\r\n },\r\n \"monitoringPercentageCompletion\": null,\r\n \"monitoringJobType\": null,\r\n \"lastHeartbeat\": \"2019-03-21T14:50:54.8013906Z\",\r\n \"agentVersion\": \"9.23.5163.1\",\r\n \"agentExpiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"isReplicationAgentUpdateRequired\": false,\r\n \"recoveryFabricObjectId\": null,\r\n \"vmProtectionState\": \"UnprotectedStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Enabling protection\",\r\n \"lifecycleId\": null,\r\n \"testFailoverRecoveryFabricObjectId\": null,\r\n \"rpoInSeconds\": null,\r\n \"lastRpoCalculatedTime\": null,\r\n \"recoveryAvailabilityZone\": null\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/a7d8f9d0-930c-4dc8-9c14-1526ba255c20/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"eventCorrelationId\": \"b3b047f3-8594-4447-805d-23c00f2ef172\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationProtectionContainers/primaryContainer/replicationProtectedItems/sdkTestVm1\",\r\n \"name\": \"sdkTestVm1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"sdkTestVM1\",\r\n \"protectedItemType\": \"\",\r\n \"protectableItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/primaryFabric/replicationRecoveryServicesProviders/67dbd69e-7fbd-52da-831d-0564c9f7f06d\",\r\n \"primaryFabricFriendlyName\": \"West Europe\",\r\n \"primaryFabricProvider\": \"AzureFabric\",\r\n \"recoveryFabricFriendlyName\": \"North Europe\",\r\n \"recoveryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric\",\r\n \"primaryProtectionContainerFriendlyName\": \"primaryContainer\",\r\n \"recoveryProtectionContainerFriendlyName\": \"recoveryContainer\",\r\n \"protectionState\": \"InitialReplicationInProgress\",\r\n \"protectionStateDescription\": \"Initial replication is in progress\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"DisableProtection\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationPolicies/a2aPolicy\",\r\n \"policyFriendlyName\": \"a2aPolicy\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/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/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourcegroups/sdktestvmrg/providers/microsoft.compute/virtualmachines/sdktestvm1\",\r\n \"initialPrimaryZone\": \"\",\r\n \"initialPrimaryFabricLocation\": \"westeurope\",\r\n \"initialRecoveryZone\": \"\",\r\n \"initialRecoveryFabricLocation\": \"northeurope\",\r\n \"multiVmGroupId\": \"6bf10ddb-2d06-4dbf-a76c-34c4b8e191cf\",\r\n \"multiVmGroupName\": \"\",\r\n \"multiVmGroupCreateOption\": \"AutoCreated\",\r\n \"managementId\": \"89a4e2cf-60b4-4180-9892-0319d9acacc3\",\r\n \"protectedDisks\": null,\r\n \"unprotectedDisks\": null,\r\n \"protectedManagedDisks\": [\r\n {\r\n \"diskId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourcegroups/sdktestvmrg/providers/microsoft.compute/disks/sdktestvm1_osdisk_1_719b58f929ca4b97ba638f272b166a96\",\r\n \"recoveryResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG-asr\",\r\n \"recoveryTargetDiskId\": null,\r\n \"recoveryReplicaDiskId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG-asr/providers/Microsoft.Compute/disks/sdkTestVM1_OsDisk_1_719b58f929ca4b97ba638f272b166a96-ASRReplica\",\r\n \"recoveryOrignalTargetDiskId\": null,\r\n \"recoveryReplicaDiskAccountType\": \"Standard_LRS\",\r\n \"recoveryTargetDiskAccountType\": \"Standard_LRS\",\r\n \"recoveryDiskEncryptionSetId\": null,\r\n \"primaryDiskEncryptionSetId\": null,\r\n \"diskName\": \"sdkTestVM1_OsDisk_1_719b58f929ca4b97ba638f272b166a96\",\r\n \"diskCapacityInBytes\": 136367308800,\r\n \"primaryStagingAzureStorageAccountId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG/providers/Microsoft.Storage/storageAccounts/sdkcache\",\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.0,\r\n \"diskState\": null,\r\n \"allowedDiskLevelOperation\": null,\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\": \"sdkTestVM1_OsDisk_1_719b58f929ca4b97ba638f272b166a96\",\r\n \"tfoDiskName\": \"sdkTestVM1_OsDisk_1_719b58f929ca4b97ba638f272b166a96-ASRtest\"\r\n }\r\n ],\r\n \"recoveryBootDiagStorageAccountId\": null,\r\n \"primaryFabricLocation\": \"westeurope\",\r\n \"recoveryFabricLocation\": \"northeurope\",\r\n \"osType\": \"Windows\",\r\n \"recoveryAzureVMSize\": \"Standard_B2ms\",\r\n \"recoveryAzureVMName\": \"sdkTestVM1\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkTestVMRG-asr\",\r\n \"recoveryCloudService\": null,\r\n \"recoveryAvailabilitySet\": null,\r\n \"selectedRecoveryAzureNetworkId\": null,\r\n \"selectedTfoAzureNetworkId\": null,\r\n \"vmNics\": [],\r\n \"vmSyncedConfigDetails\": {\r\n \"tags\": null,\r\n \"inputEndpoints\": null\r\n },\r\n \"monitoringPercentageCompletion\": null,\r\n \"monitoringJobType\": null,\r\n \"lastHeartbeat\": \"2021-03-20T21:25:10.850164Z\",\r\n \"agentVersion\": \"9.43.5922.1\",\r\n \"agentExpiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"isReplicationAgentUpdateRequired\": false,\r\n \"isReplicationAgentCertificateUpdateRequired\": false,\r\n \"recoveryFabricObjectId\": null,\r\n \"vmProtectionState\": \"UnprotectedStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Enabling protection\",\r\n \"lifecycleId\": null,\r\n \"testFailoverRecoveryFabricObjectId\": null,\r\n \"rpoInSeconds\": null,\r\n \"lastRpoCalculatedTime\": null,\r\n \"primaryAvailabilityZone\": null,\r\n \"recoveryAvailabilityZone\": null,\r\n \"vmEncryptionType\": \"NotEncrypted\",\r\n \"tfoAzureVMName\": \"sdkTestVM1-test\",\r\n \"recoveryAzureGeneration\": \"V1\",\r\n \"recoveryProximityPlacementGroupId\": null,\r\n \"autoProtectionOfDataDisk\": \"Disabled\",\r\n \"recoveryVirtualMachineScaleSetId\": null\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationFabrics/recoveryFabric/replicationProtectionContainers/recoveryContainer\",\r\n \"eventCorrelationId\": \"f80da8e1-abcb-4909-85b1-8913b9750e80\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://centraluseuap.management.azure.com/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/sdkVTRG/providers/Microsoft.RecoveryServices/vaults/sdkVault1/replicationProtectedItems?api-version=2021-02-10&skipToken=9f92a5b0-a054-58e1-bee7-3ed86141b63b\"\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "a7d8f9d0-930c-4dc8-9c14-1526ba255c20" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } } \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListAlertSettings.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListAlertSettings.json index 9785d94f1092e..e70ce3d7c10b8 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListAlertSettings.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListAlertSettings.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationAlertSettings?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25BbGVydFNldHRpbmdzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationAlertSettings?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uQWxlcnRTZXR0aW5ncz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb924e6f-6e87-40fa-beeb-abb7d0b9695e" + "ff7b2e26-f62e-4b6a-9c39-d3f78faadaac" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"defaultAlertSetting\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationAlertSettings\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationAlertSettings/defaultAlertSetting\",\r\n \"properties\": {\r\n \"sendToOwners\": \"DoNotSend\",\r\n \"customEmailAddresses\": [\r\n \"ronehr@microsoft.com\"\r\n ],\r\n \"locale\": \"en-US\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:45:45 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "fb924e6f-6e87-40fa-beeb-abb7d0b9695e 5/13/2017 6:45:46 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "ff7b2e26-f62e-4b6a-9c39-d3f78faadaac 3/18/2021 7:55:36 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "fb924e6f-6e87-40fa-beeb-abb7d0b9695e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13909" + "ff7b2e26-f62e-4b6a-9c39-d3f78faadaac" ], "x-ms-correlation-request-id": [ - "109e11b9-4457-42a4-82df-2d01ed7b192e" + "ef0d1a3b-1091-44e5-96ae-0b193bae5c72" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T184545Z:109e11b9-4457-42a4-82df-2d01ed7b192e" + "CENTRALUSEUAP:20210318T195536Z:ef0d1a3b-1091-44e5-96ae-0b193bae5c72" + ], + "Date": [ + "Thu, 18 Mar 2021 19:55:36 GMT" + ], + "Content-Length": [ + "415" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"defaultAlertSetting\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationAlertSettings\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationAlertSettings/defaultAlertSetting\",\r\n \"properties\": {\r\n \"sendToOwners\": \"DoNotSend\",\r\n \"customEmailAddresses\": [\r\n \"arpgup@microsoft.com\"\r\n ],\r\n \"locale\": \"en-US\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListAllContainers.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListAllContainers.json index edb14b9e977eb..71bd190da3a18 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListAllContainers.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListAllContainers.json @@ -1,150 +1,142 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d4712127-5cbd-45ca-a91f-69af5d1e05eb" + "34ea62e0-f98d-4814-a1bf-040268cde0bd" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:10:08 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d4712127-5cbd-45ca-a91f-69af5d1e05eb 5/13/2017 8:10:09 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "34ea62e0-f98d-4814-a1bf-040268cde0bd 3/17/2021 7:20:32 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "d4712127-5cbd-45ca-a91f-69af5d1e05eb" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" + "34ea62e0-f98d-4814-a1bf-040268cde0bd" ], "x-ms-correlation-request-id": [ - "14f952f0-f987-4417-9645-e70216944808" + "f53528dd-b70a-46cb-80b5-9ce2f853ee78" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T201009Z:14f952f0-f987-4417-9645-e70216944808" + "CENTRALUSEUAP:20210317T192032Z:f53528dd-b70a-46cb-80b5-9ce2f853ee78" + ], + "Date": [ + "Wed, 17 Mar 2021 19:20:31 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lcnM/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88cab03a-d3cf-4844-9b79-0fef9fd5d7ef" + "a068e771-725c-4b9e-89d3-3f206fd5c81e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:10:11 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "88cab03a-d3cf-4844-9b79-0fef9fd5d7ef 5/13/2017 8:10:11 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "a068e771-725c-4b9e-89d3-3f206fd5c81e 3/17/2021 7:20:32 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "88cab03a-d3cf-4844-9b79-0fef9fd5d7ef" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" + "a068e771-725c-4b9e-89d3-3f206fd5c81e" ], "x-ms-correlation-request-id": [ - "579b1d4e-cbdb-4ba4-8847-8740eba08664" + "2fab8e74-1622-4aed-8c97-f7fd28e51ed8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T201011Z:579b1d4e-cbdb-4ba4-8847-8740eba08664" + "CENTRALUSEUAP:20210317T192032Z:2fab8e74-1622-4aed-8c97-f7fd28e51ed8" + ], + "Date": [ + "Wed, 17 Mar 2021 19:20:32 GMT" + ], + "Content-Length": [ + "9574" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationProtectionContainers/13128b2e-1f51-4df3-95b5-9eed802249ab\",\r\n \"name\": \"13128b2e-1f51-4df3-95b5-9eed802249ab\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"friendlyName\": \"Sec-VMM1\",\r\n \"fabricType\": \"VMM\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationProtectionContainers/2c15446e-9d2a-4567-89cd-adec023d48ee\",\r\n \"name\": \"2c15446e-9d2a-4567-89cd-adec023d48ee\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"friendlyName\": \"C4Hg1\",\r\n \"fabricType\": \"VMM\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationProtectionContainers/39735913-ef54-47e3-af74-7276c2355e1a\",\r\n \"name\": \"39735913-ef54-47e3-af74-7276c2355e1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"friendlyName\": \"C1Hg1\",\r\n \"fabricType\": \"VMM\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationProtectionContainers/620ffa11-c9c2-4b5c-a14c-fb38be0654ee\",\r\n \"name\": \"620ffa11-c9c2-4b5c-a14c-fb38be0654ee\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"friendlyName\": \"C4\",\r\n \"fabricType\": \"VMM\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationProtectionContainers/721cb55d-ac8c-49f8-95ef-bc32339a1b01\",\r\n \"name\": \"721cb55d-ac8c-49f8-95ef-bc32339a1b01\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"friendlyName\": \"C2\",\r\n \"fabricType\": \"VMM\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationProtectionContainers/753eb863-c53b-4d44-8286-2025ef9c91b6\",\r\n \"name\": \"753eb863-c53b-4d44-8286-2025ef9c91b6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"friendlyName\": \"C5\",\r\n \"fabricType\": \"VMM\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationProtectionContainers/820bc29d-878c-403f-9f94-1125d90743f4\",\r\n \"name\": \"820bc29d-878c-403f-9f94-1125d90743f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"friendlyName\": \"C3\",\r\n \"fabricType\": \"VMM\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationProtectionContainers/91643593-7670-4b82-b7e2-0a8043883770\",\r\n \"name\": \"91643593-7670-4b82-b7e2-0a8043883770\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"friendlyName\": \"C1HG2\",\r\n \"fabricType\": \"VMM\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationProtectionContainers/cf54d99e-a2ee-4715-8bd5-a9d1c32858cd\",\r\n \"name\": \"cf54d99e-a2ee-4715-8bd5-a9d1c32858cd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"friendlyName\": \"P-495\",\r\n \"fabricType\": \"VMM\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationProtectionContainers/d26a414c-41aa-446e-82a9-711ae4093f30\",\r\n \"name\": \"d26a414c-41aa-446e-82a9-711ae4093f30\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"friendlyName\": \"C-939\",\r\n \"fabricType\": \"VMM\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationProtectionContainers/e4f6f2c2-7922-43b5-bd9b-1a64e4778378\",\r\n \"name\": \"e4f6f2c2-7922-43b5-bd9b-1a64e4778378\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"friendlyName\": \"C4Hg2\",\r\n \"fabricType\": \"VMM\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationProtectionContainers/e572cd81-4a2d-4479-9000-310177b7e087\",\r\n \"name\": \"e572cd81-4a2d-4479-9000-310177b7e087\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"friendlyName\": \"Prim-VMM1\",\r\n \"fabricType\": \"VMM\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationProtectionContainers/eb2ee368-f1f6-4ec2-a575-06db0b2b52a6\",\r\n \"name\": \"eb2ee368-f1f6-4ec2-a575-06db0b2b52a6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"friendlyName\": \"ForAzure\",\r\n \"fabricType\": \"VMM\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"NotPaired\",\r\n \"role\": \"\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell/replicationProtectionContainers/cloud_f3ce4b50-831d-5af4-9c48-dcbc41521358\",\r\n \"name\": \"cloud_f3ce4b50-831d-5af4-9c48-dcbc41521358\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"ForPowershell\",\r\n \"friendlyName\": \"ForPowershell\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListAllPCMapping.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListAllPCMapping.json index 4678217ce1ef6..b8ead7d807e0e 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListAllPCMapping.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListAllPCMapping.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationProtectionContainerMappings?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3M/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationProtectionContainerMappings?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUHJvdGVjdGlvbkNvbnRhaW5lck1hcHBpbmdzP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "11acd398-1e22-427a-a974-8234ce6ec40e" + "860807be-993a-4865-8651-5fa0c3537197" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings/PCMapping\",\r\n \"name\": \"PCMapping\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"Microsoft Azure\",\r\n \"targetProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"providerSpecificDetails\": null,\r\n \"health\": \"Normal\",\r\n \"healthErrorDetails\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"sourceFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"targetFabricFriendlyName\": \"Microsoft Azure\",\r\n \"policyFriendlyName\": \"protectionprofile1\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:02:31 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "11acd398-1e22-427a-a974-8234ce6ec40e 5/13/2017 8:02:32 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "860807be-993a-4865-8651-5fa0c3537197 3/17/2021 7:20:46 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "11acd398-1e22-427a-a974-8234ce6ec40e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" + "860807be-993a-4865-8651-5fa0c3537197" ], "x-ms-correlation-request-id": [ - "c7421101-c7c9-4b24-9597-90b3ef4bc99c" + "f6949f3f-c8d2-43fe-ab1a-0983f9d01391" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T200232Z:c7421101-c7c9-4b24-9597-90b3ef4bc99c" + "CENTRALUSEUAP:20210317T192046Z:f6949f3f-c8d2-43fe-ab1a-0983f9d01391" + ], + "Date": [ + "Wed, 17 Mar 2021 19:20:45 GMT" + ], + "Content-Length": [ + "2109" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell/replicationProtectionContainers/cloud_f3ce4b50-831d-5af4-9c48-dcbc41521358/replicationProtectionContainerMappings/B2AClP26mapping\",\r\n \"name\": \"B2AClP26mapping\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"Microsoft Azure\",\r\n \"targetProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"providerSpecificDetails\": null,\r\n \"health\": \"Normal\",\r\n \"healthErrorDetails\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/B2APolicyTest1\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"ForPowershell\",\r\n \"sourceFabricFriendlyName\": \"ForPowershell\",\r\n \"targetFabricFriendlyName\": \"Microsoft Azure\",\r\n \"policyFriendlyName\": \"B2APolicyTest1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings/PCMapping\",\r\n \"name\": \"PCMapping\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectionContainerMappings\",\r\n \"properties\": {\r\n \"targetProtectionContainerId\": \"Microsoft Azure\",\r\n \"targetProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"providerSpecificDetails\": null,\r\n \"health\": \"Normal\",\r\n \"healthErrorDetails\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"state\": \"Paired\",\r\n \"sourceProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"sourceFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"targetFabricFriendlyName\": \"Microsoft Azure\",\r\n \"policyFriendlyName\": \"protectionprofile2\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListAllProtectedItem.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListAllProtectedItem.json index e6fda31b9d5cb..695b45933aa02 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListAllProtectedItem.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListAllProtectedItem.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationProtectedItems?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationProtectedItems?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUHJvdGVjdGVkSXRlbXM/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9057d702-e112-4334-8055-8fd45031e9fc" + "1df914d9-072d-4c17-baa0-cdf9d4d73481" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"name\": \"vm2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\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 \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm2\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": null,\r\n \"vmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkNGMjlFQjdBLTU4RTEtNDVCNC1CNzYwLUM1MzBDMTEzNERGNFw0NDYyM0NDRS02NDJDLTQ0MTYtOTI0My0wMzVDMjhGRjM1MTc=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMSubnetName\": \"FRExternalNetwork\",\r\n \"vMNetworkName\": \"FRExternalNetwork\",\r\n \"recoveryVMNetworkId\": null,\r\n \"recoveryVMSubnetName\": \"\",\r\n \"ipAddressType\": \"Static\",\r\n \"primaryNicStaticIPAddress\": null,\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByDefault\"\r\n }\r\n ],\r\n \"selectedRecoveryAzureNetworkId\": null,\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": null,\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"NoLicenseType\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:48:16 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9057d702-e112-4334-8055-8fd45031e9fc 5/13/2017 7:48:17 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "1df914d9-072d-4c17-baa0-cdf9d4d73481 3/18/2021 1:04:49 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "9057d702-e112-4334-8055-8fd45031e9fc" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14029" + "1df914d9-072d-4c17-baa0-cdf9d4d73481" ], "x-ms-correlation-request-id": [ - "8d364bb0-13ae-4a79-b7e5-e44b19d43c13" + "be567493-163e-4a65-acd7-e144ceb7eada" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T194817Z:8d364bb0-13ae-4a79-b7e5-e44b19d43c13" + "CENTRALUSEUAP:20210318T130449Z:be567493-163e-4a65-acd7-e144ceb7eada" + ], + "Date": [ + "Thu, 18 Mar 2021 13:04:48 GMT" + ], + "Content-Length": [ + "6952" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"name\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDKFirst\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\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 \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Warning\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitFailoverValidatorError\",\r\n \"errorType\": \"8010\",\r\n \"errorLevel\": \"Warning\",\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 'VMforSDKFirst'.\",\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\": \"2021-03-18T10:03:04.9230759Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"errorId\": \"6:8010\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5a687328-162d-402d-a298-146ffa97b086\",\r\n \"diskId\": \"193CA098-991D-4A6F-BE78-DA2C6E7BD290_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDKFirst\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDKFirst\",\r\n \"recoveryAzureVMSize\": \"Standard_B1s\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-18T09:53:13Z\",\r\n \"rpoInSeconds\": 11410,\r\n \"lastRpoCalculatedTime\": \"2021-03-18T13:03:23.7330903Z\",\r\n \"vmId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OjE5M0NBMDk4LTk5MUQtNEE2Ri1CRTc4LURBMkM2RTdCRDI5MFw2QzNFQjMwMC00NzVBLTRDMTUtQUY4Mi0zQTdBOTQxRjYyNEQ=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"default\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": null,\r\n \"recoveryLBBackendAddressPoolIds\": null,\r\n \"tfoSubnetName\": null,\r\n \"tfoStaticIPAddress\": null,\r\n \"tfoPublicIPAddressId\": null,\r\n \"tfoLBBackendAddressPoolIds\": null\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OjE5M0NBMDk4LTk5MUQtNEE2Ri1CRTc4LURBMkM2RTdCRDI5MFw2QzNFQjMwMC00NzVBLTRDMTUtQUY4Mi0zQTdBOTQxRjYyNEQ=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": \"Never\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": null,\r\n \"targetAvailabilityZone\": null,\r\n \"targetProximityPlacementGroupId\": null,\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"NotSpecified\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-18T09:53:13.3993206Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": null,\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"d7ceffc4-255d-4d2f-affd-38fa714d92c5\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://centraluseuap.management.azure.com/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationProtectedItems?api-version=2021-02-10&skipToken=f3ce4b50-831d-5af4-9c48-dcbc41521358\"\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListEventByQuery.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListEventByQuery.json index 52260e82a50b2..456ca5bbff626 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListEventByQuery.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListEventByQuery.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents?$filter=Severity%20%20eq%20'Critical'&api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvN2M5NDNjMWItNTEyMi00MDk3LTkwYzgtODYxNDExYmRkNTc0L3Jlc291cmNlR3JvdXBzL2NhbmFyeWV4cHJvdXRlL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvSWJpemFWMkFUZXN0L3JlcGxpY2F0aW9uRXZlbnRzPyRmaWx0ZXI9U2V2ZXJpdHklMjAlMjBlcSUyMCdDcml0aWNhbCcmYXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents?$filter=Severity%20%20eq%20'Critical'&api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRXZlbnRzPyRmaWx0ZXI9U2V2ZXJpdHklMjAlMjBlcSUyMCdDcml0aWNhbCcmYXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "debe0c36-9e9d-4501-b67c-1caad8b5b317" + "9ec7f4ee-f24c-4d7f-881c-8e28f3249e9f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.2.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091881290289097593_52a6d2f0-fc88-4e75-ba1d-cfea4fd639e9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091881290289097593_52a6d2f0-fc88-4e75-ba1d-cfea4fd639e9\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"V2A-w2K12-660\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-05T08:44:16.5678214Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/dd6df794a2b47a130e0c2e877e169e2dd3a6fab28a35c4ac8f2299f62b67bf42\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'V2A-w2K12-660' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'V2A-w2K12-660'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-05T08:44:16.5678214Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091881843443546409_f6127098-fdc2-4ea0-9fcd-f5e810efe56a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091881843443546409_f6127098-fdc2-4ea0-9fcd-f5e810efe56a\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"Madhavi-Cs-Roll\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-04T17:22:21.1229398Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ece29fa7282e1c0c63235fbe876d2100400174eef946339a6b67a2e5a11ae22b\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'Madhavi-Cs-Roll' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'Madhavi-Cs-Roll'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-04T17:22:21.1229398Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091881843444015164_d68acc42-dd74-4508-8663-f92b66bbd939\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091881843444015164_d68acc42-dd74-4508-8663-f92b66bbd939\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"WIN-12-R2-STD\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-04T17:22:21.0760643Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/59c02f1141475e9ea7fc0302ac260a33053afd50363a8f4c044d42d048d1d669\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'WIN-12-R2-STD' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'WIN-12-R2-STD'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-04T17:22:21.0760643Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091881843444952674_ca0cfd6d-6980-4e47-b88a-12a404c4895a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091881843444952674_ca0cfd6d-6980-4e47-b88a-12a404c4895a\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"mtcs1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-04T17:22:20.9823133Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2d3529c1470bf4b1d5a44818ecda43255653b1d29b44c43f7d55af0c12fcba9f\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'mtcs1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'mtcs1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-04T17:22:20.9823133Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091881861881989069_26eb5158-1bfe-4c1c-b53a-bfc6411d32b9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091881861881989069_26eb5158-1bfe-4c1c-b53a-bfc6411d32b9\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"srpatnan-0420-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-04T16:51:37.2786738Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/93ffdabf9e3a34db6f8e32d0ff64f44ce6b258cec343b03accb9c12440a7e555\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'srpatnan-0420-1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'srpatnan-0420-1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-04T16:51:37.2786738Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091881898660506483_052e0eeb-4813-4bd0-b417-0bc39c41a2b0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091881898660506483_052e0eeb-4813-4bd0-b417-0bc39c41a2b0\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"srpatnan-0420-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-04T15:50:19.4269324Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/f5c7fca6c43d701dd491434086acc68fffae64e51cedd1c55771d0446da26b30\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'srpatnan-0420-1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'srpatnan-0420-1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-04T15:50:19.4269324Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091882027458805252_c317210d-f240-43f0-94af-8852ff30527c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091882027458805252_c317210d-f240-43f0-94af-8852ff30527c\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinFBMT\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-04T12:15:39.5970555Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'ScaleWinFBMT' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'ScaleWinFBMT'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-04T12:15:39.5970555Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091882071654051099_6fc3b833-3833-4e6e-bf9a-a7fe03b400ee\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091882071654051099_6fc3b833-3833-4e6e-bf9a-a7fe03b400ee\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"12-DC-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-04T11:02:00.0724708Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/f2d2b3d23136d3dbd1696bdbd4b8f8cd4c7aa10147df20886d23786202c2c528\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"12R2-STD-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78155\",\r\n \"errorMessage\": \"Replication health of 12-DC-1 is critical as the Azure Site Recovery mobility service software has been uninstalled from the machine.\",\r\n \"possibleCauses\": \"Mobility service software on the source machine has been uninstalled.\",\r\n \"recommendedAction\": \"\\n The source machine isn’t being replicated as the mobility service software has been uninstalled, but can be failed over to the latest available recovery point. In order to continue protecting this machine :\\n 1) Disable replication for the machine. After removing the replicating machine from Azure Site Recovery perform step 2.\\n 2) Enable replication for the machine to push install the mobility service software on the machine, or, install the mobility service software on the machine manually, register it to the Configuration server, and enable replication.\\n \",\r\n \"creationTimeUtc\": \"2017-09-04T11:02:00.0724708Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091882071654207177_62beaebe-bab8-4d37-8634-f354379be681\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091882071654207177_62beaebe-bab8-4d37-8634-f354379be681\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_MobilityServiceUninstalledFromSource\",\r\n \"description\": \"Mobility service uninstalled.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"12-DC-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-04T11:02:00.056863Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/f2d2b3d23136d3dbd1696bdbd4b8f8cd4c7aa10147df20886d23786202c2c528\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"12R2-STD-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78155\",\r\n \"errorMessage\": \"Replication health of 12-DC-1 is critical as the Azure Site Recovery mobility service software has been uninstalled from the machine.\",\r\n \"possibleCauses\": \"Mobility service software on the source machine has been uninstalled.\",\r\n \"recommendedAction\": \"\\n The source machine isn’t being replicated as the mobility service software has been uninstalled, but can be failed over to the latest available recovery point. In order to continue protecting this machine :\\n 1) Disable replication for the machine. After removing the replicating machine from Azure Site Recovery perform step 2.\\n 2) Enable replication for the machine to push install the mobility service software on the machine, or, install the mobility service software on the machine manually, register it to the Configuration server, and enable replication.\\n \",\r\n \"creationTimeUtc\": \"2017-09-04T11:02:00.056863Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091882082714857348_0ada29d6-7399-4b70-8daf-79d00f95b009\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091882082714857348_0ada29d6-7399-4b70-8daf-79d00f95b009\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"W2K16CS\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-04T10:43:33.9918459Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/1de22f5d9be97ae5505002dab3012da288efd1b372011a8db9d999062193f536\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'W2K16CS' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'W2K16CS'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-04T10:43:33.9918459Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091882156319607786_e373d0e9-d989-4ed2-a29f-ac39ad793476\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091882156319607786_e373d0e9-d989-4ed2-a29f-ac39ad793476\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"V2A-w2K12-660\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-04T08:40:53.5168021Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/dd6df794a2b47a130e0c2e877e169e2dd3a6fab28a35c4ac8f2299f62b67bf42\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'V2A-w2K12-660' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'V2A-w2K12-660'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-04T08:40:53.5168021Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091882708346793660_f3a083fa-9952-4e9b-b462-130e729c0e16\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091882708346793660_f3a083fa-9952-4e9b-b462-130e729c0e16\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"Madhavi-Cs-Roll\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-03T17:20:50.7982147Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ece29fa7282e1c0c63235fbe876d2100400174eef946339a6b67a2e5a11ae22b\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'Madhavi-Cs-Roll' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'Madhavi-Cs-Roll'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-03T17:20:50.7982147Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091882708347262585_c55879f7-0548-4d83-9944-2d5ea3ddc351\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091882708347262585_c55879f7-0548-4d83-9944-2d5ea3ddc351\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"WIN-12-R2-STD\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-03T17:20:50.7513222Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/59c02f1141475e9ea7fc0302ac260a33053afd50363a8f4c044d42d048d1d669\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'WIN-12-R2-STD' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'WIN-12-R2-STD'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-03T17:20:50.7513222Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091882708348199938_1ecba57e-9460-4fb1-a2b7-7468426d1785\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091882708348199938_1ecba57e-9460-4fb1-a2b7-7468426d1785\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"mtcs1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-03T17:20:50.6575869Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2d3529c1470bf4b1d5a44818ecda43255653b1d29b44c43f7d55af0c12fcba9f\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'mtcs1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'mtcs1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-03T17:20:50.6575869Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091882726867308019_356eea1e-185e-4829-97b2-f6e08ffc9372\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091882726867308019_356eea1e-185e-4829-97b2-f6e08ffc9372\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"srpatnan-0420-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-03T16:49:58.7467788Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/93ffdabf9e3a34db6f8e32d0ff64f44ce6b258cec343b03accb9c12440a7e555\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'srpatnan-0420-1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'srpatnan-0420-1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-03T16:49:58.7467788Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091882763660378927_d2d11903-85b2-42d3-bcc0-2f975454cf4f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091882763660378927_d2d11903-85b2-42d3-bcc0-2f975454cf4f\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"srpatnan-0420-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-03T15:48:39.439688Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/f5c7fca6c43d701dd491434086acc68fffae64e51cedd1c55771d0446da26b30\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'srpatnan-0420-1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'srpatnan-0420-1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-03T15:48:39.439688Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091882892315575686_1f8020e6-cb3c-4ffb-977d-1098851f3dbb\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091882892315575686_1f8020e6-cb3c-4ffb-977d-1098851f3dbb\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinFBMT\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-03T12:14:13.9200121Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'ScaleWinFBMT' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'ScaleWinFBMT'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-03T12:14:13.9200121Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091882947338442966_20c0a913-8ceb-4066-bd4c-7a0d08a6156c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091882947338442966_20c0a913-8ceb-4066-bd4c-7a0d08a6156c\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"W2K16CS\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-03T10:42:31.6332841Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/1de22f5d9be97ae5505002dab3012da288efd1b372011a8db9d999062193f536\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'W2K16CS' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'W2K16CS'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-03T10:42:31.6332841Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091883020907226128_a0638f3e-f5c4-41b3-8139-9d3ac8f152f3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091883020907226128_a0638f3e-f5c4-41b3-8139-9d3ac8f152f3\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"V2A-w2K12-660\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-03T08:39:54.7549679Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/dd6df794a2b47a130e0c2e877e169e2dd3a6fab28a35c4ac8f2299f62b67bf42\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'V2A-w2K12-660' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'V2A-w2K12-660'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-03T08:39:54.7549679Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091883574857913240_51d00c31-def1-4c12-af23-3d4fe984e73d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091883574857913240_51d00c31-def1-4c12-af23-3d4fe984e73d\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"Madhavi-Cs-Roll\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-02T17:16:39.6862567Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ece29fa7282e1c0c63235fbe876d2100400174eef946339a6b67a2e5a11ae22b\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'Madhavi-Cs-Roll' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'Madhavi-Cs-Roll'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-02T17:16:39.6862567Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091883574858538650_7163e69a-7c5b-461d-ad24-cb5f091e4967\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091883574858538650_7163e69a-7c5b-461d-ad24-cb5f091e4967\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"WIN-12-R2-STD\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-02T17:16:39.6237157Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/59c02f1141475e9ea7fc0302ac260a33053afd50363a8f4c044d42d048d1d669\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'WIN-12-R2-STD' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'WIN-12-R2-STD'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-02T17:16:39.6237157Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091883574859319902_0b106ec6-9aa9-4ff6-87a7-48c32095c758\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091883574859319902_0b106ec6-9aa9-4ff6-87a7-48c32095c758\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"mtcs1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-02T17:16:39.5455905Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2d3529c1470bf4b1d5a44818ecda43255653b1d29b44c43f7d55af0c12fcba9f\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'mtcs1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'mtcs1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-02T17:16:39.5455905Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091883593380390648_589ba4d1-9936-4936-aab6-4424b815b0f9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091883593380390648_589ba4d1-9936-4936-aab6-4424b815b0f9\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"srpatnan-0420-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-02T16:45:47.4385159Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/93ffdabf9e3a34db6f8e32d0ff64f44ce6b258cec343b03accb9c12440a7e555\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'srpatnan-0420-1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'srpatnan-0420-1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-02T16:45:47.4385159Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091883630090586537_18519590-c695-4020-83d7-926b2258e553\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091883630090586537_18519590-c695-4020-83d7-926b2258e553\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"srpatnan-0420-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-02T15:44:36.418927Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/f5c7fca6c43d701dd491434086acc68fffae64e51cedd1c55771d0446da26b30\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'srpatnan-0420-1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'srpatnan-0420-1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-02T15:44:36.418927Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091883758773368410_ca067396-7da7-4e46-97a9-ce82deb128e5\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091883758773368410_ca067396-7da7-4e46-97a9-ce82deb128e5\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinFBMT\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-02T12:10:08.1407397Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'ScaleWinFBMT' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'ScaleWinFBMT'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-02T12:10:08.1407397Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091883813945019603_7f5296f1-56f9-4f58-a64b-9a7fb18c1c27\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091883813945019603_7f5296f1-56f9-4f58-a64b-9a7fb18c1c27\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"W2K16CS\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-02T10:38:10.9756204Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/1de22f5d9be97ae5505002dab3012da288efd1b372011a8db9d999062193f536\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'W2K16CS' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'W2K16CS'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-02T10:38:10.9756204Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091883823128309534_64731626-4117-441f-a0b4-780a2e791dce\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091883823128309534_64731626-4117-441f-a0b4-780a2e791dce\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"PRGOYAL-TEST3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-02T10:22:52.6466273Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'PRGOYAL-TEST3' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'PRGOYAL-TEST3'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-02T10:22:52.6466273Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091883887527892826_b924f897-be94-45e9-884c-b4b1e647b88c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091883887527892826_b924f897-be94-45e9-884c-b4b1e647b88c\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"V2A-w2K12-660\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-02T08:35:32.6882981Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/dd6df794a2b47a130e0c2e877e169e2dd3a6fab28a35c4ac8f2299f62b67bf42\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'V2A-w2K12-660' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'V2A-w2K12-660'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-02T08:35:32.6882981Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884356552815694_d388dd61-6e97-4d0b-9313-d35f8bd8a09d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884356552815694_d388dd61-6e97-4d0b-9313-d35f8bd8a09d\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-rhel2\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T19:33:50.1960113Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/594c9cfc81513571d8d125c9733c764bf3cf71a97244409995cd251498cba141\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"prgoyal-test19\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78025\",\r\n \"errorMessage\": \"No retention window is available for '/dev/sda' disks on the master target server.\",\r\n \"possibleCauses\": \"\\n 1. Resynchronization (or initial replication) may not have completed.\\n 2. Source machine system time might have changed to an earlier time.\\n \",\r\n \"recommendedAction\": \"If the disk is resynchronizing, please wait for it to reach the Ok replication status for the recovery window information to be updated.\",\r\n \"creationTimeUtc\": \"2017-09-01T19:33:50.1960113Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884356552972111_620f6b56-6ea1-43df-9509-2cb66a9406d6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884356552972111_620f6b56-6ea1-43df-9509-2cb66a9406d6\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0008\",\r\n \"description\": \"Retention window unavailable.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-rhel2\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T19:33:50.1803696Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/594c9cfc81513571d8d125c9733c764bf3cf71a97244409995cd251498cba141\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"prgoyal-test19\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78025\",\r\n \"errorMessage\": \"No retention window is available for '/dev/sda' disks on the master target server.\",\r\n \"possibleCauses\": \"\\n 1. Resynchronization (or initial replication) may not have completed.\\n 2. Source machine system time might have changed to an earlier time.\\n \",\r\n \"recommendedAction\": \"If the disk is resynchronizing, please wait for it to reach the Ok replication status for the recovery window information to be updated.\",\r\n \"creationTimeUtc\": \"2017-09-01T19:33:50.1803696Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091884440810789903_59682d54-4495-4488-9af5-f76219fd1183\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091884440810789903_59682d54-4495-4488-9af5-f76219fd1183\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"Madhavi-Cs-Roll\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T17:13:24.3985904Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ece29fa7282e1c0c63235fbe876d2100400174eef946339a6b67a2e5a11ae22b\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'Madhavi-Cs-Roll' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'Madhavi-Cs-Roll'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T17:13:24.3985904Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091884440811415060_436dac22-cb47-48c2-aa9d-6ce0c0289bf4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091884440811415060_436dac22-cb47-48c2-aa9d-6ce0c0289bf4\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"WIN-12-R2-STD\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T17:13:24.3360747Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/59c02f1141475e9ea7fc0302ac260a33053afd50363a8f4c044d42d048d1d669\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'WIN-12-R2-STD' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'WIN-12-R2-STD'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T17:13:24.3360747Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091884440812196856_ac542d81-3179-425a-9408-e7b55a5e6631\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091884440812196856_ac542d81-3179-425a-9408-e7b55a5e6631\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"mtcs1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T17:13:24.2578951Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2d3529c1470bf4b1d5a44818ecda43255653b1d29b44c43f7d55af0c12fcba9f\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'mtcs1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'mtcs1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T17:13:24.2578951Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091884459349945439_255780e0-bc29-4a29-8da0-0407466830eb\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091884459349945439_255780e0-bc29-4a29-8da0-0407466830eb\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"srpatnan-0420-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T16:42:30.4830368Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/93ffdabf9e3a34db6f8e32d0ff64f44ce6b258cec343b03accb9c12440a7e555\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'srpatnan-0420-1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'srpatnan-0420-1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T16:42:30.4830368Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091884496228896437_b48b9b71-ee62-493e-9139-a89baa19681b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091884496228896437_b48b9b71-ee62-493e-9139-a89baa19681b\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"srpatnan-0420-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T15:41:02.587937Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/f5c7fca6c43d701dd491434086acc68fffae64e51cedd1c55771d0446da26b30\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'srpatnan-0420-1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'srpatnan-0420-1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T15:41:02.587937Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540221154636_d8d47886-8533-4a68-a7cc-08705609b6a2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540221154636_d8d47886-8533-4a68-a7cc-08705609b6a2\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc07\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:43.3621171Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc07' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:43.3621171Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540225529956_474f77fd-8e4f-4202-a3ab-4f90a122b0fb\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540225529956_474f77fd-8e4f-4202-a3ab-4f90a122b0fb\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc06\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:42.9245851Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc06' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:42.9245851Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540229753811_16223d30-acb5-4622-a228-478d0db1b4f5\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540229753811_16223d30-acb5-4622-a228-478d0db1b4f5\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc19\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:42.5021996Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc19' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:42.5021996Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540230066138_133fbba5-496e-4b72-a57d-0f86f6a65d33\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540230066138_133fbba5-496e-4b72-a57d-0f86f6a65d33\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00021\",\r\n \"description\": \"No communication from the mobility service.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc19\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:42.4709669Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78172\",\r\n \"errorMessage\": \"No heartbeat received from the mobility service on the source machine 'ScaleWinSrc19' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the source machine or there is no network connectivity from the source machine to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The \\\"InMage Scout VX Agent - Sentinel/Outpost\\\" service is running on the source machine\\n 2) The source machine has network connectivity to the configuration server on the configuration server tcp port 443.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:42.4709669Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540234285273_2ea3760c-4d67-4994-a333-4535ed7e6b45\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540234285273_2ea3760c-4d67-4994-a333-4535ed7e6b45\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc11\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:42.0490534Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc11' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:42.0490534Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540234441781_10d3f05c-e38c-493c-b378-ad8fa6a44ff5\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540234441781_10d3f05c-e38c-493c-b378-ad8fa6a44ff5\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc11\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:42.0334026Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc11' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:42.0334026Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540238504215_0488b116-7ee1-4993-95f8-0e631f62bb4c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540238504215_0488b116-7ee1-4993-95f8-0e631f62bb4c\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc23\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:41.6271592Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc23' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:41.6271592Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540238660150_8104bcf1-d5f7-4505-abb6-b33c5b6ae74d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540238660150_8104bcf1-d5f7-4505-abb6-b33c5b6ae74d\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc23\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:41.6115657Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc23' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:41.6115657Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540242566478_9206385c-ae44-4901-929d-7e14288ebfc6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540242566478_9206385c-ae44-4901-929d-7e14288ebfc6\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc22\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:41.2209329Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc22' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:41.2209329Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540242722846_90509d9b-4007-45f9-872b-7d0279d39449\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540242722846_90509d9b-4007-45f9-872b-7d0279d39449\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc22\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:41.2052961Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc22' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:41.2052961Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540246472978_5b180f68-f839-4e20-9fa9-22dd461f19b5\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540246472978_5b180f68-f839-4e20-9fa9-22dd461f19b5\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc17\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:40.8302829Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc17' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:40.8302829Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540246629212_f5a831a7-9522-42f4-91a5-c64fa464e1bc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540246629212_f5a831a7-9522-42f4-91a5-c64fa464e1bc\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc17\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:40.8146595Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc17' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:40.8146595Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540250067007_7ea56a3b-1fc0-4782-aec3-16426eb74e46\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540250067007_7ea56a3b-1fc0-4782-aec3-16426eb74e46\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc15\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:40.47088Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc15' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:40.47088Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540250223407_afba03a6-511a-4d56-bf60-87d1d560ff53\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540250223407_afba03a6-511a-4d56-bf60-87d1d560ff53\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc15\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:40.45524Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc15' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:40.45524Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540254754974_24a4a051-f2f3-443c-875e-193c36ae39de\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540254754974_24a4a051-f2f3-443c-875e-193c36ae39de\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc14\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:40.0020833Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc14' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:40.0020833Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540254911291_3f8c079a-4042-49c2-b19b-55bf7134ddfb\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540254911291_3f8c079a-4042-49c2-b19b-55bf7134ddfb\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc14\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:39.9864516Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc14' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:39.9864516Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540259305551_b87f0164-384a-47e6-b49f-0d7f8b87983b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540259305551_b87f0164-384a-47e6-b49f-0d7f8b87983b\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc12\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:39.5470256Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc12' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:39.5470256Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540259458608_226bf992-8f42-499c-a034-0110fae7377d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540259458608_226bf992-8f42-499c-a034-0110fae7377d\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc12\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:39.5317199Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc12' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:39.5317199Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540263680922_44a954da-6ab9-412a-865d-9268cde9f18b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540263680922_44a954da-6ab9-412a-865d-9268cde9f18b\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc05\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:39.1094885Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc05' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:39.1094885Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884540263836953_c89181de-4652-458a-beb3-1fb269b22cb6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884540263836953_c89181de-4652-458a-beb3-1fb269b22cb6\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc05\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:39.0938854Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc05' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:39.0938854Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091884540381424972_03135dab-8d19-4081-a770-75b83cfcfe54\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091884540381424972_03135dab-8d19-4081-a770-75b83cfcfe54\",\r\n \"properties\": {\r\n \"eventCode\": \"SrsServerHealthChanged\",\r\n \"description\": \"Server health is in Critical state.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc03\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:27.3350835Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"809\",\r\n \"errorMessage\": \"Master target application service heartbeat is missing.\",\r\n \"possibleCauses\": \"The application service is not running.\",\r\n \"recommendedAction\": \"Check and restart the application service heartbeat.\",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:27.3350835Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091884540381737691_0bf79fe7-14a3-45b6-9b80-139627c9b5f2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091884540381737691_0bf79fe7-14a3-45b6-9b80-139627c9b5f2\",\r\n \"properties\": {\r\n \"eventCode\": \"MasterTargetApplicationServiceHeartbeat\",\r\n \"description\": \"Master target application service heartbeat is missing.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc03\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T14:27:27.3038116Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"809\",\r\n \"errorMessage\": \"Master target application service heartbeat is missing.\",\r\n \"possibleCauses\": \"The application service is not running.\",\r\n \"recommendedAction\": \"Check and restart the application service heartbeat.\",\r\n \"creationTimeUtc\": \"2017-09-01T14:27:27.3038116Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579947351689_23cb2b57-20d4-4b6c-95a4-5614c21e0c87\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579947351689_23cb2b57-20d4-4b6c-95a4-5614c21e0c87\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc07\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:30.7424118Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc07' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:30.7424118Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579951101852_84298487-9c7e-4535-badc-a75bf44773aa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579951101852_84298487-9c7e-4535-badc-a75bf44773aa\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc06\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:30.3673955Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc06' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:30.3673955Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579954852030_be9a54e2-8fb8-471c-869b-e72d6770a67f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579954852030_be9a54e2-8fb8-471c-869b-e72d6770a67f\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc19\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:29.9923777Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc19' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:29.9923777Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579958289491_b6df0b33-3b3e-40bc-86f7-f7c6387d4f3f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579958289491_b6df0b33-3b3e-40bc-86f7-f7c6387d4f3f\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc11\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:29.6486316Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0, Disk1'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:29.6486316Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc11' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:29.6486316Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579958445997_2f9fc0f3-b112-40c9-a959-7529a12d044d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579958445997_2f9fc0f3-b112-40c9-a959-7529a12d044d\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc11\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:29.632981Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc11' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:29.632981Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579961414564_d9ac30cd-f20f-4326-b1a4-5d5d3b4f1c9d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579961414564_d9ac30cd-f20f-4326-b1a4-5d5d3b4f1c9d\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc23\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:29.3361243Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:29.3361243Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc23' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:29.3361243Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579961570843_cb15b2a1-5001-4996-a02b-32c3285caf43\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579961570843_cb15b2a1-5001-4996-a02b-32c3285caf43\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc23\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:29.3204964Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc23' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:29.3204964Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579965008375_ecac52a9-afda-4364-b88e-ca5dab1355f1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579965008375_ecac52a9-afda-4364-b88e-ca5dab1355f1\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc22\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:28.9767432Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0, Disk1'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:28.9767432Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc22' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:28.9767432Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579965164787_f242c078-962f-4919-b2a2-8a363f65da7e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579965164787_f242c078-962f-4919-b2a2-8a363f65da7e\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc22\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:28.961102Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc22' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:28.961102Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579968602146_1f520a22-c311-400a-aeeb-0057bd9091c7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579968602146_1f520a22-c311-400a-aeeb-0057bd9091c7\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc17\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:28.6173661Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0, Disk1'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:28.6173661Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc17' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:28.6173661Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579968758607_c89cbf79-bbce-4d8a-a139-503b2916e735\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579968758607_c89cbf79-bbce-4d8a-a139-503b2916e735\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc17\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:28.60172Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc17' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:28.60172Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579971727034_5cd32bee-6fbb-4664-b0db-584377a61825\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579971727034_5cd32bee-6fbb-4664-b0db-584377a61825\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc15\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:28.3048773Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0, Disk1'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:28.3048773Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc15' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:28.3048773Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579971883624_f4b1d859-fde5-4606-8f66-c77848e3be3d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579971883624_f4b1d859-fde5-4606-8f66-c77848e3be3d\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc15\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:28.2892183Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc15' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:28.2892183Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579975633489_a0a5dc9e-8269-4c71-b669-39e92f39d94d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579975633489_a0a5dc9e-8269-4c71-b669-39e92f39d94d\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc14\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:27.9142318Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0, Disk1'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:27.9142318Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc14' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:27.9142318Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579975789737_a1f19061-c8b2-470b-a5b5-3fbb90e0505a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579975789737_a1f19061-c8b2-470b-a5b5-3fbb90e0505a\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc14\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:27.898607Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc14' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:27.898607Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579978915001_602bc151-be10-466e-aa8c-90578b172d16\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579978915001_602bc151-be10-466e-aa8c-90578b172d16\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc12\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:27.5860806Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0, Disk1'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:27.5860806Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc12' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:27.5860806Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579979071040_2e78b870-d047-46fe-b650-939ace385557\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579979071040_2e78b870-d047-46fe-b650-939ace385557\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc12\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:27.5704767Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc12' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:27.5704767Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579983133574_30f853dd-0661-4e01-aa81-a2b18234c4c4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579983133574_30f853dd-0661-4e01-aa81-a2b18234c4c4\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc05\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:27.1642233Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0, Disk1'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:27.1642233Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc05' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:27.1642233Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884579983602341_155e9f05-b404-4aae-b6d7-bcdea509c590\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884579983602341_155e9f05-b404-4aae-b6d7-bcdea509c590\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc05\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:27.1173466Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc05' or the master target server 'ScaleWinSrc03' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:27.1173466Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091884580122661377_b32101b0-25c2-4e64-b777-b57069422c88\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091884580122661377_b32101b0-25c2-4e64-b777-b57069422c88\",\r\n \"properties\": {\r\n \"eventCode\": \"SrsServerHealthChanged\",\r\n \"description\": \"Server health is in Critical state.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc03\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:13.211443Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"808\",\r\n \"errorMessage\": \"Master target mobility agent service heartbeat is missing.\",\r\n \"possibleCauses\": \"InMageVxAgent is not running.\",\r\n \"recommendedAction\": \"Check and restart the InMageVxAgent service.\",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:13.211443Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091884580123322271_597586ff-4002-4345-b2ef-4f1a42f3a544\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091884580123322271_597586ff-4002-4345-b2ef-4f1a42f3a544\",\r\n \"properties\": {\r\n \"eventCode\": \"MasterTargetMobilityAgentServiceHeartbeat\",\r\n \"description\": \"Master target mobility agent service heartbeat is missing.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc03\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T13:21:13.1453536Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"808\",\r\n \"errorMessage\": \"Master target mobility agent service heartbeat is missing.\",\r\n \"possibleCauses\": \"InMageVxAgent is not running.\",\r\n \"recommendedAction\": \"Check and restart the InMageVxAgent service.\",\r\n \"creationTimeUtc\": \"2017-09-01T13:21:13.1453536Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884619606420910_09597bad-9dd7-4580-9312-513ff8800f68\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884619606420910_09597bad-9dd7-4580-9312-513ff8800f68\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc06\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T12:15:24.8354897Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T12:15:24.8354897Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78173\",\r\n \"errorMessage\": \"No heartbeat received from the app agent on the source machine 'ScaleWinSrc06' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the source machine or there is no network connectivity from the source machine to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The \\\"InMage Scout Application Service\\\" is running on the source machine\\n 2) The source machine has network connectivity to the configuration server on the configuration server tcp port 443.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T12:15:24.8354897Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884619606577005_d3f64266-081e-4f84-8b3d-dce0aed81141\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884619606577005_d3f64266-081e-4f84-8b3d-dce0aed81141\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00022\",\r\n \"description\": \"No communication from the mobility service.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc06\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T12:15:24.8198802Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78173\",\r\n \"errorMessage\": \"No heartbeat received from the app agent on the source machine 'ScaleWinSrc06' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the source machine or there is no network connectivity from the source machine to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The \\\"InMage Scout Application Service\\\" is running on the source machine\\n 2) The source machine has network connectivity to the configuration server on the configuration server tcp port 443.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T12:15:24.8198802Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884619609389639_45bd2a3c-ee39-49cc-a424-dfa9008135d2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884619609389639_45bd2a3c-ee39-49cc-a424-dfa9008135d2\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc19\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T12:15:24.5386168Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0, Disk1'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T12:15:24.5386168Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78174\",\r\n \"errorMessage\": \"No heartbeat received from the mobility service on the source machine 'ScaleWinSrc19' in the last 15 minutes.\",\r\n \"possibleCauses\": \"\\n 1. The mobility service is not running on the source machine\\n 2. There is no network connectivity from the source machine to the configuration server.\\n 3. The source machine is not up\\n 4. The source machine is running a version of the mobility service older than 9.4 and is unable to authenticate with the configuration server\\n \",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The source machine is up and that the mobility service(\\\"InMage Scout VX Agent - Sentinel/Outpost\\\", and \\\"InMage Scout Application Service\\\") is running on the host\\n 2) The source machines has network connectivity to the configuration server on the configuration server tcp port 443.\\n 3) If the mobility service version on the machine is 9.3 or lower, upgrade to the latest version of the mobility service\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T12:15:24.5386168Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884619609545899_f5c3a51c-8d76-43d3-a52a-3db13fc5aa49\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884619609545899_f5c3a51c-8d76-43d3-a52a-3db13fc5aa49\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00023\",\r\n \"description\": \"No communication from the mobility service.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc19\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T12:15:24.5229908Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78174\",\r\n \"errorMessage\": \"No heartbeat received from the mobility service on the source machine 'ScaleWinSrc19' in the last 15 minutes.\",\r\n \"possibleCauses\": \"\\n 1. The mobility service is not running on the source machine\\n 2. There is no network connectivity from the source machine to the configuration server.\\n 3. The source machine is not up\\n 4. The source machine is running a version of the mobility service older than 9.4 and is unable to authenticate with the configuration server\\n \",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The source machine is up and that the mobility service(\\\"InMage Scout VX Agent - Sentinel/Outpost\\\", and \\\"InMage Scout Application Service\\\") is running on the host\\n 2) The source machines has network connectivity to the configuration server on the configuration server tcp port 443.\\n 3) If the mobility service version on the machine is 9.3 or lower, upgrade to the latest version of the mobility service\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T12:15:24.5229908Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091884625363926931_6d14389d-cb46-43e6-8535-4e257fcfb071\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091884625363926931_6d14389d-cb46-43e6-8535-4e257fcfb071\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinFBMT\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T12:05:49.0848876Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'ScaleWinFBMT' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'ScaleWinFBMT'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T12:05:49.0848876Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884629410036025_0670deec-c1e7-460e-96c5-64ef7e829620\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884629410036025_0670deec-c1e7-460e-96c5-64ef7e829620\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc07\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T11:59:04.4739782Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0, Disk1'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T11:59:04.4739782Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78172\",\r\n \"errorMessage\": \"No heartbeat received from the mobility service on the source machine 'ScaleWinSrc07' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the source machine or there is no network connectivity from the source machine to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The \\\"InMage Scout VX Agent - Sentinel/Outpost\\\" service is running on the source machine\\n 2) The source machine has network connectivity to the configuration server on the configuration server tcp port 443.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T11:59:04.4739782Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884629410504607_1cf51864-ab87-4396-8c08-9de2bca65bab\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884629410504607_1cf51864-ab87-4396-8c08-9de2bca65bab\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00021\",\r\n \"description\": \"No communication from the mobility service.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc07\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T11:59:04.42712Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ed8a3ab891c07617692d42795cc5042a71dbd734ff280e509cecd5a23b161a38\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc03\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78172\",\r\n \"errorMessage\": \"No heartbeat received from the mobility service on the source machine 'ScaleWinSrc07' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the source machine or there is no network connectivity from the source machine to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The \\\"InMage Scout VX Agent - Sentinel/Outpost\\\" service is running on the source machine\\n 2) The source machine has network connectivity to the configuration server on the configuration server tcp port 443.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T11:59:04.42712Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884631561114206_69cbcff8-b69d-4df0-b7f3-49c4537469a2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884631561114206_69cbcff8-b69d-4df0-b7f3-49c4537469a2\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T11:55:29.3661601Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks '/dev/sda, /dev/sdb'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T11:55:29.3661601Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78028\",\r\n \"errorMessage\": \"Data upload blocked for the '/dev/sda, /dev/sdb' disk's replication on the source machine.\",\r\n \"possibleCauses\": \"The process server has not received any data from the source machine in the last 30 minutes.\",\r\n \"recommendedAction\": \"Ensure that the network connectivity exists between the source machine and the process server. Check to see if the mobility service (InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the source server.\",\r\n \"creationTimeUtc\": \"2017-09-01T11:55:29.3661601Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78174\",\r\n \"errorMessage\": \"No heartbeat received from the mobility service on the source machine 'GRACE-Lin-3' in the last 15 minutes.\",\r\n \"possibleCauses\": \"\\n 1. The mobility service is not running on the source machine\\n 2. There is no network connectivity from the source machine to the configuration server.\\n 3. The source machine is not up\\n 4. The source machine is running a version of the mobility service older than 9.4 and is unable to authenticate with the configuration server\\n \",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The source machine is up and that the mobility service(\\\"InMage Scout VX Agent - Sentinel/Outpost\\\", and \\\"InMage Scout Application Service\\\") is running on the host\\n 2) The source machines has network connectivity to the configuration server on the configuration server tcp port 443.\\n 3) If the mobility service version on the machine is 9.3 or lower, upgrade to the latest version of the mobility service\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T11:55:29.3661601Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884631561270383_1e7c2b29-4fb1-4cb2-a007-8b3cbbec97da\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884631561270383_1e7c2b29-4fb1-4cb2-a007-8b3cbbec97da\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00023\",\r\n \"description\": \"No communication from the mobility service.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T11:55:29.3505424Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78174\",\r\n \"errorMessage\": \"No heartbeat received from the mobility service on the source machine 'GRACE-Lin-3' in the last 15 minutes.\",\r\n \"possibleCauses\": \"\\n 1. The mobility service is not running on the source machine\\n 2. There is no network connectivity from the source machine to the configuration server.\\n 3. The source machine is not up\\n 4. The source machine is running a version of the mobility service older than 9.4 and is unable to authenticate with the configuration server\\n \",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The source machine is up and that the mobility service(\\\"InMage Scout VX Agent - Sentinel/Outpost\\\", and \\\"InMage Scout Application Service\\\") is running on the host\\n 2) The source machines has network connectivity to the configuration server on the configuration server tcp port 443.\\n 3) If the mobility service version on the machine is 9.3 or lower, upgrade to the latest version of the mobility service\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T11:55:29.3505424Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884631564083017_90110a3b-369b-4201-892f-8b7a5ce12de6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884631564083017_90110a3b-369b-4201-892f-8b7a5ce12de6\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-2\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T11:55:29.069279Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks '/dev/sda, /dev/sdb'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T11:55:29.069279Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78028\",\r\n \"errorMessage\": \"Data upload blocked for the '/dev/sda, /dev/sdb' disk's replication on the source machine.\",\r\n \"possibleCauses\": \"The process server has not received any data from the source machine in the last 30 minutes.\",\r\n \"recommendedAction\": \"Ensure that the network connectivity exists between the source machine and the process server. Check to see if the mobility service (InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the source server.\",\r\n \"creationTimeUtc\": \"2017-09-01T11:55:29.069279Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78174\",\r\n \"errorMessage\": \"No heartbeat received from the mobility service on the source machine 'GRACE-Lin-2' in the last 15 minutes.\",\r\n \"possibleCauses\": \"\\n 1. The mobility service is not running on the source machine\\n 2. There is no network connectivity from the source machine to the configuration server.\\n 3. The source machine is not up\\n 4. The source machine is running a version of the mobility service older than 9.4 and is unable to authenticate with the configuration server\\n \",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The source machine is up and that the mobility service(\\\"InMage Scout VX Agent - Sentinel/Outpost\\\", and \\\"InMage Scout Application Service\\\") is running on the host\\n 2) The source machines has network connectivity to the configuration server on the configuration server tcp port 443.\\n 3) If the mobility service version on the machine is 9.3 or lower, upgrade to the latest version of the mobility service\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T11:55:29.069279Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884631564395612_00096771-93af-4d90-b390-bb614fb2c5ad\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884631564395612_00096771-93af-4d90-b390-bb614fb2c5ad\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00023\",\r\n \"description\": \"No communication from the mobility service.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-2\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T11:55:29.0380195Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78174\",\r\n \"errorMessage\": \"No heartbeat received from the mobility service on the source machine 'GRACE-Lin-2' in the last 15 minutes.\",\r\n \"possibleCauses\": \"\\n 1. The mobility service is not running on the source machine\\n 2. There is no network connectivity from the source machine to the configuration server.\\n 3. The source machine is not up\\n 4. The source machine is running a version of the mobility service older than 9.4 and is unable to authenticate with the configuration server\\n \",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The source machine is up and that the mobility service(\\\"InMage Scout VX Agent - Sentinel/Outpost\\\", and \\\"InMage Scout Application Service\\\") is running on the host\\n 2) The source machines has network connectivity to the configuration server on the configuration server tcp port 443.\\n 3) If the mobility service version on the machine is 9.3 or lower, upgrade to the latest version of the mobility service\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T11:55:29.0380195Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884661286334246_8b2465ba-210d-45f5-8860-62e148dc8e05\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884661286334246_8b2465ba-210d-45f5-8860-62e148dc8e05\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T11:05:56.8441561Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks '/dev/sda, /dev/sdb'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T11:05:56.8441561Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78028\",\r\n \"errorMessage\": \"Data upload blocked for the '/dev/sda, /dev/sdb' disk's replication on the source machine.\",\r\n \"possibleCauses\": \"The process server has not received any data from the source machine in the last 30 minutes.\",\r\n \"recommendedAction\": \"Ensure that the network connectivity exists between the source machine and the process server. Check to see if the mobility service (InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the source server.\",\r\n \"creationTimeUtc\": \"2017-09-01T11:05:56.8441561Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78174\",\r\n \"errorMessage\": \"No heartbeat received from the mobility service on the source machine 'GRACE-Lin-3' in the last 15 minutes.\",\r\n \"possibleCauses\": \"\\n 1. The mobility service is not running on the source machine\\n 2. There is no network connectivity from the source machine to the configuration server.\\n 3. The source machine is not up\\n 4. The source machine is running a version of the mobility service older than 9.4 and is unable to authenticate with the configuration server\\n \",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The source machine is up and that the mobility service(\\\"InMage Scout VX Agent - Sentinel/Outpost\\\", and \\\"InMage Scout Application Service\\\") is running on the host\\n 2) The source machines has network connectivity to the configuration server on the configuration server tcp port 443.\\n 3) If the mobility service version on the machine is 9.3 or lower, upgrade to the latest version of the mobility service\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T11:05:56.8441561Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884661286472851_a49035a1-7756-40c1-ac6f-8b1d49613d32\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884661286472851_a49035a1-7756-40c1-ac6f-8b1d49613d32\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00023\",\r\n \"description\": \"No communication from the mobility service.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T11:05:56.8302956Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78174\",\r\n \"errorMessage\": \"No heartbeat received from the mobility service on the source machine 'GRACE-Lin-3' in the last 15 minutes.\",\r\n \"possibleCauses\": \"\\n 1. The mobility service is not running on the source machine\\n 2. There is no network connectivity from the source machine to the configuration server.\\n 3. The source machine is not up\\n 4. The source machine is running a version of the mobility service older than 9.4 and is unable to authenticate with the configuration server\\n \",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The source machine is up and that the mobility service(\\\"InMage Scout VX Agent - Sentinel/Outpost\\\", and \\\"InMage Scout Application Service\\\") is running on the host\\n 2) The source machines has network connectivity to the configuration server on the configuration server tcp port 443.\\n 3) If the mobility service version on the machine is 9.3 or lower, upgrade to the latest version of the mobility service\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T11:05:56.8302956Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884661290552953_e6e4e640-7c44-4112-8a9c-2cace465553a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884661290552953_e6e4e640-7c44-4112-8a9c-2cace465553a\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-2\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T11:05:56.4222854Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks '/dev/sda, /dev/sdb'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T11:05:56.4222854Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78028\",\r\n \"errorMessage\": \"Data upload blocked for the '/dev/sda, /dev/sdb' disk's replication on the source machine.\",\r\n \"possibleCauses\": \"The process server has not received any data from the source machine in the last 30 minutes.\",\r\n \"recommendedAction\": \"Ensure that the network connectivity exists between the source machine and the process server. Check to see if the mobility service (InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the source server.\",\r\n \"creationTimeUtc\": \"2017-09-01T11:05:56.4222854Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78174\",\r\n \"errorMessage\": \"No heartbeat received from the mobility service on the source machine 'GRACE-Lin-2' in the last 15 minutes.\",\r\n \"possibleCauses\": \"\\n 1. The mobility service is not running on the source machine\\n 2. There is no network connectivity from the source machine to the configuration server.\\n 3. The source machine is not up\\n 4. The source machine is running a version of the mobility service older than 9.4 and is unable to authenticate with the configuration server\\n \",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The source machine is up and that the mobility service(\\\"InMage Scout VX Agent - Sentinel/Outpost\\\", and \\\"InMage Scout Application Service\\\") is running on the host\\n 2) The source machines has network connectivity to the configuration server on the configuration server tcp port 443.\\n 3) If the mobility service version on the machine is 9.3 or lower, upgrade to the latest version of the mobility service\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T11:05:56.4222854Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884661290865847_6523db99-5aa1-414b-b00b-4864c063b2ad\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884661290865847_6523db99-5aa1-414b-b00b-4864c063b2ad\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00023\",\r\n \"description\": \"No communication from the mobility service.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-2\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T11:05:56.390996Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78174\",\r\n \"errorMessage\": \"No heartbeat received from the mobility service on the source machine 'GRACE-Lin-2' in the last 15 minutes.\",\r\n \"possibleCauses\": \"\\n 1. The mobility service is not running on the source machine\\n 2. There is no network connectivity from the source machine to the configuration server.\\n 3. The source machine is not up\\n 4. The source machine is running a version of the mobility service older than 9.4 and is unable to authenticate with the configuration server\\n \",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The source machine is up and that the mobility service(\\\"InMage Scout VX Agent - Sentinel/Outpost\\\", and \\\"InMage Scout Application Service\\\") is running on the host\\n 2) The source machines has network connectivity to the configuration server on the configuration server tcp port 443.\\n 3) If the mobility service version on the machine is 9.3 or lower, upgrade to the latest version of the mobility service\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T11:05:56.390996Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091884680559958598_855b2677-4f3f-4d83-80ad-83c723a732b2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091884680559958598_855b2677-4f3f-4d83-80ad-83c723a732b2\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"W2K16CS\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T10:33:49.4817209Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/1de22f5d9be97ae5505002dab3012da288efd1b372011a8db9d999062193f536\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'W2K16CS' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'W2K16CS'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T10:33:49.4817209Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091884689753975527_b6d9011a-e5b7-4796-9e0f-87ef88761036\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091884689753975527_b6d9011a-e5b7-4796-9e0f-87ef88761036\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"PRGOYAL-TEST3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T10:18:30.080028Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'PRGOYAL-TEST3' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'PRGOYAL-TEST3'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T10:18:30.080028Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091884754246074092_15294144-8f54-4c98-a4c6-6a70d2932c01\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091884754246074092_15294144-8f54-4c98-a4c6-6a70d2932c01\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"V2A-w2K12-660\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T08:31:00.8701715Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/dd6df794a2b47a130e0c2e877e169e2dd3a6fab28a35c4ac8f2299f62b67bf42\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'V2A-w2K12-660' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'V2A-w2K12-660'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-09-01T08:31:00.8701715Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884903171299288_4078a47f-f20b-418b-b335-faf2c9e35193\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884903171299288_4078a47f-f20b-418b-b335-faf2c9e35193\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration of virtual machine is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-u-1404\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T04:22:48.3476519Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/594c9cfc81513571d8d125c9733c764bf3cf71a97244409995cd251498cba141\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"161008\",\r\n \"errorMessage\": \"No connected network interface is configured for the virtual machine 'prgoyal-u-1404'.\",\r\n \"possibleCauses\": \"The source virtual machine doesn't have a network interface or all the network interfaces were deleted.\",\r\n \"recommendedAction\": \"If there is no network interface on the source machine then add one and the go to Compute and Network settings of the virtual machine and configure a network.\",\r\n \"creationTimeUtc\": \"2017-09-01T04:22:48.3476519Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091884903171768091_1c378764-20c7-4ea2-b3d9-f0b2d2268356\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091884903171768091_1c378764-20c7-4ea2-b3d9-f0b2d2268356\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration of virtual machine is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"scaletest1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-09-01T04:22:48.3007716Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/594c9cfc81513571d8d125c9733c764bf3cf71a97244409995cd251498cba141\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"161008\",\r\n \"errorMessage\": \"No connected network interface is configured for the virtual machine 'scaletest1'.\",\r\n \"possibleCauses\": \"The source virtual machine doesn't have a network interface or all the network interfaces were deleted.\",\r\n \"recommendedAction\": \"If there is no network interface on the source machine then add one and the go to Compute and Network settings of the virtual machine and configure a network.\",\r\n \"creationTimeUtc\": \"2017-09-01T04:22:48.3007716Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091885234625195433_94ea5a69-f167-48b7-b062-f9474d191fb6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091885234625195433_94ea5a69-f167-48b7-b062-f9474d191fb6\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-u-1404\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T19:10:22.9580374Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/594c9cfc81513571d8d125c9733c764bf3cf71a97244409995cd251498cba141\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"prgoyal-test19\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78155\",\r\n \"errorMessage\": \"Replication health of prgoyal-u-1404 is critical as the Azure Site Recovery mobility service software has been uninstalled from the machine.\",\r\n \"possibleCauses\": \"Mobility service software on the source machine has been uninstalled.\",\r\n \"recommendedAction\": \"\\n The source machine isn’t being replicated as the mobility service software has been uninstalled, but can be failed over to the latest available recovery point. In order to continue protecting this machine :\\n 1) Disable replication for the machine. After removing the replicating machine from Azure Site Recovery perform step 2.\\n 2) Enable replication for the machine to push install the mobility service software on the machine, or, install the mobility service software on the machine manually, register it to the Configuration server, and enable replication.\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T19:10:22.9580374Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091885234625507718_7ccd6ef5-668f-479e-a1ec-8fe1f68e6dd1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091885234625507718_7ccd6ef5-668f-479e-a1ec-8fe1f68e6dd1\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_MobilityServiceUninstalledFromSource\",\r\n \"description\": \"Mobility service uninstalled.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-u-1404\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T19:10:22.9268089Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/594c9cfc81513571d8d125c9733c764bf3cf71a97244409995cd251498cba141\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"prgoyal-test19\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78155\",\r\n \"errorMessage\": \"Replication health of prgoyal-u-1404 is critical as the Azure Site Recovery mobility service software has been uninstalled from the machine.\",\r\n \"possibleCauses\": \"Mobility service software on the source machine has been uninstalled.\",\r\n \"recommendedAction\": \"\\n The source machine isn’t being replicated as the mobility service software has been uninstalled, but can be failed over to the latest available recovery point. In order to continue protecting this machine :\\n 1) Disable replication for the machine. After removing the replicating machine from Azure Site Recovery perform step 2.\\n 2) Enable replication for the machine to push install the mobility service software on the machine, or, install the mobility service software on the machine manually, register it to the Configuration server, and enable replication.\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T19:10:22.9268089Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091885307565655878_140c2756-afbf-489c-b844-fb7a628e9a4a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091885307565655878_140c2756-afbf-489c-b844-fb7a628e9a4a\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"Madhavi-Cs-Roll\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T17:08:48.9119929Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ece29fa7282e1c0c63235fbe876d2100400174eef946339a6b67a2e5a11ae22b\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'Madhavi-Cs-Roll' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'Madhavi-Cs-Roll'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T17:08:48.9119929Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091885307566281147_8ba91a4c-932e-42e8-854f-501955b668be\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091885307566281147_8ba91a4c-932e-42e8-854f-501955b668be\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"WIN-12-R2-STD\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T17:08:48.849466Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/59c02f1141475e9ea7fc0302ac260a33053afd50363a8f4c044d42d048d1d669\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'WIN-12-R2-STD' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'WIN-12-R2-STD'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T17:08:48.849466Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091885307568312360_5b7cc8ff-065d-4813-b8f8-6e0fd45b8917\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091885307568312360_5b7cc8ff-065d-4813-b8f8-6e0fd45b8917\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"mtcs1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T17:08:48.6463447Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2d3529c1470bf4b1d5a44818ecda43255653b1d29b44c43f7d55af0c12fcba9f\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'mtcs1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'mtcs1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T17:08:48.6463447Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091885326165404018_aff1da29-20be-4e28-b492-d53a3eaf0dfc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091885326165404018_aff1da29-20be-4e28-b492-d53a3eaf0dfc\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"srpatnan-0420-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T16:37:48.9371789Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/93ffdabf9e3a34db6f8e32d0ff64f44ce6b258cec343b03accb9c12440a7e555\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'srpatnan-0420-1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'srpatnan-0420-1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T16:37:48.9371789Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091885345026500826_a3e485f3-0fbd-493c-bd0b-13ddb0656ac7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091885345026500826_a3e485f3-0fbd-493c-bd0b-13ddb0656ac7\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration of virtual machine is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc08\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T16:06:22.8274981Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"161008\",\r\n \"errorMessage\": \"No connected network interface is configured for the virtual machine 'ScaleWinSrc08'.\",\r\n \"possibleCauses\": \"The source virtual machine doesn't have a network interface or all the network interfaces were deleted.\",\r\n \"recommendedAction\": \"If there is no network interface on the source machine then add one and the go to Compute and Network settings of the virtual machine and configure a network.\",\r\n \"creationTimeUtc\": \"2017-08-31T16:06:22.8274981Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091885345026969493_fdcd9adb-2e2e-4f9c-8068-dfb52011debc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091885345026969493_fdcd9adb-2e2e-4f9c-8068-dfb52011debc\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration of virtual machine is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc02\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T16:06:22.7806314Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"161008\",\r\n \"errorMessage\": \"No connected network interface is configured for the virtual machine 'ScaleWinSrc02'.\",\r\n \"possibleCauses\": \"The source virtual machine doesn't have a network interface or all the network interfaces were deleted.\",\r\n \"recommendedAction\": \"If there is no network interface on the source machine then add one and the go to Compute and Network settings of the virtual machine and configure a network.\",\r\n \"creationTimeUtc\": \"2017-08-31T16:06:22.7806314Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091885362920623627_0685acf2-3470-463d-8b57-582f419ecdba\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091885362920623627_0685acf2-3470-463d-8b57-582f419ecdba\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"srpatnan-0420-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T15:36:33.415218Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/f5c7fca6c43d701dd491434086acc68fffae64e51cedd1c55771d0446da26b30\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'srpatnan-0420-1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'srpatnan-0420-1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T15:36:33.415218Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091885491863977108_80c09bd5-0019-45b5-ab5b-a0f5f425ce1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091885491863977108_80c09bd5-0019-45b5-ab5b-a0f5f425ce1a\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinFBMT\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T12:01:39.0798699Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'ScaleWinFBMT' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'ScaleWinFBMT'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T12:01:39.0798699Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091885501064719610_0fd1d144-ecc4-4a43-900c-19a5a90828a0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091885501064719610_0fd1d144-ecc4-4a43-900c-19a5a90828a0\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"PRGOYAL-TEST19\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T11:46:19.0056197Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'PRGOYAL-TEST19' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'PRGOYAL-TEST19'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T11:46:19.0056197Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091885547037298286_c3cd504d-23b0-409a-9678-09cb7c19155b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091885547037298286_c3cd504d-23b0-409a-9678-09cb7c19155b\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"W2K16CS\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T10:29:41.7477521Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/1de22f5d9be97ae5505002dab3012da288efd1b372011a8db9d999062193f536\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'W2K16CS' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'W2K16CS'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T10:29:41.7477521Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091885620676817443_e4f7c6a8-04c3-4635-a59f-ecad00d192fd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091885620676817443_e4f7c6a8-04c3-4635-a59f-ecad00d192fd\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"V2A-w2K12-660\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T08:26:57.7958364Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/dd6df794a2b47a130e0c2e877e169e2dd3a6fab28a35c4ac8f2299f62b67bf42\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'V2A-w2K12-660' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'V2A-w2K12-660'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T08:26:57.7958364Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091885664505958554_7edb6a10-371a-4fac-b375-b1e96f729f6b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091885664505958554_7edb6a10-371a-4fac-b375-b1e96f729f6b\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc02\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T07:13:54.8817253Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc01\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc02 (10.150.209.239) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T07:13:54.8817253Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091885664506270745_2602ab0d-8e14-4313-99f4-e66ae464733c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091885664506270745_2602ab0d-8e14-4313-99f4-e66ae464733c\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc02\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T07:13:54.8505062Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc01\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc02 (10.150.209.239) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T07:13:54.8505062Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091885743754457917_c0825e0b-4530-4d9d-a487-b5f6652775b1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091885743754457917_c0825e0b-4530-4d9d-a487-b5f6652775b1\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc02\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T05:01:50.031789Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc01\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc02 (10.150.209.239) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T05:01:50.031789Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091885743754614171_890ca96b-30d7-4c90-a27c-03b2aacbbfc7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091885743754614171_890ca96b-30d7-4c90-a27c-03b2aacbbfc7\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc02\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T05:01:50.0161636Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc01\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc02 (10.150.209.239) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T05:01:50.0161636Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091885803842176126_0b3f5606-349a-4fe9-ace6-8b53d4280880\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091885803842176126_0b3f5606-349a-4fe9-ace6-8b53d4280880\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"nichougu-a1win\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T03:21:41.2599681Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/asr-a2a-default-eastasia\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"A2A\",\r\n \"protectedItemName\": \"751947bb-58ec-4a70-ab07-111b43f9a069\",\r\n \"fabricObjectId\": \"/subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourcegroups/nichougu-ibizav2atest-rg/providers/microsoft.compute/virtualmachines/nichougu-a1win\",\r\n \"fabricName\": \"asr-a2a-default-eastasia\",\r\n \"fabricLocation\": \"eastasia\",\r\n \"remoteFabricName\": \"asr-a2a-default-southeastasia\",\r\n \"remoteFabricLocation\": \"southeastasia\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"153009\",\r\n \"errorMessage\": \"Resynchronization required for disk(s) 'nichougu-a1win, nichougu-a1win-20170803-172951, nichougu-a1win-20170803-173357'.\",\r\n \"possibleCauses\": \"The machine might have not have been shut down properly. After restart, one or more disks required resynchronization.\",\r\n \"recommendedAction\": \"Resynchronize the replicated item in the Azure portal. If the issue persists, contact support.\",\r\n \"creationTimeUtc\": \"2017-08-31T03:21:41.2599681Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"153007\",\r\n \"errorMessage\": \"No crash consistent recovery point available for the VM in the last 60 minutes.\",\r\n \"possibleCauses\": \"Replication is delayed due to network connectivity issues or low bandwidth availability between source machine and the cache storage account.\",\r\n \"recommendedAction\": \"\\n 1. If you are using firewall proxy to control outbound network connectivity on the VM, ensure you allow communication to the prerequisite URLs or datacenter IP ranges. Refer to https://aka.ms/a2a-firewall-proxy-guidance\\n 2. If you are using Azure Network security group (NSG) rules to control outbound network connectivity on the VM, ensure you allow communication to the prerequisite URLs or datacenter IP ranges. Refer to https://aka.ms/a2a-nsg-guidance\\n 3. Ensure that sufficient network bandwidth is available for replicating data from source virtual machine to the cache storage account.\\n\\n If the issue is not resolved, contact support.\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T03:21:41.2599681Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091885858513866737_333aa1f4-e75f-4cda-bb12-44d51c6419e0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091885858513866737_333aa1f4-e75f-4cda-bb12-44d51c6419e0\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"win-4003\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T01:50:34.090907Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T01:50:34.090907Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091885858514023250_bb2f3a1c-52a5-4038-aca8-f2e488df7d02\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091885858514023250_bb2f3a1c-52a5-4038-aca8-f2e488df7d02\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0007\",\r\n \"description\": \"RPO threshold exceeded.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"win-4003\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T01:50:34.0752557Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T01:50:34.0752557Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091885866430756784_8bc33117-2728-4f11-a2c4-4db9ca0d1b0c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091885866430756784_8bc33117-2728-4f11-a2c4-4db9ca0d1b0c\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"win-4002\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T01:37:22.4019023Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T01:37:22.4019023Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091885866430913259_04c9817a-b4b3-4402-be2c-ae56398d02d0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091885866430913259_04c9817a-b4b3-4402-be2c-ae56398d02d0\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0007\",\r\n \"description\": \"RPO threshold exceeded.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"win-4002\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-31T01:37:22.3862548Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-31T01:37:22.3862548Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886027628113792_615f623e-a443-4e5a-a585-668a9ef286d4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886027628113792_615f623e-a443-4e5a-a585-668a9ef286d4\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"NS-WIN-SRC3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T21:08:42.6662015Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T21:08:42.6662015Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886027628270219_a1bb88f8-1212-497d-82ea-4638814061b1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886027628270219_a1bb88f8-1212-497d-82ea-4638814061b1\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0007\",\r\n \"description\": \"RPO threshold exceeded.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"NS-WIN-SRC3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T21:08:42.6505588Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T21:08:42.6505588Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886088313540590_698945db-c261-40d5-afd3-5afe7c24fe89\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886088313540590_698945db-c261-40d5-afd3-5afe7c24fe89\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"NS-WIN-SRC3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T19:27:34.1235217Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T19:27:34.1235217Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886088313838366_4909b3fb-3aae-42ff-b51e-340cf4e1ba9a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886088313838366_4909b3fb-3aae-42ff-b51e-340cf4e1ba9a\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0007\",\r\n \"description\": \"RPO threshold exceeded.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"NS-WIN-SRC3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T19:27:34.0937441Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T19:27:34.0937441Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886175299338990_db4ec576-3534-48e9-a1c5-58fc6148c94a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886175299338990_db4ec576-3534-48e9-a1c5-58fc6148c94a\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"Madhavi-Cs-Roll\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T17:02:35.5436817Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ece29fa7282e1c0c63235fbe876d2100400174eef946339a6b67a2e5a11ae22b\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'Madhavi-Cs-Roll' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'Madhavi-Cs-Roll'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T17:02:35.5436817Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886175300433076_b49a804e-ab3d-4f19-97b3-25a84699d8ea\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886175300433076_b49a804e-ab3d-4f19-97b3-25a84699d8ea\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"WIN-12-R2-STD\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T17:02:35.4342731Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/59c02f1141475e9ea7fc0302ac260a33053afd50363a8f4c044d42d048d1d669\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'WIN-12-R2-STD' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'WIN-12-R2-STD'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T17:02:35.4342731Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886175301995641_fd49d097-f625-40db-840d-9c451aa93140\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886175301995641_fd49d097-f625-40db-840d-9c451aa93140\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"mtcs1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T17:02:35.2780166Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2d3529c1470bf4b1d5a44818ecda43255653b1d29b44c43f7d55af0c12fcba9f\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'mtcs1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'mtcs1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T17:02:35.2780166Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886194245198933_07625ecb-954a-4db6-8635-a7fc5e6ef7e8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886194245198933_07625ecb-954a-4db6-8635-a7fc5e6ef7e8\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"srpatnan-0420-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T16:31:00.9576874Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/93ffdabf9e3a34db6f8e32d0ff64f44ce6b258cec343b03accb9c12440a7e555\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'srpatnan-0420-1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'srpatnan-0420-1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T16:31:00.9576874Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886228620045732_5401fbd0-a137-4b19-bc06-fde9caf6720f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886228620045732_5401fbd0-a137-4b19-bc06-fde9caf6720f\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"NS-WIN-SRC3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T15:33:43.4730075Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T15:33:43.4730075Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886228620201740_fd7d9cb2-3e69-479c-8398-2b2c992a104b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886228620201740_fd7d9cb2-3e69-479c-8398-2b2c992a104b\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0007\",\r\n \"description\": \"RPO threshold exceeded.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"NS-WIN-SRC3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T15:33:43.4574067Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T15:33:43.4574067Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886231473588816_093c195b-be41-4372-8e3f-bd6f521bf344\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886231473588816_093c195b-be41-4372-8e3f-bd6f521bf344\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"srpatnan-0420-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T15:28:58.1186991Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/f5c7fca6c43d701dd491434086acc68fffae64e51cedd1c55771d0446da26b30\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'srpatnan-0420-1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'srpatnan-0420-1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T15:28:58.1186991Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886288510020403_d6affaae-6273-4c72-98e1-3b7f79433d1a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886288510020403_d6affaae-6273-4c72-98e1-3b7f79433d1a\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"win-4002\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T13:53:54.4755404Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78155\",\r\n \"errorMessage\": \"Replication health of win-4002 is critical as the Azure Site Recovery mobility service software has been uninstalled from the machine.\",\r\n \"possibleCauses\": \"Mobility service software on the source machine has been uninstalled.\",\r\n \"recommendedAction\": \"\\n The source machine isn’t being replicated as the mobility service software has been uninstalled, but can be failed over to the latest available recovery point. In order to continue protecting this machine :\\n 1) Disable replication for the machine. After removing the replicating machine from Azure Site Recovery perform step 2.\\n 2) Enable replication for the machine to push install the mobility service software on the machine, or, install the mobility service software on the machine manually, register it to the Configuration server, and enable replication.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T13:53:54.4755404Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886288510176083_0d8b4ca4-806b-4fa5-81e6-8af8f93a7b6a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886288510176083_0d8b4ca4-806b-4fa5-81e6-8af8f93a7b6a\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_MobilityServiceUninstalledFromSource\",\r\n \"description\": \"Mobility service uninstalled.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"win-4002\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T13:53:54.4599724Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78155\",\r\n \"errorMessage\": \"Replication health of win-4002 is critical as the Azure Site Recovery mobility service software has been uninstalled from the machine.\",\r\n \"possibleCauses\": \"Mobility service software on the source machine has been uninstalled.\",\r\n \"recommendedAction\": \"\\n The source machine isn’t being replicated as the mobility service software has been uninstalled, but can be failed over to the latest available recovery point. In order to continue protecting this machine :\\n 1) Disable replication for the machine. After removing the replicating machine from Azure Site Recovery perform step 2.\\n 2) Enable replication for the machine to push install the mobility service software on the machine, or, install the mobility service software on the machine manually, register it to the Configuration server, and enable replication.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T13:53:54.4599724Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886346630271275_640690b5-7369-40fb-8267-86365e71f6ab\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886346630271275_640690b5-7369-40fb-8267-86365e71f6ab\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0007\",\r\n \"description\": \"RPO threshold exceeded.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-V2A-WIN-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T12:17:02.4504532Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk1'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T12:17:02.4504532Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886348502422824_41d686b2-defe-4205-a562-9a9b9bbcd028\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886348502422824_41d686b2-defe-4205-a562-9a9b9bbcd028\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"win-4001\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T12:13:55.2352983Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T12:13:55.2352983Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886348502579129_f6baf13c-a074-453a-b40a-d41a57e77f60\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886348502579129_f6baf13c-a074-453a-b40a-d41a57e77f60\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0007\",\r\n \"description\": \"RPO threshold exceeded.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"win-4001\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T12:13:55.2196678Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T12:13:55.2196678Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886356597595178_b80be19e-1b10-4f57-a098-97b452de4f3a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886356597595178_b80be19e-1b10-4f57-a098-97b452de4f3a\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-V2A-WIN-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T12:00:25.7180629Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-V2A-WIN-1 (10.150.2.255) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T12:00:25.7180629Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886356597751083_f2e031c9-b3f7-45b1-93e9-28e7c566fa28\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886356597751083_f2e031c9-b3f7-45b1-93e9-28e7c566fa28\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-V2A-WIN-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T12:00:25.7024724Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-V2A-WIN-1 (10.150.2.255) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T12:00:25.7024724Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886360828672927_b74e013b-60bb-47e9-ac51-13affbb7770a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886360828672927_b74e013b-60bb-47e9-ac51-13affbb7770a\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc02\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T11:53:22.610288Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc01\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc02 (10.150.209.239) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T11:53:22.610288Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886360829007949_fa5d8e51-bfc8-4e88-9bab-4c79df7fbe96\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886360829007949_fa5d8e51-bfc8-4e88-9bab-4c79df7fbe96\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc02\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T11:53:22.5767858Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc01\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc02 (10.150.209.239) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T11:53:22.5767858Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886361392503215_8c0b7b9b-28c0-4b69-ba74-6c3b5af48a39\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886361392503215_8c0b7b9b-28c0-4b69-ba74-6c3b5af48a39\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinFBMT\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T11:52:26.2272592Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'ScaleWinFBMT' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'ScaleWinFBMT'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T11:52:26.2272592Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886368389287377_489c15cf-040d-415b-aa6f-6684dffb55f9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886368389287377_489c15cf-040d-415b-aa6f-6684dffb55f9\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"win-4001\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T11:40:46.548843Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T11:40:46.548843Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886368389788925_8db2f09b-e47c-4a23-a817-d81ff58fd0b3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886368389788925_8db2f09b-e47c-4a23-a817-d81ff58fd0b3\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0007\",\r\n \"description\": \"RPO threshold exceeded.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"win-4001\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T11:40:46.4986882Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T11:40:46.4986882Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886370618669815_0a218ce1-98fe-4d7a-a4e5-d32ea86ac72a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886370618669815_0a218ce1-98fe-4d7a-a4e5-d32ea86ac72a\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"PRGOYAL-TEST19\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T11:37:03.6105992Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'PRGOYAL-TEST19' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'PRGOYAL-TEST19'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T11:37:03.6105992Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886384551668162_957a9b48-cbb3-4c32-8602-af0d0bdc0a9b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886384551668162_957a9b48-cbb3-4c32-8602-af0d0bdc0a9b\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T11:13:50.3107645Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-Lin-3 (10.150.2.254) (/dev/sda, /dev/sdb) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T11:13:50.3107645Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886384552018086_3fb3aebd-e4e3-4298-9805-1e14b11516de\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886384552018086_3fb3aebd-e4e3-4298-9805-1e14b11516de\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T11:13:50.2757721Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-Lin-3 (10.150.2.254) (/dev/sda, /dev/sdb) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T11:13:50.2757721Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886417271947453_a326890b-d7df-4fb9-8957-0d10ecc12bb8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886417271947453_a326890b-d7df-4fb9-8957-0d10ecc12bb8\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"W2K16CS\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T10:19:18.2828354Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/1de22f5d9be97ae5505002dab3012da288efd1b372011a8db9d999062193f536\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'W2K16CS' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'W2K16CS'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T10:19:18.2828354Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886452964775807_89d41666-d41e-43dc-9b85-1a64eda9947d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886452964775807_89d41666-d41e-43dc-9b85-1a64eda9947d\",\r\n \"properties\": {\r\n \"eventCode\": \"EC0109\",\r\n \"description\": \"No communication from the process server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"w2k16cs\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T09:19:49Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/1de22f5d9be97ae5505002dab3012da288efd1b372011a8db9d999062193f536\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": \"PS health\",\r\n \"category\": \"Agent Not Responding\",\r\n \"component\": \"PS\",\r\n \"correctiveAction\": \"Check the network connectivity between CS and the PS server. Boot the PS server if it is shutdown. Ensure that the managed service is running on the PS server. Contact support if issue persists.\",\r\n \"details\": \"No communication from Process Server on w2k16cs since more than 900 seconds.\",\r\n \"summary\": \"Process Server Down: w2k16cs\",\r\n \"siteName\": \"W2K16CS\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90008\",\r\n \"errorMessage\": \"The process server on w2k16cs hasn't communicated for more than 900 seconds.\",\r\n \"possibleCauses\": \"No communication received from the process server.\",\r\n \"recommendedAction\": \"\\n No communication received from the process server\\n 1. Ensure that the process server is running and has network connectivity to the configuration server.\\n 2. Ensure that the following services are running on the process server: cxprocessserver, tmansvc, InMage PushInstall.\\n 3. Replication and replication monitoring for machines replicating through this process server may be impacted. If replication for machines is not progressing move replication to a different process server using the switch or loadbalance option from the Azure portal (Site Recovery infrastructure > Configuration Servers > Configuration Server > Process Server).\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T09:19:49Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886463457468357_27e68129-051b-40c3-9eef-601dd401fed0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886463457468357_27e68129-051b-40c3-9eef-601dd401fed0\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"W2K16CS\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T09:02:19.730745Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/1de22f5d9be97ae5505002dab3012da288efd1b372011a8db9d999062193f536\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'W2K16CS' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'W2K16CS'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T09:02:19.730745Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886463809436076_80e85144-e54e-4770-a08b-d1cb927298d7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886463809436076_80e85144-e54e-4770-a08b-d1cb927298d7\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T09:01:44.5339731Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-Lin-3 (10.150.2.254) (/dev/sda, /dev/sdb) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T09:01:44.5339731Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886463809592487_e476f958-a81d-4ed8-ac9d-b7262900ed29\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886463809592487_e476f958-a81d-4ed8-ac9d-b7262900ed29\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T09:01:44.518332Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-Lin-3 (10.150.2.254) (/dev/sda, /dev/sdb) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T09:01:44.518332Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886479726917522_1fa5e0d5-55bb-4917-a3a4-3721d213c887\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886479726917522_1fa5e0d5-55bb-4917-a3a4-3721d213c887\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc02\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T08:35:12.7858285Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc01\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc02 (10.150.209.239) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T08:35:12.7858285Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886491213273571_84b17fcd-edad-47c8-b82f-dd500bdc5dc7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886491213273571_84b17fcd-edad-47c8-b82f-dd500bdc5dc7\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"V2A-w2K12-660\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T08:16:04.1502236Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/dd6df794a2b47a130e0c2e877e169e2dd3a6fab28a35c4ac8f2299f62b67bf42\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'V2A-w2K12-660' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'V2A-w2K12-660'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T08:16:04.1502236Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886499530348031_0930e0cd-9217-4421-ba4b-6e1d02db2f08\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886499530348031_0930e0cd-9217-4421-ba4b-6e1d02db2f08\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc02\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T08:02:12.4427776Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc01\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'ScaleWinSrc02' or the master target server 'ScaleWinSrc01' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T08:02:12.4427776Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886499609105889_6d95838c-aa93-4616-9dc7-b12db5f741ee\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886499609105889_6d95838c-aa93-4616-9dc7-b12db5f741ee\",\r\n \"properties\": {\r\n \"eventCode\": \"SrsServerHealthChanged\",\r\n \"description\": \"Server health is in Critical state.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc01\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T08:02:04.5669918Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"808\",\r\n \"errorMessage\": \"Master target mobility agent service heartbeat is missing.\",\r\n \"possibleCauses\": \"InMageVxAgent is not running.\",\r\n \"recommendedAction\": \"Check and restart the InMageVxAgent service.\",\r\n \"creationTimeUtc\": \"2017-08-30T08:02:04.5669918Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886499609262097_b2af74c5-b29e-418f-a55a-fb8f7fc75ee8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886499609262097_b2af74c5-b29e-418f-a55a-fb8f7fc75ee8\",\r\n \"properties\": {\r\n \"eventCode\": \"MasterTargetMobilityAgentServiceHeartbeat\",\r\n \"description\": \"Master target mobility agent service heartbeat is missing.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc01\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T08:02:04.551371Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"808\",\r\n \"errorMessage\": \"Master target mobility agent service heartbeat is missing.\",\r\n \"possibleCauses\": \"InMageVxAgent is not running.\",\r\n \"recommendedAction\": \"Check and restart the InMageVxAgent service.\",\r\n \"creationTimeUtc\": \"2017-08-30T08:02:04.551371Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886513658673825_dc143583-215a-40e0-a315-1135c4005f44\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886513658673825_dc143583-215a-40e0-a315-1135c4005f44\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T07:38:39.6101982Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-Lin-3 (10.150.2.254) (/dev/sda, /dev/sdb) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T07:38:39.6101982Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90079\",\r\n \"errorMessage\": \"Replication for GRACE-Lin-3 (10.150.2.254) (/dev/sda, /dev/sdb) hasn't progressed in the last 30 minutes.\",\r\n \"possibleCauses\": \"\\n Replication not progressing.\\n Replication may not be progressing due to:\\n 1. Network connectivity issues between the process server and the log/target storage account.\\n 2. Capacity/IOPS limits were hit on the log/target storage account.\\n 3. Authentication errors between the Process server and Azure.\\n 4. The Azure subscription of the log/target storage account has been disabled.\\n \",\r\n \"recommendedAction\": \"\\n 1. On Windows event viewer on the source machine, check \\\"Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication\\\" for any errors and fix them.\\n 2. Ensure that the source machine is running version 9.4 or higher of the mobility service.\\n 3. Ensure that you are replicating to the appropriate storage account tier based on the data change rate (churn) on the source machine and that the data change rate is within Azure Site Recovery supported limits for the storage tier you are replicating to.\\n 4. If you have Azure storage analytics turned on for the log/target storage account, check storage account metrics and ensure that the total requests are within the limits prescribed for this tier of storage, and that the request success percentage is good. Ensure that you have provisioned for sufficient storage IOPs capacity based on Azure Site Recovery recommendations. Replicating too many machines to the same storage account may result in sub-optimal replication performance.\\n 5. Read more here https://aka.ms/asr-v2a-replication-not-progressing\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T07:38:39.6101982Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886513658830270_eb3f6c30-61f5-4e78-ae50-a2de7fee3ade\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886513658830270_eb3f6c30-61f5-4e78-ae50-a2de7fee3ade\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T07:38:39.5945537Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-Lin-3 (10.150.2.254) (/dev/sda, /dev/sdb) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T07:38:39.5945537Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886513662893163_8f24308f-d0eb-4203-a69f-5b96923e69b7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886513662893163_8f24308f-d0eb-4203-a69f-5b96923e69b7\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-V2A-WIN-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T07:38:39.1882644Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-V2A-WIN-1 (10.150.2.255) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T07:38:39.1882644Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90079\",\r\n \"errorMessage\": \"Replication for GRACE-V2A-WIN-1 (10.150.2.255) (Disk0, Disk1) hasn't progressed in the last 30 minutes.\",\r\n \"possibleCauses\": \"\\n Replication not progressing.\\n Replication may not be progressing due to:\\n 1. Network connectivity issues between the process server and the log/target storage account.\\n 2. Capacity/IOPS limits were hit on the log/target storage account.\\n 3. Authentication errors between the Process server and Azure.\\n 4. The Azure subscription of the log/target storage account has been disabled.\\n \",\r\n \"recommendedAction\": \"\\n 1. On Windows event viewer on the source machine, check \\\"Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication\\\" for any errors and fix them.\\n 2. Ensure that the source machine is running version 9.4 or higher of the mobility service.\\n 3. Ensure that you are replicating to the appropriate storage account tier based on the data change rate (churn) on the source machine and that the data change rate is within Azure Site Recovery supported limits for the storage tier you are replicating to.\\n 4. If you have Azure storage analytics turned on for the log/target storage account, check storage account metrics and ensure that the total requests are within the limits prescribed for this tier of storage, and that the request success percentage is good. Ensure that you have provisioned for sufficient storage IOPs capacity based on Azure Site Recovery recommendations. Replicating too many machines to the same storage account may result in sub-optimal replication performance.\\n 5. Read more here https://aka.ms/asr-v2a-replication-not-progressing\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T07:38:39.1882644Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886513663049183_a8236d2e-3071-4841-8f54-4f824783676f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886513663049183_a8236d2e-3071-4841-8f54-4f824783676f\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-V2A-WIN-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T07:38:39.1726624Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-V2A-WIN-1 (10.150.2.255) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T07:38:39.1726624Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886515112807533_a0afe708-818a-4ae9-b059-23790a46d838\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886515112807533_a0afe708-818a-4ae9-b059-23790a46d838\",\r\n \"properties\": {\r\n \"eventCode\": \"SrsServerHealthChanged\",\r\n \"description\": \"Server health is in Critical state.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc20\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T07:36:14.1968274Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/5e93d91d28102e9a0f2d588f1964e4050e0835f54f121ecf2331813bd1613473\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"809\",\r\n \"errorMessage\": \"Master target application service heartbeat is missing.\",\r\n \"possibleCauses\": \"The application service is not running.\",\r\n \"recommendedAction\": \"Check and restart the application service heartbeat.\",\r\n \"creationTimeUtc\": \"2017-08-30T07:36:14.1968274Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886515113119663_ce6ffe89-ec21-4181-b64c-038a6e046f10\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886515113119663_ce6ffe89-ec21-4181-b64c-038a6e046f10\",\r\n \"properties\": {\r\n \"eventCode\": \"MasterTargetApplicationServiceHeartbeat\",\r\n \"description\": \"Master target application service heartbeat is missing.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc20\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T07:36:14.1656144Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/5e93d91d28102e9a0f2d588f1964e4050e0835f54f121ecf2331813bd1613473\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"809\",\r\n \"errorMessage\": \"Master target application service heartbeat is missing.\",\r\n \"possibleCauses\": \"The application service is not running.\",\r\n \"recommendedAction\": \"Check and restart the application service heartbeat.\",\r\n \"creationTimeUtc\": \"2017-08-30T07:36:14.1656144Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886515113588640_3f2f0252-0985-4a0a-9809-4d2349d29f36\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886515113588640_3f2f0252-0985-4a0a-9809-4d2349d29f36\",\r\n \"properties\": {\r\n \"eventCode\": \"SrsServerHealthChanged\",\r\n \"description\": \"Server health is in Critical state.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc20\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T07:36:14.1187167Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/5e93d91d28102e9a0f2d588f1964e4050e0835f54f121ecf2331813bd1613473\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"806\",\r\n \"errorMessage\": \"Process server heartbeat is missing.\",\r\n \"possibleCauses\": \"PS service is not running.\",\r\n \"recommendedAction\": \"Check and restart the tmansvc service on process server.\",\r\n \"creationTimeUtc\": \"2017-08-30T07:36:14.1187167Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886515113901149_36eeb30f-ad0d-4a8b-affd-b9986ea92eef\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886515113901149_36eeb30f-ad0d-4a8b-affd-b9986ea92eef\",\r\n \"properties\": {\r\n \"eventCode\": \"ProcessServerHeartbeatMissing\",\r\n \"description\": \"Process server heartbeat is missing.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc20\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T07:36:14.0874658Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/5e93d91d28102e9a0f2d588f1964e4050e0835f54f121ecf2331813bd1613473\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"806\",\r\n \"errorMessage\": \"Process server heartbeat is missing.\",\r\n \"possibleCauses\": \"PS service is not running.\",\r\n \"recommendedAction\": \"Check and restart the tmansvc service on process server.\",\r\n \"creationTimeUtc\": \"2017-08-30T07:36:14.0874658Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886528275843995_6c059671-1eea-4081-8186-d481141a0a1e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886528275843995_6c059671-1eea-4081-8186-d481141a0a1e\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"W2K16CS\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T07:14:17.8931812Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/1de22f5d9be97ae5505002dab3012da288efd1b372011a8db9d999062193f536\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'W2K16CS' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'W2K16CS'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T07:14:17.8931812Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091886528954775807_7f712a22-9d4c-4b50-b5dd-4aecf1c72c91\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091886528954775807_7f712a22-9d4c-4b50-b5dd-4aecf1c72c91\",\r\n \"properties\": {\r\n \"eventCode\": \"EC0109\",\r\n \"description\": \"No communication from the process server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc20\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T07:13:10Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/5e93d91d28102e9a0f2d588f1964e4050e0835f54f121ecf2331813bd1613473\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": \"PS health\",\r\n \"category\": \"Agent Not Responding\",\r\n \"component\": \"PS\",\r\n \"correctiveAction\": \"Check the network connectivity between CS and the PS server. Boot the PS server if it is shutdown. Ensure that the managed service is running on the PS server. Contact support if issue persists.\",\r\n \"details\": \"No communication from Process Server on ScaleWinSrc20 since more than 900 seconds.\",\r\n \"summary\": \"Process Server Down: ScaleWinSrc20\",\r\n \"siteName\": \"ScaleWinSrc20\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90008\",\r\n \"errorMessage\": \"The process server on ScaleWinSrc20 hasn't communicated for more than 900 seconds.\",\r\n \"possibleCauses\": \"No communication received from the process server.\",\r\n \"recommendedAction\": \"\\n No communication received from the process server\\n 1. Ensure that the process server is running and has network connectivity to the configuration server.\\n 2. Ensure that the following services are running on the process server: cxprocessserver, tmansvc, InMage PushInstall.\\n 3. Replication and replication monitoring for machines replicating through this process server may be impacted. If replication for machines is not progressing move replication to a different process server using the switch or loadbalance option from the Azure portal (Site Recovery infrastructure > Configuration Servers > Configuration Server > Process Server).\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T07:13:10Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886557473897131_6e2ee468-4af5-4fc2-8f0b-279f1b8b0ab3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886557473897131_6e2ee468-4af5-4fc2-8f0b-279f1b8b0ab3\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"win-4001\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T06:25:38.0878676Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T06:25:38.0878676Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886557474209591_bee21a70-6ef2-4668-b27b-c50852ab1654\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886557474209591_bee21a70-6ef2-4668-b27b-c50852ab1654\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0007\",\r\n \"description\": \"RPO threshold exceeded.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"win-4001\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T06:25:38.0566216Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T06:25:38.0566216Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886587879208991_80fd504e-1c02-49ea-84b5-d6d734f51c67\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886587879208991_80fd504e-1c02-49ea-84b5-d6d734f51c67\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"win-4001\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T05:34:57.5566816Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78155\",\r\n \"errorMessage\": \"Replication health of win-4001 is critical as the Azure Site Recovery mobility service software has been uninstalled from the machine.\",\r\n \"possibleCauses\": \"Mobility service software on the source machine has been uninstalled.\",\r\n \"recommendedAction\": \"\\n The source machine isn’t being replicated as the mobility service software has been uninstalled, but can be failed over to the latest available recovery point. In order to continue protecting this machine :\\n 1) Disable replication for the machine. After removing the replicating machine from Azure Site Recovery perform step 2.\\n 2) Enable replication for the machine to push install the mobility service software on the machine, or, install the mobility service software on the machine manually, register it to the Configuration server, and enable replication.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T05:34:57.5566816Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886587879521266_83f57ec2-833c-4abd-8794-9df22513dfca\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886587879521266_83f57ec2-833c-4abd-8794-9df22513dfca\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_MobilityServiceUninstalledFromSource\",\r\n \"description\": \"Mobility service uninstalled.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"win-4001\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T05:34:57.5254541Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/3b1adab302bbd6fc3d81a0bc60ddc477055ac3df2a020707618d4d512451e03a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"V2A-W2K12-400\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78155\",\r\n \"errorMessage\": \"Replication health of win-4001 is critical as the Azure Site Recovery mobility service software has been uninstalled from the machine.\",\r\n \"possibleCauses\": \"Mobility service software on the source machine has been uninstalled.\",\r\n \"recommendedAction\": \"\\n The source machine isn’t being replicated as the mobility service software has been uninstalled, but can be failed over to the latest available recovery point. In order to continue protecting this machine :\\n 1) Disable replication for the machine. After removing the replicating machine from Azure Site Recovery perform step 2.\\n 2) Enable replication for the machine to push install the mobility service software on the machine, or, install the mobility service software on the machine manually, register it to the Configuration server, and enable replication.\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T05:34:57.5254541Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886628882198444_787974d0-1191-4c08-b34e-d42e224d2f6c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886628882198444_787974d0-1191-4c08-b34e-d42e224d2f6c\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc02\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T04:26:37.2577363Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc01\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc02 (10.150.209.239) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T04:26:37.2577363Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886628882510859_d4dba5eb-c74e-40ac-be09-b8fe60191e73\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886628882510859_d4dba5eb-c74e-40ac-be09-b8fe60191e73\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc02\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T04:26:37.2264948Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc01\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc02 (10.150.209.239) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T04:26:37.2264948Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886666572940971_5a7a62fe-5829-42c6-a1a1-89ff587953a9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886666572940971_5a7a62fe-5829-42c6-a1a1-89ff587953a9\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-V2A-WIN-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T03:23:48.1834836Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-V2A-WIN-1 (10.150.2.255) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T03:23:48.1834836Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886666573409748_e2d449c9-05a5-4d09-93c9-3ae947d312b8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886666573409748_e2d449c9-05a5-4d09-93c9-3ae947d312b8\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-V2A-WIN-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T03:23:48.1366059Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-V2A-WIN-1 (10.150.2.255) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T03:23:48.1366059Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886676526060526_a104632e-d1d1-46fc-b4cd-deadca32fc82\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886676526060526_a104632e-d1d1-46fc-b4cd-deadca32fc82\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-V2A-WIN-2\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T03:07:12.8715281Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-V2A-WIN-2 (10.150.3.167) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T03:07:12.8715281Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886676526357520_0a99b62e-b065-4f0d-a805-83040e7a41c0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886676526357520_0a99b62e-b065-4f0d-a805-83040e7a41c0\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-V2A-WIN-2\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T03:07:12.8418287Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-V2A-WIN-2 (10.150.3.167) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T03:07:12.8418287Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886745861207037_ecf12442-a71f-4a21-b83f-67dfde16864c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886745861207037_ecf12442-a71f-4a21-b83f-67dfde16864c\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T01:11:39.356877Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-Lin-3 (10.150.2.254) (/dev/sda, /dev/sdb) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T01:11:39.356877Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886745861508167_7a6ce2b3-c5fc-4c23-a439-b8e436ba7237\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886745861508167_7a6ce2b3-c5fc-4c23-a439-b8e436ba7237\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T01:11:39.326764Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-Lin-3 (10.150.2.254) (/dev/sda, /dev/sdb) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T01:11:39.326764Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886755687510283_baafb5c7-3814-4279-b255-459f6aec9438\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886755687510283_baafb5c7-3814-4279-b255-459f6aec9438\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-2\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T00:55:16.7265524Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-Lin-2 (10.150.3.151) (/dev/sda, /dev/sdb) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T00:55:16.7265524Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90079\",\r\n \"errorMessage\": \"Replication for GRACE-Lin-2 (10.150.3.151) (/dev/sda, /dev/sdb) hasn't progressed in the last 30 minutes.\",\r\n \"possibleCauses\": \"\\n Replication not progressing.\\n Replication may not be progressing due to:\\n 1. Network connectivity issues between the process server and the log/target storage account.\\n 2. Capacity/IOPS limits were hit on the log/target storage account.\\n 3. Authentication errors between the Process server and Azure.\\n 4. The Azure subscription of the log/target storage account has been disabled.\\n \",\r\n \"recommendedAction\": \"\\n 1. On Windows event viewer on the source machine, check \\\"Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication\\\" for any errors and fix them.\\n 2. Ensure that the source machine is running version 9.4 or higher of the mobility service.\\n 3. Ensure that you are replicating to the appropriate storage account tier based on the data change rate (churn) on the source machine and that the data change rate is within Azure Site Recovery supported limits for the storage tier you are replicating to.\\n 4. If you have Azure storage analytics turned on for the log/target storage account, check storage account metrics and ensure that the total requests are within the limits prescribed for this tier of storage, and that the request success percentage is good. Ensure that you have provisioned for sufficient storage IOPs capacity based on Azure Site Recovery recommendations. Replicating too many machines to the same storage account may result in sub-optimal replication performance.\\n 5. Read more here https://aka.ms/asr-v2a-replication-not-progressing\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T00:55:16.7265524Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886755687662735_77d0fb90-4702-47a7-ba00-f399bb31fc65\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886755687662735_77d0fb90-4702-47a7-ba00-f399bb31fc65\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-Lin-2\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T00:55:16.7113072Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-Lin-2 (10.150.3.151) (/dev/sda, /dev/sdb) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T00:55:16.7113072Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886755690167834_8dbbc5b2-e2e1-443c-8439-06dcf47cfb96\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886755690167834_8dbbc5b2-e2e1-443c-8439-06dcf47cfb96\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-V2A-WIN-2\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T00:55:16.4607973Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-V2A-WIN-2 (10.150.3.167) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T00:55:16.4607973Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886755690479088_8b9cf3ad-2679-43a4-b87f-2b3845654581\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886755690479088_8b9cf3ad-2679-43a4-b87f-2b3845654581\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-V2A-WIN-2\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T00:55:16.4296719Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-V2A-WIN-2 (10.150.3.167) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T00:55:16.4296719Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886765703032826_c06558ca-0a26-4eac-9760-76fb98a67803\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886765703032826_c06558ca-0a26-4eac-9760-76fb98a67803\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-V2A-WIN-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T00:38:35.1742981Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-V2A-WIN-1 (10.150.2.255) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T00:38:35.1742981Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90079\",\r\n \"errorMessage\": \"Replication for GRACE-V2A-WIN-1 (10.150.2.255) (Disk0, Disk1) hasn't progressed in the last 30 minutes.\",\r\n \"possibleCauses\": \"\\n Replication not progressing.\\n Replication may not be progressing due to:\\n 1. Network connectivity issues between the process server and the log/target storage account.\\n 2. Capacity/IOPS limits were hit on the log/target storage account.\\n 3. Authentication errors between the Process server and Azure.\\n 4. The Azure subscription of the log/target storage account has been disabled.\\n \",\r\n \"recommendedAction\": \"\\n 1. On Windows event viewer on the source machine, check \\\"Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication\\\" for any errors and fix them.\\n 2. Ensure that the source machine is running version 9.4 or higher of the mobility service.\\n 3. Ensure that you are replicating to the appropriate storage account tier based on the data change rate (churn) on the source machine and that the data change rate is within Azure Site Recovery supported limits for the storage tier you are replicating to.\\n 4. If you have Azure storage analytics turned on for the log/target storage account, check storage account metrics and ensure that the total requests are within the limits prescribed for this tier of storage, and that the request success percentage is good. Ensure that you have provisioned for sufficient storage IOPs capacity based on Azure Site Recovery recommendations. Replicating too many machines to the same storage account may result in sub-optimal replication performance.\\n 5. Read more here https://aka.ms/asr-v2a-replication-not-progressing\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T00:38:35.1742981Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091886765703189308_14dd07a9-b63a-498a-ad86-54aeba04ed48\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091886765703189308_14dd07a9-b63a-498a-ad86-54aeba04ed48\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"GRACE-V2A-WIN-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-30T00:38:35.1586499Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"Grace-V2A-1\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for GRACE-V2A-WIN-1 (10.150.2.255) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-30T00:38:35.1586499Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887038638133604_218e93fa-5c61-4340-8a26-909e4f14a300\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887038638133604_218e93fa-5c61-4340-8a26-909e4f14a300\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc02\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T17:03:41.6642203Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc01\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc02 (10.150.209.239) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T17:03:41.6642203Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90079\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc02 (10.150.209.239) (Disk0) hasn't progressed in the last 30 minutes.\",\r\n \"possibleCauses\": \"\\n Replication not progressing.\\n Replication may not be progressing due to:\\n 1. Network connectivity issues between the process server and the log/target storage account.\\n 2. Capacity/IOPS limits were hit on the log/target storage account.\\n 3. Authentication errors between the Process server and Azure.\\n 4. The Azure subscription of the log/target storage account has been disabled.\\n \",\r\n \"recommendedAction\": \"\\n 1. On Windows event viewer on the source machine, check \\\"Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication\\\" for any errors and fix them.\\n 2. Ensure that the source machine is running version 9.4 or higher of the mobility service.\\n 3. Ensure that you are replicating to the appropriate storage account tier based on the data change rate (churn) on the source machine and that the data change rate is within Azure Site Recovery supported limits for the storage tier you are replicating to.\\n 4. If you have Azure storage analytics turned on for the log/target storage account, check storage account metrics and ensure that the total requests are within the limits prescribed for this tier of storage, and that the request success percentage is good. Ensure that you have provisioned for sufficient storage IOPs capacity based on Azure Site Recovery recommendations. Replicating too many machines to the same storage account may result in sub-optimal replication performance.\\n 5. Read more here https://aka.ms/asr-v2a-replication-not-progressing\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T17:03:41.6642203Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887038638605331_994c77aa-06c4-4bf4-86ea-f7b366e801c6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887038638605331_994c77aa-06c4-4bf4-86ea-f7b366e801c6\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc02\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T17:03:41.6170476Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinSrc01\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc02 (10.150.209.239) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T17:03:41.6170476Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887048651083416_660799dc-a26a-4ee3-9251-864472f42573\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887048651083416_660799dc-a26a-4ee3-9251-864472f42573\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"Madhavi-Cs-Roll\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T16:47:00.3692391Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/ece29fa7282e1c0c63235fbe876d2100400174eef946339a6b67a2e5a11ae22b\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'Madhavi-Cs-Roll' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'Madhavi-Cs-Roll'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T16:47:00.3692391Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887048652819290_84a81d53-b7e3-49e7-836d-e1d9fb572825\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887048652819290_84a81d53-b7e3-49e7-836d-e1d9fb572825\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"WIN-12-R2-STD\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T16:47:00.1956517Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/59c02f1141475e9ea7fc0302ac260a33053afd50363a8f4c044d42d048d1d669\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'WIN-12-R2-STD' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'WIN-12-R2-STD'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T16:47:00.1956517Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887048653740301_36aec7ca-8456-4c45-a947-2a7d26b96fd2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887048653740301_36aec7ca-8456-4c45-a947-2a7d26b96fd2\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"mtcs1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T16:47:00.1035506Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2d3529c1470bf4b1d5a44818ecda43255653b1d29b44c43f7d55af0c12fcba9f\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'mtcs1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'mtcs1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T16:47:00.1035506Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887067235391356_195e1b80-c253-4260-a0f6-056e779c9c23\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887067235391356_195e1b80-c253-4260-a0f6-056e779c9c23\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"srpatnan-0420-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T16:16:01.9384451Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/93ffdabf9e3a34db6f8e32d0ff64f44ce6b258cec343b03accb9c12440a7e555\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'srpatnan-0420-1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'srpatnan-0420-1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T16:16:01.9384451Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887085689208984_f1150fa3-9ac9-4daa-9e98-3c1894397283\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887085689208984_f1150fa3-9ac9-4daa-9e98-3c1894397283\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc03\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T15:45:16.5566823Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'ScaleWinSrc03' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'ScaleWinSrc03'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T15:45:16.5566823Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887104181341931_e2121e4a-4bee-4bd8-a329-16d7c14dce7b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887104181341931_e2121e4a-4bee-4bd8-a329-16d7c14dce7b\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"srpatnan-0420-1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T15:14:27.3433876Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/f5c7fca6c43d701dd491434086acc68fffae64e51cedd1c55771d0446da26b30\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'srpatnan-0420-1' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'srpatnan-0420-1'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T15:14:27.3433876Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887155042426169_63588ac5-15f2-4fe9-a67b-faf903bc8242\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887155042426169_63588ac5-15f2-4fe9-a67b-faf903bc8242\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc25\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T13:49:41.2349638Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc25 (10.150.3.222) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T13:49:41.2349638Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887155051911581_efa70aa1-9bd1-4e99-b5c6-f8d3768e8ecc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887155051911581_efa70aa1-9bd1-4e99-b5c6-f8d3768e8ecc\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc10\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T13:49:40.2864226Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc10 (10.150.2.165) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T13:49:40.2864226Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887155052223817_0d608aea-b6e8-462a-9951-a86ccd7fb1c7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887155052223817_0d608aea-b6e8-462a-9951-a86ccd7fb1c7\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc10\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T13:49:40.255199Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc10 (10.150.2.165) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T13:49:40.255199Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887155074809451_39be232d-e36d-4709-818b-29016a50419b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887155074809451_39be232d-e36d-4709-818b-29016a50419b\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc22\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T13:49:37.9966356Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc22 (10.150.3.218) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T13:49:37.9966356Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887155086877503_287a8ee1-28c1-4108-b232-5339576a4231\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887155086877503_287a8ee1-28c1-4108-b232-5339576a4231\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc12\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T13:49:36.7898304Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc12 (10.150.3.183) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T13:49:36.7898304Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887165496885170_4934df33-e5e2-4ee3-8761-979efe93b3cf\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887165496885170_4934df33-e5e2-4ee3-8761-979efe93b3cf\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc25\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T13:32:15.7890637Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc25 (10.150.3.222) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T13:32:15.7890637Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887165543727349_c1747a3c-b091-4b5c-909a-c7f6c942ff2a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887165543727349_c1747a3c-b091-4b5c-909a-c7f6c942ff2a\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc22\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T13:32:11.1048458Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc22 (10.150.3.218) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T13:32:11.1048458Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887165559193488_3e221e19-9d9e-4869-b97e-336707e6093e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887165559193488_3e221e19-9d9e-4869-b97e-336707e6093e\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc12\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T13:32:09.5582319Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc12 (10.150.3.183) (Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T13:32:09.5582319Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195810445899_20cc5e72-71b3-43d5-b800-182a352681e4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195810445899_20cc5e72-71b3-43d5-b800-182a352681e4\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc25\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:44.4329908Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc25 (10.150.3.222) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:44.4329908Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195810618827_fe48529c-fa11-42bf-86bb-282bae28058e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195810618827_fe48529c-fa11-42bf-86bb-282bae28058e\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc25\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:44.415698Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc25 (10.150.3.222) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:44.415698Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195814681361_41f792fd-c686-449a-96bb-d1d11995ab6a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195814681361_41f792fd-c686-449a-96bb-d1d11995ab6a\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc24\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:44.0094446Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc24 (10.150.3.221) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:44.0094446Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90079\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc24 (10.150.3.221) (Disk0, Disk1) hasn't progressed in the last 30 minutes.\",\r\n \"possibleCauses\": \"\\n Replication not progressing.\\n Replication may not be progressing due to:\\n 1. Network connectivity issues between the process server and the log/target storage account.\\n 2. Capacity/IOPS limits were hit on the log/target storage account.\\n 3. Authentication errors between the Process server and Azure.\\n 4. The Azure subscription of the log/target storage account has been disabled.\\n \",\r\n \"recommendedAction\": \"\\n 1. On Windows event viewer on the source machine, check \\\"Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication\\\" for any errors and fix them.\\n 2. Ensure that the source machine is running version 9.4 or higher of the mobility service.\\n 3. Ensure that you are replicating to the appropriate storage account tier based on the data change rate (churn) on the source machine and that the data change rate is within Azure Site Recovery supported limits for the storage tier you are replicating to.\\n 4. If you have Azure storage analytics turned on for the log/target storage account, check storage account metrics and ensure that the total requests are within the limits prescribed for this tier of storage, and that the request success percentage is good. Ensure that you have provisioned for sufficient storage IOPs capacity based on Azure Site Recovery recommendations. Replicating too many machines to the same storage account may result in sub-optimal replication performance.\\n 5. Read more here https://aka.ms/asr-v2a-replication-not-progressing\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:44.0094446Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195814837623_5a1a075f-fbef-474c-86b9-c0a64e710fa6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195814837623_5a1a075f-fbef-474c-86b9-c0a64e710fa6\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc24\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:43.9938184Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc24 (10.150.3.221) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:43.9938184Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195847494052_88e7f639-d677-4bad-bde1-8d5dc8703a6e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195847494052_88e7f639-d677-4bad-bde1-8d5dc8703a6e\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc23\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:40.7281755Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc23 (10.150.2.224) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:40.7281755Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195847806519_465e4d18-9c64-42b1-be8c-50e886d72e82\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195847806519_465e4d18-9c64-42b1-be8c-50e886d72e82\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc23\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:40.6969288Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc23 (10.150.2.224) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:40.6969288Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195851356880_b4b2e8fb-daae-4e2b-8d3a-aa154ea042b2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195851356880_b4b2e8fb-daae-4e2b-8d3a-aa154ea042b2\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc22\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:40.3418927Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc22 (10.150.3.218) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:40.3418927Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195851712863_9bfc434f-b497-42cf-9861-ca3d413dd1fc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195851712863_9bfc434f-b497-42cf-9861-ca3d413dd1fc\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc22\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:40.3062944Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc22 (10.150.3.218) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:40.3062944Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195855462847_6072b3ec-6fec-42d0-b83c-504229fb2d03\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195855462847_6072b3ec-6fec-42d0-b83c-504229fb2d03\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc17\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:39.931296Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc17 (10.150.3.214) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:39.931296Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195855619152_617ee708-6875-492c-a36f-b7a101fa3924\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195855619152_617ee708-6875-492c-a36f-b7a101fa3924\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc17\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:39.9156655Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc17 (10.150.3.214) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:39.9156655Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195859525409_dcdfbbae-3525-461b-aae5-961692773b9b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195859525409_dcdfbbae-3525-461b-aae5-961692773b9b\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc15\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:39.5250398Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc15 (10.150.2.183) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:39.5250398Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195859681678_ca0b45bd-5b56-4414-9ede-2ec71d38d2ee\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195859681678_ca0b45bd-5b56-4414-9ede-2ec71d38d2ee\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc15\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:39.5094129Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc15 (10.150.2.183) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:39.5094129Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195867022355_a8cfe02c-3f6c-4c75-b8a1-4c92bdb50061\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195867022355_a8cfe02c-3f6c-4c75-b8a1-4c92bdb50061\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc12\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:38.7753452Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc12 (10.150.3.183) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:38.7753452Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195870775494_83f71aa0-559d-4167-982c-c86319654a6b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195870775494_83f71aa0-559d-4167-982c-c86319654a6b\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc03\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:38.4000313Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc03 (10.150.0.70) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:38.4000313Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195871088001_75cfd3c5-ba40-47c7-a82b-64f697d0041a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195871088001_75cfd3c5-ba40-47c7-a82b-64f697d0041a\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc03\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:38.3687806Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc03 (10.150.0.70) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:38.3687806Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195874681797_cc6299c3-f36b-48cb-91c3-7c64daae360a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195874681797_cc6299c3-f36b-48cb-91c3-7c64daae360a\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc02\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:38.009401Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc02 (10.150.209.239) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:38.009401Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195874832401_1b1aa2eb-22f1-4424-8c20-1e246ed36c57\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195874832401_1b1aa2eb-22f1-4424-8c20-1e246ed36c57\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc02\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:37.9943406Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc02 (10.150.209.239) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:37.9943406Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195878588112_feeb78af-15ab-4b29-9e64-8d0eada26a63\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195878588112_feeb78af-15ab-4b29-9e64-8d0eada26a63\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc05\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:37.6187695Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc05 (10.150.3.245) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:37.6187695Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195878900613_d9123f02-fbb3-415a-bf1b-b3c079158476\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195878900613_d9123f02-fbb3-415a-bf1b-b3c079158476\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc05\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:37.5875194Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc05 (10.150.3.245) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:37.5875194Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195883119507_343e45aa-e6de-4658-a963-5501f0e5f140\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195883119507_343e45aa-e6de-4658-a963-5501f0e5f140\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc01\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:37.16563Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc01 (10.150.1.222) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:37.16563Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90079\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc01 (10.150.1.222) (Disk0, Disk1) hasn't progressed in the last 30 minutes.\",\r\n \"possibleCauses\": \"\\n Replication not progressing.\\n Replication may not be progressing due to:\\n 1. Network connectivity issues between the process server and the log/target storage account.\\n 2. Capacity/IOPS limits were hit on the log/target storage account.\\n 3. Authentication errors between the Process server and Azure.\\n 4. The Azure subscription of the log/target storage account has been disabled.\\n \",\r\n \"recommendedAction\": \"\\n 1. On Windows event viewer on the source machine, check \\\"Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication\\\" for any errors and fix them.\\n 2. Ensure that the source machine is running version 9.4 or higher of the mobility service.\\n 3. Ensure that you are replicating to the appropriate storage account tier based on the data change rate (churn) on the source machine and that the data change rate is within Azure Site Recovery supported limits for the storage tier you are replicating to.\\n 4. If you have Azure storage analytics turned on for the log/target storage account, check storage account metrics and ensure that the total requests are within the limits prescribed for this tier of storage, and that the request success percentage is good. Ensure that you have provisioned for sufficient storage IOPs capacity based on Azure Site Recovery recommendations. Replicating too many machines to the same storage account may result in sub-optimal replication performance.\\n 5. Read more here https://aka.ms/asr-v2a-replication-not-progressing\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:37.16563Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887195883434105_e566ea90-75a5-445b-b910-c42ebad33fc5\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887195883434105_e566ea90-75a5-445b-b910-c42ebad33fc5\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc01\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:41:37.1341702Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc01 (10.150.1.222) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:41:37.1341702Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205880183125_fe063d57-3062-45e1-80a8-7e114abd2279\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205880183125_fe063d57-3062-45e1-80a8-7e114abd2279\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc21\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:57.4592682Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc21 (10.150.2.222) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:57.4592682Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90079\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc21 (10.150.2.222) (Disk0, Disk1) hasn't progressed in the last 30 minutes.\",\r\n \"possibleCauses\": \"\\n Replication not progressing.\\n Replication may not be progressing due to:\\n 1. Network connectivity issues between the process server and the log/target storage account.\\n 2. Capacity/IOPS limits were hit on the log/target storage account.\\n 3. Authentication errors between the Process server and Azure.\\n 4. The Azure subscription of the log/target storage account has been disabled.\\n \",\r\n \"recommendedAction\": \"\\n 1. On Windows event viewer on the source machine, check \\\"Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication\\\" for any errors and fix them.\\n 2. Ensure that the source machine is running version 9.4 or higher of the mobility service.\\n 3. Ensure that you are replicating to the appropriate storage account tier based on the data change rate (churn) on the source machine and that the data change rate is within Azure Site Recovery supported limits for the storage tier you are replicating to.\\n 4. If you have Azure storage analytics turned on for the log/target storage account, check storage account metrics and ensure that the total requests are within the limits prescribed for this tier of storage, and that the request success percentage is good. Ensure that you have provisioned for sufficient storage IOPs capacity based on Azure Site Recovery recommendations. Replicating too many machines to the same storage account may result in sub-optimal replication performance.\\n 5. Read more here https://aka.ms/asr-v2a-replication-not-progressing\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:57.4592682Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205880339106_4ea7f275-ad04-427f-b9b4-8b7ae78584bf\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205880339106_4ea7f275-ad04-427f-b9b4-8b7ae78584bf\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc21\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:57.4436701Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc21 (10.150.2.222) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:57.4436701Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205884401763_0dd01de4-7fef-4351-a5f7-00b4b13d4aa6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205884401763_0dd01de4-7fef-4351-a5f7-00b4b13d4aa6\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc10\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:57.0374044Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc10 (10.150.2.165) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:57.0374044Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90079\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc10 (10.150.2.165) (Disk0) hasn't progressed in the last 30 minutes.\",\r\n \"possibleCauses\": \"\\n Replication not progressing.\\n Replication may not be progressing due to:\\n 1. Network connectivity issues between the process server and the log/target storage account.\\n 2. Capacity/IOPS limits were hit on the log/target storage account.\\n 3. Authentication errors between the Process server and Azure.\\n 4. The Azure subscription of the log/target storage account has been disabled.\\n \",\r\n \"recommendedAction\": \"\\n 1. On Windows event viewer on the source machine, check \\\"Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication\\\" for any errors and fix them.\\n 2. Ensure that the source machine is running version 9.4 or higher of the mobility service.\\n 3. Ensure that you are replicating to the appropriate storage account tier based on the data change rate (churn) on the source machine and that the data change rate is within Azure Site Recovery supported limits for the storage tier you are replicating to.\\n 4. If you have Azure storage analytics turned on for the log/target storage account, check storage account metrics and ensure that the total requests are within the limits prescribed for this tier of storage, and that the request success percentage is good. Ensure that you have provisioned for sufficient storage IOPs capacity based on Azure Site Recovery recommendations. Replicating too many machines to the same storage account may result in sub-optimal replication performance.\\n 5. Read more here https://aka.ms/asr-v2a-replication-not-progressing\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:57.0374044Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205884558063_ad879d7f-fc3a-41c8-b4aa-1ac505735bb3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205884558063_ad879d7f-fc3a-41c8-b4aa-1ac505735bb3\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc10\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:57.0217744Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc10 (10.150.2.165) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:57.0217744Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205887526856_cb26bfb1-f261-4724-8c88-117fff5973af\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205887526856_cb26bfb1-f261-4724-8c88-117fff5973af\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc09\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:56.7248951Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc09 (10.150.2.118) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:56.7248951Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90079\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc09 (10.150.2.118) (Disk0, Disk1) hasn't progressed in the last 30 minutes.\",\r\n \"possibleCauses\": \"\\n Replication not progressing.\\n Replication may not be progressing due to:\\n 1. Network connectivity issues between the process server and the log/target storage account.\\n 2. Capacity/IOPS limits were hit on the log/target storage account.\\n 3. Authentication errors between the Process server and Azure.\\n 4. The Azure subscription of the log/target storage account has been disabled.\\n \",\r\n \"recommendedAction\": \"\\n 1. On Windows event viewer on the source machine, check \\\"Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication\\\" for any errors and fix them.\\n 2. Ensure that the source machine is running version 9.4 or higher of the mobility service.\\n 3. Ensure that you are replicating to the appropriate storage account tier based on the data change rate (churn) on the source machine and that the data change rate is within Azure Site Recovery supported limits for the storage tier you are replicating to.\\n 4. If you have Azure storage analytics turned on for the log/target storage account, check storage account metrics and ensure that the total requests are within the limits prescribed for this tier of storage, and that the request success percentage is good. Ensure that you have provisioned for sufficient storage IOPs capacity based on Azure Site Recovery recommendations. Replicating too many machines to the same storage account may result in sub-optimal replication performance.\\n 5. Read more here https://aka.ms/asr-v2a-replication-not-progressing\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:56.7248951Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205887839632_e57e49d1-19ab-4055-87e1-140927eb4bdd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205887839632_e57e49d1-19ab-4055-87e1-140927eb4bdd\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc09\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:56.6936175Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc09 (10.150.2.118) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:56.6936175Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205890808298_405996c0-08f7-4f52-af59-25aaf93a9c5b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205890808298_405996c0-08f7-4f52-af59-25aaf93a9c5b\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc08\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:56.3967509Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc08 (10.150.2.234) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:56.3967509Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90079\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc08 (10.150.2.234) (Disk0, Disk1) hasn't progressed in the last 30 minutes.\",\r\n \"possibleCauses\": \"\\n Replication not progressing.\\n Replication may not be progressing due to:\\n 1. Network connectivity issues between the process server and the log/target storage account.\\n 2. Capacity/IOPS limits were hit on the log/target storage account.\\n 3. Authentication errors between the Process server and Azure.\\n 4. The Azure subscription of the log/target storage account has been disabled.\\n \",\r\n \"recommendedAction\": \"\\n 1. On Windows event viewer on the source machine, check \\\"Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication\\\" for any errors and fix them.\\n 2. Ensure that the source machine is running version 9.4 or higher of the mobility service.\\n 3. Ensure that you are replicating to the appropriate storage account tier based on the data change rate (churn) on the source machine and that the data change rate is within Azure Site Recovery supported limits for the storage tier you are replicating to.\\n 4. If you have Azure storage analytics turned on for the log/target storage account, check storage account metrics and ensure that the total requests are within the limits prescribed for this tier of storage, and that the request success percentage is good. Ensure that you have provisioned for sufficient storage IOPs capacity based on Azure Site Recovery recommendations. Replicating too many machines to the same storage account may result in sub-optimal replication performance.\\n 5. Read more here https://aka.ms/asr-v2a-replication-not-progressing\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:56.3967509Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205890964553_fb171b1a-a817-4e00-85a4-2b67fab8a7e1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205890964553_fb171b1a-a817-4e00-85a4-2b67fab8a7e1\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc08\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:56.3811254Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc08 (10.150.2.234) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:56.3811254Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205893933412_2a274ef1-4765-4d68-b532-c5aca80aaf75\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205893933412_2a274ef1-4765-4d68-b532-c5aca80aaf75\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc07\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:56.0842395Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc07 (10.150.2.171) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:56.0842395Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90079\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc07 (10.150.2.171) (Disk0, Disk1) hasn't progressed in the last 30 minutes.\",\r\n \"possibleCauses\": \"\\n Replication not progressing.\\n Replication may not be progressing due to:\\n 1. Network connectivity issues between the process server and the log/target storage account.\\n 2. Capacity/IOPS limits were hit on the log/target storage account.\\n 3. Authentication errors between the Process server and Azure.\\n 4. The Azure subscription of the log/target storage account has been disabled.\\n \",\r\n \"recommendedAction\": \"\\n 1. On Windows event viewer on the source machine, check \\\"Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication\\\" for any errors and fix them.\\n 2. Ensure that the source machine is running version 9.4 or higher of the mobility service.\\n 3. Ensure that you are replicating to the appropriate storage account tier based on the data change rate (churn) on the source machine and that the data change rate is within Azure Site Recovery supported limits for the storage tier you are replicating to.\\n 4. If you have Azure storage analytics turned on for the log/target storage account, check storage account metrics and ensure that the total requests are within the limits prescribed for this tier of storage, and that the request success percentage is good. Ensure that you have provisioned for sufficient storage IOPs capacity based on Azure Site Recovery recommendations. Replicating too many machines to the same storage account may result in sub-optimal replication performance.\\n 5. Read more here https://aka.ms/asr-v2a-replication-not-progressing\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:56.0842395Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205894089917_54b0b70a-73b1-45d2-bc89-e9f37d6178cf\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205894089917_54b0b70a-73b1-45d2-bc89-e9f37d6178cf\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc07\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:56.068589Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc07 (10.150.2.171) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:56.068589Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205897058587_c58dd90d-4c5e-4b4e-bc40-bbe5317296ab\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205897058587_c58dd90d-4c5e-4b4e-bc40-bbe5317296ab\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc06\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:55.771722Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc06 (10.150.3.246) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:55.771722Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90079\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc06 (10.150.3.246) (Disk0) hasn't progressed in the last 30 minutes.\",\r\n \"possibleCauses\": \"\\n Replication not progressing.\\n Replication may not be progressing due to:\\n 1. Network connectivity issues between the process server and the log/target storage account.\\n 2. Capacity/IOPS limits were hit on the log/target storage account.\\n 3. Authentication errors between the Process server and Azure.\\n 4. The Azure subscription of the log/target storage account has been disabled.\\n \",\r\n \"recommendedAction\": \"\\n 1. On Windows event viewer on the source machine, check \\\"Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication\\\" for any errors and fix them.\\n 2. Ensure that the source machine is running version 9.4 or higher of the mobility service.\\n 3. Ensure that you are replicating to the appropriate storage account tier based on the data change rate (churn) on the source machine and that the data change rate is within Azure Site Recovery supported limits for the storage tier you are replicating to.\\n 4. If you have Azure storage analytics turned on for the log/target storage account, check storage account metrics and ensure that the total requests are within the limits prescribed for this tier of storage, and that the request success percentage is good. Ensure that you have provisioned for sufficient storage IOPs capacity based on Azure Site Recovery recommendations. Replicating too many machines to the same storage account may result in sub-optimal replication performance.\\n 5. Read more here https://aka.ms/asr-v2a-replication-not-progressing\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:55.771722Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205897214823_e6e95b58-8e2c-4465-93f0-b9fc54cc32fc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205897214823_e6e95b58-8e2c-4465-93f0-b9fc54cc32fc\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc06\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:55.7560984Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc06 (10.150.3.246) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:55.7560984Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205900496038_b3c3d656-2878-4dce-9326-7bd40dad5b74\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205900496038_b3c3d656-2878-4dce-9326-7bd40dad5b74\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc19\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:55.4279769Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc19 (10.150.2.216) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:55.4279769Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90079\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc19 (10.150.2.216) (Disk0, Disk1) hasn't progressed in the last 30 minutes.\",\r\n \"possibleCauses\": \"\\n Replication not progressing.\\n Replication may not be progressing due to:\\n 1. Network connectivity issues between the process server and the log/target storage account.\\n 2. Capacity/IOPS limits were hit on the log/target storage account.\\n 3. Authentication errors between the Process server and Azure.\\n 4. The Azure subscription of the log/target storage account has been disabled.\\n \",\r\n \"recommendedAction\": \"\\n 1. On Windows event viewer on the source machine, check \\\"Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication\\\" for any errors and fix them.\\n 2. Ensure that the source machine is running version 9.4 or higher of the mobility service.\\n 3. Ensure that you are replicating to the appropriate storage account tier based on the data change rate (churn) on the source machine and that the data change rate is within Azure Site Recovery supported limits for the storage tier you are replicating to.\\n 4. If you have Azure storage analytics turned on for the log/target storage account, check storage account metrics and ensure that the total requests are within the limits prescribed for this tier of storage, and that the request success percentage is good. Ensure that you have provisioned for sufficient storage IOPs capacity based on Azure Site Recovery recommendations. Replicating too many machines to the same storage account may result in sub-optimal replication performance.\\n 5. Read more here https://aka.ms/asr-v2a-replication-not-progressing\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:55.4279769Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205900652267_85e92931-dd6f-4dde-96c5-afe6b1667123\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205900652267_85e92931-dd6f-4dde-96c5-afe6b1667123\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc19\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:55.412354Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc19 (10.150.2.216) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:55.412354Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205903524861_f6889055-91a2-4e09-92b6-bf1aac33f6e4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205903524861_f6889055-91a2-4e09-92b6-bf1aac33f6e4\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc11\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:55.1250946Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc11 (10.150.3.182) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:55.1250946Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90079\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc11 (10.150.3.182) (Disk0, Disk1) hasn't progressed in the last 30 minutes.\",\r\n \"possibleCauses\": \"\\n Replication not progressing.\\n Replication may not be progressing due to:\\n 1. Network connectivity issues between the process server and the log/target storage account.\\n 2. Capacity/IOPS limits were hit on the log/target storage account.\\n 3. Authentication errors between the Process server and Azure.\\n 4. The Azure subscription of the log/target storage account has been disabled.\\n \",\r\n \"recommendedAction\": \"\\n 1. On Windows event viewer on the source machine, check \\\"Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication\\\" for any errors and fix them.\\n 2. Ensure that the source machine is running version 9.4 or higher of the mobility service.\\n 3. Ensure that you are replicating to the appropriate storage account tier based on the data change rate (churn) on the source machine and that the data change rate is within Azure Site Recovery supported limits for the storage tier you are replicating to.\\n 4. If you have Azure storage analytics turned on for the log/target storage account, check storage account metrics and ensure that the total requests are within the limits prescribed for this tier of storage, and that the request success percentage is good. Ensure that you have provisioned for sufficient storage IOPs capacity based on Azure Site Recovery recommendations. Replicating too many machines to the same storage account may result in sub-optimal replication performance.\\n 5. Read more here https://aka.ms/asr-v2a-replication-not-progressing\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:55.1250946Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205903681165_0b5c1100-b140-4895-a418-3a387712abb1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205903681165_0b5c1100-b140-4895-a418-3a387712abb1\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc11\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:55.1094642Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc11 (10.150.3.182) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:55.1094642Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205919151149_6814496d-c0c3-4776-8524-b6dabb15116d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205919151149_6814496d-c0c3-4776-8524-b6dabb15116d\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc14\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:53.5624658Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc14 (10.150.2.178) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:53.5624658Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205919307341_5ab3f28a-db8c-45ac-999a-f75841c3ae0e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205919307341_5ab3f28a-db8c-45ac-999a-f75841c3ae0e\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc14\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:53.5468466Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc14 (10.150.2.178) (Disk0, Disk1) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:53.5468466Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205922276086_4167cfa9-3675-448a-855d-a2ce962932ae\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205922276086_4167cfa9-3675-448a-855d-a2ce962932ae\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc12\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:53.2499721Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc12 (10.150.3.183) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:53.2499721Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887205922432771_f72ae125-ebbb-4c2d-8288-ca54f496db1e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887205922432771_f72ae125-ebbb-4c2d-8288-ca54f496db1e\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00014\",\r\n \"description\": \"No replication progress in last 60 minutes.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc12\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T12:24:53.2343036Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"90078\",\r\n \"errorMessage\": \"Replication for ScaleWinSrc12 (10.150.3.183) (Disk0) hasn't progressed in the last 60 minutes.\",\r\n \"possibleCauses\": \"\\n Replication may not be progressing due to\\n 1. Network connectivity issues between the process server and the log/target Azure storage account (or master target server if replicating to an on-premises site)\\n 2. The Azure subscription of the target storage account has been disabled.\\n 3. Process server is unable to upload changes to the log/target Azure storage account, due to authentication errors.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is network connectivity between the process server and the log/target Azure storage account (or master-target server if replicating to an on-premises site.)\\n 2. Ensure that the \\\"Microsoft Azure Recovery Services Agent\\\", and \\\"InMage Scout Vx Agent - Sentinel/Outpost\\\" services are running on the process server machine. Try restarting these services on the process server.\\n 3. Go to the Windows event viewer on the process server machine, and check for events under Applications and Services logs\\\\MicrosoftAzureRecoveryServices\\\\Replication and resolve any errors.\\n 4. Log in to the replicating machine and look for the line \\\"Peer certificate cannot be authenticated with given CA certificates\\\" in the svagents.log file at [Mobility service install location]\\\\ASR\\\\Agent\\\\svagents.log. If you find the line, ensure that you are running mobility service version 9.4 or higher and if not update your version.\\n\\n Refer to the article https://aka.ms/asr-v2a-replication-not-progressing , to learn how to troubleshoot replication issues.\\n If the issue persists, contact support.\\n\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T12:24:53.2343036Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887229867911116_7522af36-ec37-470e-b152-cb18a2a2a2f4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887229867911116_7522af36-ec37-470e-b152-cb18a2a2a2f4\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00022\",\r\n \"description\": \"No communication from the mobility service.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-ubuntu1404\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T11:44:58.6864691Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"PRGOYAL-TEST3\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78173\",\r\n \"errorMessage\": \"No heartbeat received from the app agent on the source machine 'prgoyal-ubuntu1404' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the source machine or there is no network connectivity from the source machine to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The \\\"InMage Scout Application Service\\\" is running on the source machine\\n 2) The source machine has network connectivity to the configuration server on the configuration server tcp port 443.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T11:44:58.6864691Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887243220071725_33e8ae79-8eba-41a4-bade-a97f19dc35ee\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887243220071725_33e8ae79-8eba-41a4-bade-a97f19dc35ee\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"PRGOYAL-TEST19\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T11:22:43.4704082Z\",\r\n \"fabricId\": null,\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"583\",\r\n \"errorMessage\": \"The Configuration server 'PRGOYAL-TEST19' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Configuration server 'PRGOYAL-TEST19'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Microsoft Azure Site Recovery Provider service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the Configuration server is valid.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T11:22:43.4704082Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887246534275088_8f71687a-f900-4db3-980a-52768c93fbf9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887246534275088_8f71687a-f900-4db3-980a-52768c93fbf9\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc24\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T11:17:12.0500719Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78155\",\r\n \"errorMessage\": \"Replication health of ScaleWinSrc24 is critical as the Azure Site Recovery mobility service software has been uninstalled from the machine.\",\r\n \"possibleCauses\": \"Mobility service software on the source machine has been uninstalled.\",\r\n \"recommendedAction\": \"\\n The source machine isn’t being replicated as the mobility service software has been uninstalled, but can be failed over to the latest available recovery point. In order to continue protecting this machine :\\n 1) Disable replication for the machine. After removing the replicating machine from Azure Site Recovery perform step 2.\\n 2) Enable replication for the machine to push install the mobility service software on the machine, or, install the mobility service software on the machine manually, register it to the Configuration server, and enable replication.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T11:17:12.0500719Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887246534587822_41191942-c83e-4b12-8d9e-308ac5419be6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887246534587822_41191942-c83e-4b12-8d9e-308ac5419be6\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_MobilityServiceUninstalledFromSource\",\r\n \"description\": \"Mobility service uninstalled.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc24\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T11:17:12.0187985Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78155\",\r\n \"errorMessage\": \"Replication health of ScaleWinSrc24 is critical as the Azure Site Recovery mobility service software has been uninstalled from the machine.\",\r\n \"possibleCauses\": \"Mobility service software on the source machine has been uninstalled.\",\r\n \"recommendedAction\": \"\\n The source machine isn’t being replicated as the mobility service software has been uninstalled, but can be failed over to the latest available recovery point. In order to continue protecting this machine :\\n 1) Disable replication for the machine. After removing the replicating machine from Azure Site Recovery perform step 2.\\n 2) Enable replication for the machine to push install the mobility service software on the machine, or, install the mobility service software on the machine manually, register it to the Configuration server, and enable replication.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T11:17:12.0187985Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887246583652083_1f5c00d4-5d49-4683-99f6-c86417a361af\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887246583652083_1f5c00d4-5d49-4683-99f6-c86417a361af\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc01\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T11:17:07.1123724Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78155\",\r\n \"errorMessage\": \"Replication health of ScaleWinSrc01 is critical as the Azure Site Recovery mobility service software has been uninstalled from the machine.\",\r\n \"possibleCauses\": \"Mobility service software on the source machine has been uninstalled.\",\r\n \"recommendedAction\": \"\\n The source machine isn’t being replicated as the mobility service software has been uninstalled, but can be failed over to the latest available recovery point. In order to continue protecting this machine :\\n 1) Disable replication for the machine. After removing the replicating machine from Azure Site Recovery perform step 2.\\n 2) Enable replication for the machine to push install the mobility service software on the machine, or, install the mobility service software on the machine manually, register it to the Configuration server, and enable replication.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T11:17:07.1123724Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887246583807990_91c2caf0-cb3a-42e6-9ac0-863319568ecb\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887246583807990_91c2caf0-cb3a-42e6-9ac0-863319568ecb\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_MobilityServiceUninstalledFromSource\",\r\n \"description\": \"Mobility service uninstalled.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"ScaleWinSrc01\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T11:17:07.0967817Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/20cb5524922ccbd97c70b3e00946297f51fedc0a1641e1add59f5823c530502a\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"ScaleWinFBMT\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78155\",\r\n \"errorMessage\": \"Replication health of ScaleWinSrc01 is critical as the Azure Site Recovery mobility service software has been uninstalled from the machine.\",\r\n \"possibleCauses\": \"Mobility service software on the source machine has been uninstalled.\",\r\n \"recommendedAction\": \"\\n The source machine isn’t being replicated as the mobility service software has been uninstalled, but can be failed over to the latest available recovery point. In order to continue protecting this machine :\\n 1) Disable replication for the machine. After removing the replicating machine from Azure Site Recovery perform step 2.\\n 2) Enable replication for the machine to push install the mobility service software on the machine, or, install the mobility service software on the machine manually, register it to the Configuration server, and enable replication.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T11:17:07.0967817Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887289419160225_e16e2ac8-9716-4dbc-94b0-0e7ee1bedf22\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887289419160225_e16e2ac8-9716-4dbc-94b0-0e7ee1bedf22\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-ubuntu1404\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:05:43.5615582Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"PRGOYAL-TEST3\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'prgoyal-ubuntu1404' or the master target server 'prgoyal-ubuntumt' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:43.5615582Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887289419316393_46c34fd3-b326-4806-b101-ef50990085dc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887289419316393_46c34fd3-b326-4806-b101-ef50990085dc\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00023\",\r\n \"description\": \"No communication from the mobility service.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-ubuntu1404\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:05:43.5459414Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"PRGOYAL-TEST3\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78174\",\r\n \"errorMessage\": \"No heartbeat received from the mobility service on the source machine 'prgoyal-ubuntu1404' in the last 15 minutes.\",\r\n \"possibleCauses\": \"\\n 1. The mobility service is not running on the source machine\\n 2. There is no network connectivity from the source machine to the configuration server.\\n 3. The source machine is not up\\n 4. The source machine is running a version of the mobility service older than 9.4 and is unable to authenticate with the configuration server\\n \",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The source machine is up and that the mobility service(\\\"InMage Scout VX Agent - Sentinel/Outpost\\\", and \\\"InMage Scout Application Service\\\") is running on the host\\n 2) The source machines has network connectivity to the configuration server on the configuration server tcp port 443.\\n 3) If the mobility service version on the machine is 9.3 or lower, upgrade to the latest version of the mobility service\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:43.5459414Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887289424148598_c03a2013-7f6e-463e-950e-883bd3889afd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887289424148598_c03a2013-7f6e-463e-950e-883bd3889afd\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is in Critical state.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PRGOYAL-TEST4\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:05:43.0627209Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"PRGOYAL-TEST3\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0, Disk2'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:43.0627209Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78174\",\r\n \"errorMessage\": \"No heartbeat received from the mobility service on the source machine 'PRGOYAL-TEST4' in the last 15 minutes.\",\r\n \"possibleCauses\": \"\\n 1. The mobility service is not running on the source machine\\n 2. There is no network connectivity from the source machine to the configuration server.\\n 3. The source machine is not up\\n 4. The source machine is running a version of the mobility service older than 9.4 and is unable to authenticate with the configuration server\\n \",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The source machine is up and that the mobility service(\\\"InMage Scout VX Agent - Sentinel/Outpost\\\", and \\\"InMage Scout Application Service\\\") is running on the host\\n 2) The source machines has network connectivity to the configuration server on the configuration server tcp port 443.\\n 3) If the mobility service version on the machine is 9.3 or lower, upgrade to the latest version of the mobility service\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:43.0627209Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'PRGOYAL-TEST4' or the master target server 'prgoyal-test2' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:43.0627209Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887289424472594_11e79f50-eebd-4e61-8f63-7e56d2c2aaf3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887289424472594_11e79f50-eebd-4e61-8f63-7e56d2c2aaf3\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0001\",\r\n \"description\": \"No communication from the source.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PRGOYAL-TEST4\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:05:43.0303213Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"PRGOYAL-TEST3\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78022\",\r\n \"errorMessage\": \"No mobility service heartbeat from the source 'PRGOYAL-TEST4' or the master target server 'prgoyal-test2' in the last 15 minutes.\",\r\n \"possibleCauses\": \"The mobility service is not running on the host. There is no network connectivity from the host to the configuration server.\",\r\n \"recommendedAction\": \"\\n Ensure that the mobility service(InMage Scout VX Agent - Sentinel/Outpost, InMage Scout Application Service) is running on the host, host is connected to a network and the configuration server is reachable from the host.\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:43.0303213Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887289424628859_1171588d-e158-4618-8a46-46db27408315\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887289424628859_1171588d-e158-4618-8a46-46db27408315\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH0007\",\r\n \"description\": \"RPO threshold exceeded.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PRGOYAL-TEST4\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:05:43.0146948Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"PRGOYAL-TEST3\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78026\",\r\n \"errorMessage\": \"RPO has exceeded the configured threshold for source disks 'Disk0, Disk2'.\",\r\n \"possibleCauses\": \"\\n The RPO for a replicating machine may be impacted if:\\n 1. The machine is shutdown, the Mobility service components on the machine is not running, or the machine doesn’t have network connectivity to the process server.\\n 2. The replicating machine is unable to upload changes fast enough to the process server, or the replicating machine has been flow controlled/throttled by the process server, thereby causing the machine to go into a non-data replication mode.\\n 3. Recovery tag generation failures on the replicating machine.\\n 4. The process server is unable to upload changes fast enough to the target/log Azure storage account (or the master target server if replicating to an on-premises site). This in turn can happen due to network connectivity issues /glitches or insufficient network throughput/bandwidth between the process server and the Azure log/target storage account.\\n 5. Storage IOPs/throughput limits are being hit on the log/target storage account resulting in reduced end to end upload throughput from the process server to the log/target storage account in Azure.\\n \",\r\n \"recommendedAction\": \"\\n 1. If there are other errors for the replicating machine, resolve them first.\\n 2. See the list of recent events for the replicating machine that may be impacting the RPO of the machine by going to the events section of the recovery services vault. If there are any such events, resolve them.\\n 3. Ensure that you have sufficient network bandwidth between the process server and the log/target Azure storage account (or master target server if replicating to on-premises site) to upload replication data, and that you are replicating to the appropriate tier of storage based on the data change rate characteristics of the replicating machine. Use the ASR deployment planner (https://aka.ms/asr-v2a-deployment-planner) to estimate the necessary network bandwidth requirements and the appropriate tier of storage to replicate to.\\n\\n Refer to the article https://aka.ms/asr-v2a-rpo-exceeded , to learn how to troubleshoot replication issues.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:43.0146948Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091887289424628859_83008b8b-77aa-4947-af20-93af0aae4989\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/VmMonitoringEvent;9091887289424628859_83008b8b-77aa-4947-af20-93af0aae4989\",\r\n \"properties\": {\r\n \"eventCode\": \"InMageCommon_ECH00023\",\r\n \"description\": \"No communication from the mobility service.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PRGOYAL-TEST4\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:05:43.0146948Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"InMageAzureV2\",\r\n \"eventType\": null,\r\n \"category\": null,\r\n \"component\": null,\r\n \"correctiveAction\": null,\r\n \"details\": null,\r\n \"summary\": null,\r\n \"siteName\": \"PRGOYAL-TEST3\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"78174\",\r\n \"errorMessage\": \"No heartbeat received from the mobility service on the source machine 'PRGOYAL-TEST4' in the last 15 minutes.\",\r\n \"possibleCauses\": \"\\n 1. The mobility service is not running on the source machine\\n 2. There is no network connectivity from the source machine to the configuration server.\\n 3. The source machine is not up\\n 4. The source machine is running a version of the mobility service older than 9.4 and is unable to authenticate with the configuration server\\n \",\r\n \"recommendedAction\": \"\\n Ensure that\\n 1) The source machine is up and that the mobility service(\\\"InMage Scout VX Agent - Sentinel/Outpost\\\", and \\\"InMage Scout Application Service\\\") is running on the host\\n 2) The source machines has network connectivity to the configuration server on the configuration server tcp port 443.\\n 3) If the mobility service version on the machine is 9.3 or lower, upgrade to the latest version of the mobility service\\n Read more at https://aka.ms/asr-v2a-no-heartbeat.\\n \",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:43.0146948Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887289708537976_8b913a39-c0bb-49a5-b862-6e2ac52914d4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887289708537976_8b913a39-c0bb-49a5-b862-6e2ac52914d4\",\r\n \"properties\": {\r\n \"eventCode\": \"SrsServerHealthChanged\",\r\n \"description\": \"Server health is in Critical state.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-test3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:05:14.6237831Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"808\",\r\n \"errorMessage\": \"Master target mobility agent service heartbeat is missing.\",\r\n \"possibleCauses\": \"InMageVxAgent is not running.\",\r\n \"recommendedAction\": \"Check and restart the InMageVxAgent service.\",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:14.6237831Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"809\",\r\n \"errorMessage\": \"Master target application service heartbeat is missing.\",\r\n \"possibleCauses\": \"The application service is not running.\",\r\n \"recommendedAction\": \"Check and restart the application service heartbeat.\",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:14.6237831Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887289708694277_71339f75-90c5-4876-98ae-e1bb51ce473e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887289708694277_71339f75-90c5-4876-98ae-e1bb51ce473e\",\r\n \"properties\": {\r\n \"eventCode\": \"MasterTargetApplicationServiceHeartbeat\",\r\n \"description\": \"Master target application service heartbeat is missing.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-test3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:05:14.608153Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"809\",\r\n \"errorMessage\": \"Master target application service heartbeat is missing.\",\r\n \"possibleCauses\": \"The application service is not running.\",\r\n \"recommendedAction\": \"Check and restart the application service heartbeat.\",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:14.608153Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887289708694277_b51faad0-7ddd-46a8-a0c0-7a3679a2f6f6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887289708694277_b51faad0-7ddd-46a8-a0c0-7a3679a2f6f6\",\r\n \"properties\": {\r\n \"eventCode\": \"MasterTargetMobilityAgentServiceHeartbeat\",\r\n \"description\": \"Master target mobility agent service heartbeat is missing.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-test3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:05:14.608153Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"808\",\r\n \"errorMessage\": \"Master target mobility agent service heartbeat is missing.\",\r\n \"possibleCauses\": \"InMageVxAgent is not running.\",\r\n \"recommendedAction\": \"Check and restart the InMageVxAgent service.\",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:14.608153Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887289709181225_6f055cf8-8259-45e8-932a-4faf374d15e5\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887289709181225_6f055cf8-8259-45e8-932a-4faf374d15e5\",\r\n \"properties\": {\r\n \"eventCode\": \"SrsServerHealthChanged\",\r\n \"description\": \"Server health is in Critical state.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-ubuntumt\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:05:14.5594582Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"808\",\r\n \"errorMessage\": \"Master target mobility agent service heartbeat is missing.\",\r\n \"possibleCauses\": \"InMageVxAgent is not running.\",\r\n \"recommendedAction\": \"Check and restart the InMageVxAgent service.\",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:14.5594582Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"809\",\r\n \"errorMessage\": \"Master target application service heartbeat is missing.\",\r\n \"possibleCauses\": \"The application service is not running.\",\r\n \"recommendedAction\": \"Check and restart the application service heartbeat.\",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:14.5594582Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887289709649791_937235f3-e54c-4c8c-8fa1-a042f3ec3e6e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887289709649791_937235f3-e54c-4c8c-8fa1-a042f3ec3e6e\",\r\n \"properties\": {\r\n \"eventCode\": \"MasterTargetMobilityAgentServiceHeartbeat\",\r\n \"description\": \"Master target mobility agent service heartbeat is missing.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-ubuntumt\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:05:14.5126016Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"808\",\r\n \"errorMessage\": \"Master target mobility agent service heartbeat is missing.\",\r\n \"possibleCauses\": \"InMageVxAgent is not running.\",\r\n \"recommendedAction\": \"Check and restart the InMageVxAgent service.\",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:14.5126016Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887289709649791_ea6ef69c-210d-483e-8cda-a8b0e362f8de\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887289709649791_ea6ef69c-210d-483e-8cda-a8b0e362f8de\",\r\n \"properties\": {\r\n \"eventCode\": \"MasterTargetApplicationServiceHeartbeat\",\r\n \"description\": \"Master target application service heartbeat is missing.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-ubuntumt\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:05:14.5126016Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"809\",\r\n \"errorMessage\": \"Master target application service heartbeat is missing.\",\r\n \"possibleCauses\": \"The application service is not running.\",\r\n \"recommendedAction\": \"Check and restart the application service heartbeat.\",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:14.5126016Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887289710099655_ed5ee11d-484b-4a35-88e9-d279fb7aaafc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887289710099655_ed5ee11d-484b-4a35-88e9-d279fb7aaafc\",\r\n \"properties\": {\r\n \"eventCode\": \"SrsServerHealthChanged\",\r\n \"description\": \"Server health is in Critical state.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-test2\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:05:14.4676152Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"808\",\r\n \"errorMessage\": \"Master target mobility agent service heartbeat is missing.\",\r\n \"possibleCauses\": \"InMageVxAgent is not running.\",\r\n \"recommendedAction\": \"Check and restart the InMageVxAgent service.\",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:14.4676152Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"809\",\r\n \"errorMessage\": \"Master target application service heartbeat is missing.\",\r\n \"possibleCauses\": \"The application service is not running.\",\r\n \"recommendedAction\": \"Check and restart the application service heartbeat.\",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:14.4676152Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887289710431243_2d931020-1e45-4c7d-9267-cefa1e652014\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887289710431243_2d931020-1e45-4c7d-9267-cefa1e652014\",\r\n \"properties\": {\r\n \"eventCode\": \"MasterTargetApplicationServiceHeartbeat\",\r\n \"description\": \"Master target application service heartbeat is missing.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-test2\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:05:14.4344564Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"809\",\r\n \"errorMessage\": \"Master target application service heartbeat is missing.\",\r\n \"possibleCauses\": \"The application service is not running.\",\r\n \"recommendedAction\": \"Check and restart the application service heartbeat.\",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:14.4344564Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887289710586851_0a807737-94a9-4919-a4d2-c2c745cd80fa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887289710586851_0a807737-94a9-4919-a4d2-c2c745cd80fa\",\r\n \"properties\": {\r\n \"eventCode\": \"MasterTargetMobilityAgentServiceHeartbeat\",\r\n \"description\": \"Master target mobility agent service heartbeat is missing.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"prgoyal-test2\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:05:14.4188956Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/2b78434813eee268791d470b0bb1b6ea9fb7669eace05cf482747f68d45d1664\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"808\",\r\n \"errorMessage\": \"Master target mobility agent service heartbeat is missing.\",\r\n \"possibleCauses\": \"InMageVxAgent is not running.\",\r\n \"recommendedAction\": \"Check and restart the InMageVxAgent service.\",\r\n \"creationTimeUtc\": \"2017-08-29T10:05:14.4188956Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887290989355194_ba77aaa0-5dc6-4002-a299-25ee13115cab\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887290989355194_ba77aaa0-5dc6-4002-a299-25ee13115cab\",\r\n \"properties\": {\r\n \"eventCode\": \"SrsServerHealthChanged\",\r\n \"description\": \"Server health is in Critical state.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"V2A-w2K12-139\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:03:06.5420613Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"806\",\r\n \"errorMessage\": \"Process server heartbeat is missing.\",\r\n \"possibleCauses\": \"PS service is not running.\",\r\n \"recommendedAction\": \"Check and restart the tmansvc service on process server.\",\r\n \"creationTimeUtc\": \"2017-08-29T10:03:06.5420613Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9091887290989667261_489bc2e3-c65e-4a77-8a83-6f7367093985\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationEvents/ServerMonitoringEvent;9091887290989667261_489bc2e3-c65e-4a77-8a83-6f7367093985\",\r\n \"properties\": {\r\n \"eventCode\": \"ProcessServerHeartbeatMissing\",\r\n \"description\": \"Process server heartbeat is missing.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"V2A-w2K12-139\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-08-29T10:03:06.5108546Z\",\r\n \"fabricId\": \"/Subscriptions/7c943c1b-5122-4097-90c8-861411bdd574/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/IbizaV2ATest/replicationFabrics/8fbe4080e61082d04e83a94ae9939e6f7a6a42dcb20e1596ffe28d7e5eec38c3\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCode\": \"806\",\r\n \"errorMessage\": \"Process server heartbeat is missing.\",\r\n \"possibleCauses\": \"PS service is not running.\",\r\n \"recommendedAction\": \"Check and restart the tmansvc service on process server.\",\r\n \"creationTimeUtc\": \"2017-08-29T10:03:06.5108546Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Tue, 05 Sep 2017 09:38:15 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11900" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "debe0c36-9e9d-4501-b67c-1caad8b5b317 9/5/2017 9:38:16 AM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "9ec7f4ee-f24c-4d7f-881c-8e28f3249e9f 3/18/2021 7:55:59 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "debe0c36-9e9d-4501-b67c-1caad8b5b317" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11503" + "9ec7f4ee-f24c-4d7f-881c-8e28f3249e9f" ], "x-ms-correlation-request-id": [ - "35dde986-10b7-4e42-bc90-bd8afa28b18b" + "6760ea6e-3daf-46b1-bf20-e6483d0331e0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170905T093816Z:35dde986-10b7-4e42-bc90-bd8afa28b18b" + "CENTRALUSEUAP:20210318T195559Z:6760ea6e-3daf-46b1-bf20-e6483d0331e0" + ], + "Date": [ + "Thu, 18 Mar 2021 19:55:58 GMT" + ], + "Content-Length": [ + "47497" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766356503184869_a7ff33fd-6f10-429b-add2-d6fc3ff3d826\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766356503184869_a7ff33fd-6f10-429b-add2-d6fc3ff3d826\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"TestIssue1\",\r\n \"affectedObjectCorrelationId\": \"aa84f16d-9286-4e8a-8a54-7476254053a3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T19:07:15.1590938Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161008\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"No connected network interface is configured for the virtual machine 'TestIssue1'.\",\r\n \"possibleCauses\": \"The source virtual machine doesn't have a network interface or all the network interfaces were deleted.\",\r\n \"recommendedAction\": \"If there is no network interface on the source machine, add one and then go to Compute and Network settings of the virtual machine to configure the network interface.\",\r\n \"creationTimeUtc\": \"2021-03-18T19:07:15.1590938Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766369186233028_dd9709ff-4ada-4a33-a023-b4ad02ab3393\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766369186233028_dd9709ff-4ada-4a33-a023-b4ad02ab3393\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T18:46:06.8542779Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'VMforSDK'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T18:46:06.8542779Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766431590910578_4dc6f028-cad0-491d-8630-dc30407a9a0e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766431590910578_4dc6f028-cad0-491d-8630-dc30407a9a0e\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDKFirst\",\r\n \"affectedObjectCorrelationId\": \"d7ceffc4-255d-4d2f-affd-38fa714d92c5\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T17:02:06.3865229Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"SiteRecoveryTestSite1\",\r\n \"fabricName\": \"SiteRecoveryTestSite1\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68525\",\r\n \"summaryMessage\": \"Delay in App consistent Checkpoint.\",\r\n \"errorMessage\": \"The time duration since the last successful application consistent checkpoint has exceeded the warning limit for the virtual machine.\",\r\n \"possibleCauses\": \"\\n 1. VSS is not enabled or in an unhealthy state in the virtual machine.\\n 2. Unsupported configuration inside the VM like presence of dynamic disk or iSCSI disk.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that latest integration services are installed on the virtual machine.\\n 2. VSS/Backup integration services are enabled for the virtual machine.\\n 3. Check the health state of VSS writers in the virtual machine.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T17:02:06.3865229Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68513\",\r\n \"summaryMessage\": \"Replication hasn't progressed in the last one hour\",\r\n \"errorMessage\": \"The virtual machine couldn't be replicated.\",\r\n \"possibleCauses\": \"The last successful replication for virtual machine 'VMforSDKFirst' in cloud/site 'SiteRecoveryTestSite1' was more than an hour ago. Replication couldn't complete because of issues with connectivity to the Azure storage account.\",\r\n \"recommendedAction\": \"Fix any issues in the Event Viewer logs (Applications and Service Logs - MicrosoftAzureRecoveryServices) on the Hyper-V host server and if required resume the replication.\",\r\n \"creationTimeUtc\": \"2021-03-18T17:02:06.3865229Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766561176488040_d88fed70-3af9-4bc1-bd37-93da25368e6e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766561176488040_d88fed70-3af9-4bc1-bd37-93da25368e6e\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"f1facd79-e6ef-49ad-bfe2-7e45450e10a7\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T13:26:07.8287767Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'VMforSDK'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T13:26:07.8287767Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9090766684176858757_0670a97e-5915-4b03-8931-dc151fb31fbd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/ServerMonitoringEvent;9090766684176858757_0670a97e-5915-4b03-8931-dc151fb31fbd\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"affectedObjectCorrelationId\": \"f3ce4b50-831d-5af4-9c48-dcbc41521358\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T10:01:07.791705Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"FabricInfrastructure\",\r\n \"errorCode\": \"581\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"The Hyper-V server 'IDCLAB-A068.fareast.corp.microsoft.com' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Hyper-V 'IDCLAB-A068.fareast.corp.microsoft.com'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Hyper-V Virtual Machine Management service is running.\\n 2. The Microsoft Azure Site Recovery Provider service is running.\\n 3. The server can connect to the Internet.\\n 4. The proxy settings used to connect to Microsoft Azure Site Recovery are correct.\\n 5. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 6. The certificate used to connect from Azure to the Hyper-V server is valid.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T10:01:07.791705Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766685206031178_cbcc5a6f-661b-4b9d-b3ce-cf5a57c14d97\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766685206031178_cbcc5a6f-661b-4b9d-b3ce-cf5a57c14d97\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"0168b29c-3441-4566-a9c3-d629874e0f23\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T09:59:24.8744629Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'VMforSDK'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T09:59:24.8744629Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9090766711454209217_7d2cb46a-ff4e-4a6b-a09f-bba5b51a93b0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/ServerMonitoringEvent;9090766711454209217_7d2cb46a-ff4e-4a6b-a09f-bba5b51a93b0\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"affectedObjectCorrelationId\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T09:15:40.056659Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"FabricInfrastructure\",\r\n \"errorCode\": \"581\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"The Hyper-V server 'IDCLAB-A068.fareast.corp.microsoft.com' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Hyper-V 'IDCLAB-A068.fareast.corp.microsoft.com'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Hyper-V Virtual Machine Management service is running.\\n 2. The Microsoft Azure Site Recovery Provider service is running.\\n 3. The server can connect to the Internet.\\n 4. The proxy settings used to connect to Microsoft Azure Site Recovery are correct.\\n 5. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 6. The certificate used to connect from Azure to the Hyper-V server is valid.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T09:15:40.056659Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766721512951162_be960c1c-5931-4193-923d-b7efd3a53272\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766721512951162_be960c1c-5931-4193-923d-b7efd3a53272\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm2\",\r\n \"affectedObjectCorrelationId\": \"f7915d2a-2823-458b-a82c-4af615a3e4af\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T08:58:54.1824645Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"ForPowershell\",\r\n \"fabricName\": \"ForPowershell\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68510\",\r\n \"summaryMessage\": \"Resynchronization required\",\r\n \"errorMessage\": \"The virtual machine couldn't be replicated.\",\r\n \"possibleCauses\": \"The virtual machine 'PowershellVm2' in cloud/site 'ForPowershell' needs to be resynchronized because of consecutive replication cycles have been missed.\",\r\n \"recommendedAction\": \"Fix any issues in the Event Viewer logs (Applications and Service Logs - MicrosoftAzureRecoveryServices) on the Hyper-V host server.\",\r\n \"creationTimeUtc\": \"2021-03-18T08:58:54.1824645Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"18018\",\r\n \"summaryMessage\": \"Resynchronization task canceled\",\r\n \"errorMessage\": \"Resynchronization for the virtual machine PowershellVm2 failed since the task was canceled. (ErrorCode: 80042001 Timestamp 3/18/2021 8:55:23 AM).\",\r\n \"possibleCauses\": \"\\n 1. The amount of free space available on disk on the Hyper-V host, has fallen below the minimum required threshold(to store replication logs.)\\n 2. The task was canceled due to a Hyper-V error.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is sufficient free space on the Hyper-V host to store replication logs.\\n 2. Check event viewer on the Hyper-V host for replication related issues and address them.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T08:58:54.1824645Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766857748696285_bcaef492-a40b-440c-8f81-a2dd95b51abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766857748696285_bcaef492-a40b-440c-8f81-a2dd95b51abc\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"818b0913-2dc8-4078-8ab1-22495090c480\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T05:11:50.6079522Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"SiteRecoveryTestSite1\",\r\n \"fabricName\": \"SiteRecoveryTestSite1\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68525\",\r\n \"summaryMessage\": \"Delay in App consistent Checkpoint.\",\r\n \"errorMessage\": \"The time duration since the last successful application consistent checkpoint has exceeded the warning limit for the virtual machine.\",\r\n \"possibleCauses\": \"\\n 1. VSS is not enabled or in an unhealthy state in the virtual machine.\\n 2. Unsupported configuration inside the VM like presence of dynamic disk or iSCSI disk.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that latest integration services are installed on the virtual machine.\\n 2. VSS/Backup integration services are enabled for the virtual machine.\\n 3. Check the health state of VSS writers in the virtual machine.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T05:11:50.6079522Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68513\",\r\n \"summaryMessage\": \"Replication hasn't progressed in the last one hour\",\r\n \"errorMessage\": \"The virtual machine couldn't be replicated.\",\r\n \"possibleCauses\": \"The last successful replication for virtual machine 'VMforSDK' in cloud/site 'SiteRecoveryTestSite1' was more than an hour ago. Replication couldn't complete because of issues with connectivity to the Azure storage account.\",\r\n \"recommendedAction\": \"Fix any issues in the Event Viewer logs (Applications and Service Logs - MicrosoftAzureRecoveryServices) on the Hyper-V host server and if required resume the replication.\",\r\n \"creationTimeUtc\": \"2021-03-18T05:11:50.6079522Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766857757446005_81ed266a-716b-46c8-961e-2629f8dfec81\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766857757446005_81ed266a-716b-46c8-961e-2629f8dfec81\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDKFirst\",\r\n \"affectedObjectCorrelationId\": \"1baa345b-11b0-4fa2-82fd-abc7b9ef6916\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T05:11:49.7329802Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"SiteRecoveryTestSite1\",\r\n \"fabricName\": \"SiteRecoveryTestSite1\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68525\",\r\n \"summaryMessage\": \"Delay in App consistent Checkpoint.\",\r\n \"errorMessage\": \"The time duration since the last successful application consistent checkpoint has exceeded the warning limit for the virtual machine.\",\r\n \"possibleCauses\": \"\\n 1. VSS is not enabled or in an unhealthy state in the virtual machine.\\n 2. Unsupported configuration inside the VM like presence of dynamic disk or iSCSI disk.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that latest integration services are installed on the virtual machine.\\n 2. VSS/Backup integration services are enabled for the virtual machine.\\n 3. Check the health state of VSS writers in the virtual machine.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T05:11:49.7329802Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68513\",\r\n \"summaryMessage\": \"Replication hasn't progressed in the last one hour\",\r\n \"errorMessage\": \"The virtual machine couldn't be replicated.\",\r\n \"possibleCauses\": \"The last successful replication for virtual machine 'VMforSDKFirst' in cloud/site 'SiteRecoveryTestSite1' was more than an hour ago. Replication couldn't complete because of issues with connectivity to the Azure storage account.\",\r\n \"recommendedAction\": \"Fix any issues in the Event Viewer logs (Applications and Service Logs - MicrosoftAzureRecoveryServices) on the Hyper-V host server and if required resume the replication.\",\r\n \"creationTimeUtc\": \"2021-03-18T05:11:49.7329802Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9090767211508948037_a04382f2-ad58-4db5-8d59-679dc2ef26eb\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/ServerMonitoringEvent;9090767211508948037_a04382f2-ad58-4db5-8d59-679dc2ef26eb\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"affectedObjectCorrelationId\": \"f3ce4b50-831d-5af4-9c48-dcbc41521358\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-17T19:22:14.582777Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"FabricInfrastructure\",\r\n \"errorCode\": \"581\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"The Hyper-V server 'IDCLAB-A068.fareast.corp.microsoft.com' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Hyper-V 'IDCLAB-A068.fareast.corp.microsoft.com'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Hyper-V Virtual Machine Management service is running.\\n 2. The Microsoft Azure Site Recovery Provider service is running.\\n 3. The server can connect to the Internet.\\n 4. The proxy settings used to connect to Microsoft Azure Site Recovery are correct.\\n 5. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 6. The certificate used to connect from Azure to the Hyper-V server is valid.\\n \",\r\n \"creationTimeUtc\": \"2021-03-17T19:22:14.582777Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090767214100420501_ea10a594-d439-4195-bfb8-8d9afa1bc34a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090767214100420501_ea10a594-d439-4195-bfb8-8d9afa1bc34a\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"818b0913-2dc8-4078-8ab1-22495090c480\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-17T19:17:55.4355306Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'VMforSDK'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-17T19:17:55.4355306Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090767720823319770_6ea691a4-49a2-4a8b-9e1b-112faf207cef\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090767720823319770_6ea691a4-49a2-4a8b-9e1b-112faf207cef\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm2\",\r\n \"affectedObjectCorrelationId\": \"f7915d2a-2823-458b-a82c-4af615a3e4af\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-17T05:13:23.1456037Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"ForPowershell\",\r\n \"fabricName\": \"ForPowershell\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68515\",\r\n \"summaryMessage\": \"Replication hasn't progressed in the last five minutes\",\r\n \"errorMessage\": \"The virtual machine couldn't be replicated.\",\r\n \"possibleCauses\": \"The last successful replication for virtual machine 'PowershellVm2' in cloud/site 'ForPowershell' was more than five minutes ago. Replication couldn't complete because of issues with connectivity to the Azure storage account.\",\r\n \"recommendedAction\": \"Fix any issues in the Event Viewer logs (Applications and Service Logs - MicrosoftAzureRecoveryServices) on the Hyper-V host server and if required resume the replication.\",\r\n \"creationTimeUtc\": \"2021-03-17T05:13:23.1456037Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68512\",\r\n \"summaryMessage\": \"Replication hasn't progressed in the last ten minutes\",\r\n \"errorMessage\": \"The virtual machine couldn't be replicated.\",\r\n \"possibleCauses\": \"\\n 1. The last successful replication for virtual machine 'PowershellVm2' in cloud/site 'ForPowershell' was more than ten minutes ago. Replication couldn't complete because of issues with connectivity to the Azure storage account.\\n 2. The System Center Virtual Machine Manager and/or Hyper-V hosts do not have access to the endpoint used for security and identity management. Refer to https://aka.ms/authupdate for further details.\\n \",\r\n \"recommendedAction\": \"\\n 1. Fix any issues in the Event Viewer logs (Applications and Service Logs - MicrosoftAzureRecoveryServices) on the Hyper-V host server and if required resume the replication.\\n 2. Ensure that the System Center Virtual Machine Manager and/or Hyper-V hosts have access to the endpoint used for security and identity management, in case you recently updated the security authentication service. Refer to https://aka.ms/authupdate for further details.\\n \",\r\n \"creationTimeUtc\": \"2021-03-17T05:13:23.1456037Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68505\",\r\n \"summaryMessage\": \"Resynchronization in progress\",\r\n \"errorMessage\": \"The virtual machine resynchronization is in progress.\",\r\n \"possibleCauses\": \"Resynchronization hasn't finished for virtual machine 'PowershellVm2' in cloud/site 'ForPowershell'.\",\r\n \"recommendedAction\": \"No action is required. Wait for resynchronization to complete. If the resynchronization is slow, kindly check if your network bandwidth is available to complete the initial replication.\",\r\n \"creationTimeUtc\": \"2021-03-17T05:13:23.1456037Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090768030968546148_e2198cd2-cf5e-4b7b-8b5e-9b47246c244d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090768030968546148_e2198cd2-cf5e-4b7b-8b5e-9b47246c244d\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm1\",\r\n \"affectedObjectCorrelationId\": \"927b724c-df05-445c-829b-231009040dd3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-16T20:36:28.6229659Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'PowershellVm1'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-16T20:36:28.6229659Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090768109427167632_ca94c6b3-e273-48cb-838e-226ab448e642\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090768109427167632_ca94c6b3-e273-48cb-838e-226ab448e642\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm2\",\r\n \"affectedObjectCorrelationId\": \"f7915d2a-2823-458b-a82c-4af615a3e4af\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-16T18:25:42.7608175Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'PowershellVm2'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-16T18:25:42.7608175Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090768110092884113_62064eba-9685-486d-b952-1ed8ede05b0d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090768110092884113_62064eba-9685-486d-b952-1ed8ede05b0d\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm1\",\r\n \"affectedObjectCorrelationId\": \"78303b8d-01b1-48a7-9507-372c3c42d661\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-16T18:24:36.1891694Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'PowershellVm1'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-16T18:24:36.1891694Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090768118372855104_e70fa755-fb4d-4ee0-8bc7-276cbd235084\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090768118372855104_e70fa755-fb4d-4ee0-8bc7-276cbd235084\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm1\",\r\n \"affectedObjectCorrelationId\": \"886c07af-aee1-4312-87af-2036251355bb\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-16T18:10:48.1920703Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'PowershellVm1'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-16T18:10:48.1920703Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9090770710124815760_bfcef1d8-c555-4f81-9772-3afa8dcd6b19\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/ServerMonitoringEvent;9090770710124815760_bfcef1d8-c555-4f81-9772-3afa8dcd6b19\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"affectedObjectCorrelationId\": \"03da55c0-1ac3-4220-bde5-9e4b3401eba1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-13T18:11:12.9960047Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"FabricInfrastructure\",\r\n \"errorCode\": \"582\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"The VMM server 'IDCLAB-A495.fareast.corp.microsoft.com' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the VMM server 'IDCLAB-A495.fareast.corp.microsoft.com'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The VMM service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Microsoft Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the VMM server is valid.\\n \",\r\n \"creationTimeUtc\": \"2021-03-13T18:11:12.9960047Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090771704506675633_988b39fe-6c4a-4f50-a4a4-1dfa79e5ab0c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090771704506675633_988b39fe-6c4a-4f50-a4a4-1dfa79e5ab0c\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"40ce3161-a447-4745-9a28-cf5de98fea1a\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-12T14:33:54.8100174Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'VMforSDK'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-12T14:33:54.8100174Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "7c943c1b-5122-4097-90c8-861411bdd574" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListNetworkMapping.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListNetworkMapping.json index 26e4cbb3973ef..270d16970e637 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListNetworkMapping.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListNetworkMapping.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationNetworkMappings?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25OZXR3b3JrTWFwcGluZ3M/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationNetworkMappings?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uTmV0d29ya01hcHBpbmdzP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dada8db4-641e-42bc-88a7-123fc2c93cd6" + "c430b0cd-cdfb-4f86-b068-97023c5b5e68" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping\",\r\n \"name\": \"NWMapping\",\r\n \"properties\": {\r\n \"state\": \"Paired\",\r\n \"primaryNetworkFriendlyName\": \"corp\",\r\n \"primaryNetworkId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"primaryFabricFriendlyName\": \"CP-B3L40405-03.fareast.corp.microsoft.com\",\r\n \"recoveryNetworkFriendlyName\": \"vnetavrai\",\r\n \"recoveryNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryFabricArmId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"fabricSpecificSettings\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 06:32:13 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11875" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "dada8db4-641e-42bc-88a7-123fc2c93cd6 5/15/2017 6:32:14 AM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "c430b0cd-cdfb-4f86-b068-97023c5b5e68 3/18/2021 6:29:21 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "dada8db4-641e-42bc-88a7-123fc2c93cd6" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14421" + "c430b0cd-cdfb-4f86-b068-97023c5b5e68" ], "x-ms-correlation-request-id": [ - "5079989f-0fe1-45b4-a206-37ab42ec97af" + "db07ea4d-ec1e-412a-960a-3e62af3561f4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T063214Z:5079989f-0fe1-45b4-a206-37ab42ec97af" + "CENTRALUSEUAP:20210318T182921Z:db07ea4d-ec1e-412a-960a-3e62af3561f4" + ], + "Date": [ + "Thu, 18 Mar 2021 18:29:20 GMT" + ], + "Content-Length": [ + "1437" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping\",\r\n \"name\": \"NWMapping\",\r\n \"properties\": {\r\n \"state\": \"Paired\",\r\n \"primaryNetworkFriendlyName\": \"corp\",\r\n \"primaryNetworkId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f\",\r\n \"primaryFabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"recoveryNetworkFriendlyName\": \"vnh2atest\",\r\n \"recoveryNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"recoveryFabricArmId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"fabricSpecificSettings\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListNetworks.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListNetworks.json index b512d6174afc7..81f74264a3544 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListNetworks.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListNetworks.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationNetworks?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25OZXR3b3Jrcz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationNetworks?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uTmV0d29ya3M/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a30ac730-3381-4c4f-ae60-64e528a12a2e" + "ab0a407f-5d21-4a1a-b13f-31b72f876512" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/775b9f7a-e5a7-4681-abde-567cb70de658\",\r\n \"name\": \"775b9f7a-e5a7-4681-abde-567cb70de658\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"VSwitch_VLan\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/9f186446-40a8-4025-a970-64c1c1d6ddf9\",\r\n \"name\": \"9f186446-40a8-4025-a970-64c1c1d6ddf9\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"VSwitch_Wnv\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/ad2d0cec-165e-4aac-8a0f-62a17096abcf\",\r\n \"name\": \"ad2d0cec-165e-4aac-8a0f-62a17096abcf\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"VSwitch_NoIso\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"name\": \"c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"corp\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 04:54:40 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a30ac730-3381-4c4f-ae60-64e528a12a2e 5/15/2017 4:54:40 AM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "ab0a407f-5d21-4a1a-b13f-31b72f876512 3/18/2021 6:26:42 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "a30ac730-3381-4c4f-ae60-64e528a12a2e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "ab0a407f-5d21-4a1a-b13f-31b72f876512" ], "x-ms-correlation-request-id": [ - "c8d88618-123d-4ce6-a715-bebdf74228fa" + "610ed69b-6129-437c-a3a5-d7b144b7928b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T045440Z:c8d88618-123d-4ce6-a715-bebdf74228fa" + "CENTRALUSEUAP:20210318T182642Z:610ed69b-6129-437c-a3a5-d7b144b7928b" + ], + "Date": [ + "Thu, 18 Mar 2021 18:26:42 GMT" + ], + "Content-Length": [ + "2980" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f\",\r\n \"name\": \"4f704b8f-946c-4705-9844-11167e90102f\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"corp\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/698965e0-a301-4a99-b2c6-ad8f1bb74262\",\r\n \"name\": \"698965e0-a301-4a99-b2c6-ad8f1bb74262\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"VN22\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/9127efaa-f06b-4259-b59f-dfe5d70ff0c1\",\r\n \"name\": \"9127efaa-f06b-4259-b59f-dfe5d70ff0c1\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"subnets\": [],\r\n \"friendlyName\": \"VN11\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationNetworks/QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==\",\r\n \"name\": \"QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==\",\r\n \"properties\": {\r\n \"fabricType\": \"HyperVSite\",\r\n \"subnets\": [\r\n {\r\n \"name\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"friendlyName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"addressList\": []\r\n }\r\n ],\r\n \"friendlyName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n },\r\n {\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell/replicationNetworks/QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==\",\r\n \"name\": \"QnJvYWRjb20gTmV0WHRyZW1lIEdpZ2FiaXQgRXRoZXJuZXQgLSBWaXJ0dWFsIFN3aXRjaA==\",\r\n \"properties\": {\r\n \"fabricType\": \"HyperVSite\",\r\n \"subnets\": [\r\n {\r\n \"name\": \"f3ce4b50-831d-5af4-9c48-dcbc41521358\",\r\n \"friendlyName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"addressList\": []\r\n }\r\n ],\r\n \"friendlyName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"networkType\": \"NoIsolation\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListPolicy.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListPolicy.json index 933ed7d54662b..b5d067fd075c4 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListPolicy.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListPolicy.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUG9saWNpZXM/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "38b80443-e1e4-46a7-8614-b521cfdffb5d" + "3fece2b2-1353-48da-937a-82fa0ebc6fd5" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"name\": \"protectionprofile1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 3,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/testing\",\r\n \"name\": \"testing\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"testing\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 4,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/abcd\",\r\n \"name\": \"abcd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"abcd\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 4,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:32:41 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "38b80443-e1e4-46a7-8614-b521cfdffb5d 5/13/2017 7:32:42 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "3fece2b2-1353-48da-937a-82fa0ebc6fd5 3/17/2021 7:19:26 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "38b80443-e1e4-46a7-8614-b521cfdffb5d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13807" + "3fece2b2-1353-48da-937a-82fa0ebc6fd5" ], "x-ms-correlation-request-id": [ - "7a89b0f3-b4f7-4617-80d4-eac1513186d4" + "65009d6b-6f60-4987-8de0-57d981620b4c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T193241Z:7a89b0f3-b4f7-4617-80d4-eac1513186d4" + "CENTRALUSEUAP:20210317T191926Z:65009d6b-6f60-4987-8de0-57d981620b4c" + ], + "Date": [ + "Wed, 17 Mar 2021 19:19:25 GMT" + ], + "Content-Length": [ + "2063" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile1\",\r\n \"name\": \"protectionprofile1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 4,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/B2APolicyTest1\",\r\n \"name\": \"B2APolicyTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"B2APolicyTest1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 1,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 0,\r\n \"replicationInterval\": 30,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"name\": \"protectionprofile2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile2\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 4,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListRecoveryPoints.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListRecoveryPoints.json index 1d1340fe871d7..225b2a08e7e11 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListRecoveryPoints.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListRecoveryPoints.json @@ -1,150 +1,142 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3748fb45-900e-4ae7-9bc0-d0a2959446f5" + "bd65fe65-df0d-4aed-8785-a501078a789d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:28:40 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "3748fb45-900e-4ae7-9bc0-d0a2959446f5 5/13/2017 6:28:41 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "bd65fe65-df0d-4aed-8785-a501078a789d 3/18/2021 7:56:31 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "3748fb45-900e-4ae7-9bc0-d0a2959446f5" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13958" + "bd65fe65-df0d-4aed-8785-a501078a789d" ], "x-ms-correlation-request-id": [ - "7e3be74f-e19a-4724-863c-bcc64a398505" + "b8efe039-e5b7-4f3f-a913-cd800602f189" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T182840Z:7e3be74f-e19a-4724-863c-bcc64a398505" + "CENTRALUSEUAP:20210318T195631Z:b8efe039-e5b7-4f3f-a913-cd800602f189" + ], + "Date": [ + "Thu, 18 Mar 2021 19:56:31 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 3,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMS9yZWNvdmVyeVBvaW50cz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290/recoveryPoints?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy8xOTNjYTA5OC05OTFkLTRhNmYtYmU3OC1kYTJjNmU3YmQyOTAvcmVjb3ZlcnlQb2ludHM/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e279891-efbd-4845-b7fc-984bf7e434f8" + "48036827-31b3-42bc-b47a-98ebedbb698b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"45d61bcf-18e7-4adb-974f-f14285a8d300\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/45d61bcf-18e7-4adb-974f-f14285a8d300\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T12:50:04.987183Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"99f5233c-d877-4720-9ec6-3f12f0e5e16f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/99f5233c-d877-4720-9ec6-3f12f0e5e16f\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T13:50:05.0418678Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"2d49ba23-127d-43ca-b6c9-12df6fa54837\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/2d49ba23-127d-43ca-b6c9-12df6fa54837\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T14:50:05.255575Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"b4b62a79-aaa4-4208-ba5a-4dbfe0ceecf8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/b4b62a79-aaa4-4208-ba5a-4dbfe0ceecf8\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T15:50:05.2791722Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"c76dc9a4-13fe-48f7-a53a-00eec3b672bd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/c76dc9a4-13fe-48f7-a53a-00eec3b672bd\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T15:55:05.2811251Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"d0ee17b6-0c2a-4029-b99a-305ab852d7cf\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/d0ee17b6-0c2a-4029-b99a-305ab852d7cf\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:00:05.283079Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"8bae52c8-6260-4130-9eb6-9591676a8c27\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/8bae52c8-6260-4130-9eb6-9591676a8c27\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:05:05.2850315Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"f8df595a-263c-4981-b415-60e044ab958c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/f8df595a-263c-4981-b415-60e044ab958c\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:10:05.2869814Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"d93d58db-29bc-4ae1-a7ba-c29b8f0799c0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/d93d58db-29bc-4ae1-a7ba-c29b8f0799c0\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:15:05.2889342Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"085b194e-1680-495d-9523-59985d8a694b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/085b194e-1680-495d-9523-59985d8a694b\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:20:05.2908896Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"eb6a26e9-f37b-4144-ace8-3a010a374d18\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/eb6a26e9-f37b-4144-ace8-3a010a374d18\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:25:05.2928424Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"1dab4943-7497-4991-a3b1-cc8a275ec820\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/1dab4943-7497-4991-a3b1-cc8a275ec820\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:30:05.2947927Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"924d6711-9e5a-40d6-99a0-2835ba8bef8e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/924d6711-9e5a-40d6-99a0-2835ba8bef8e\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:35:05.2967488Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"acd26cfb-f125-42da-aa28-b7644d3d7352\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/acd26cfb-f125-42da-aa28-b7644d3d7352\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:40:05.298702Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"4aeab712-a3f1-4b7d-88f5-8dc82e10989f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/4aeab712-a3f1-4b7d-88f5-8dc82e10989f\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:45:05.3636716Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"6ad072db-4e57-41bc-961f-83352308a14c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/6ad072db-4e57-41bc-961f-83352308a14c\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:50:05.4383856Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"63198ae3-06a6-46b4-84b4-12e4c7332b9f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/63198ae3-06a6-46b4-84b4-12e4c7332b9f\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T16:55:05.4668195Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"aab390c8-dd00-40ce-82cb-fdc18a39c366\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/aab390c8-dd00-40ce-82cb-fdc18a39c366\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:00:05.4787873Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"5ac104dd-a8a4-4a98-84de-75779eda9c14\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/5ac104dd-a8a4-4a98-84de-75779eda9c14\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:05:05.4843189Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"ba623205-3994-4363-9a1f-aff7f06f2ef6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/ba623205-3994-4363-9a1f-aff7f06f2ef6\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:10:05.4871018Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"76040789-fcd2-48c5-a679-36dd7f2f165d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/76040789-fcd2-48c5-a679-36dd7f2f165d\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:15:05.4890546Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"639de9ca-8fba-428b-af67-0aaf311b2693\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/639de9ca-8fba-428b-af67-0aaf311b2693\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:20:05.4910052Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"273debf9-a287-4699-8bc3-2cfe64f96d18\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/273debf9-a287-4699-8bc3-2cfe64f96d18\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:25:05.4929485Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"5bab96c9-2332-4a55-b37c-9285b1e827b8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/5bab96c9-2332-4a55-b37c-9285b1e827b8\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:30:05.4949131Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"915edc86-e89b-4665-96c4-62ec6ee8a43a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/915edc86-e89b-4665-96c4-62ec6ee8a43a\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:30:48.1201421Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"c80382d0-8253-48d2-bcb1-9f032072843b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/c80382d0-8253-48d2-bcb1-9f032072843b\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:51:55.5189638Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"6be79761-0e19-40a9-bcb8-a1812e3ec5ad\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/6be79761-0e19-40a9-bcb8-a1812e3ec5ad\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T17:59:31.0064031Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n },\r\n {\r\n \"name\": \"4339f484-57b1-4ad4-b1eb-105de90a2a27\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/4339f484-57b1-4ad4-b1eb-105de90a2a27\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2017-05-13T18:04:31.0239805Z\",\r\n \"recoveryPointType\": \"CrashConsistent\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:28:42 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "4e279891-efbd-4845-b7fc-984bf7e434f8 5/13/2017 6:28:43 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "48036827-31b3-42bc-b47a-98ebedbb698b 3/18/2021 7:56:31 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "4e279891-efbd-4845-b7fc-984bf7e434f8" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13957" + "48036827-31b3-42bc-b47a-98ebedbb698b" ], "x-ms-correlation-request-id": [ - "cdf807da-c87c-42bf-96ac-c360be0054f6" + "8b255278-506b-4fdb-911b-85c83374856c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T182842Z:cdf807da-c87c-42bf-96ac-c360be0054f6" + "CENTRALUSEUAP:20210318T195631Z:8b255278-506b-4fdb-911b-85c83374856c" + ], + "Date": [ + "Thu, 18 Mar 2021 19:56:31 GMT" + ], + "Content-Length": [ + "713" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290/recoveryPoints/366bb99f-578d-4d07-aabe-cd6c5b36c54f\",\r\n \"name\": \"366bb99f-578d-4d07-aabe-cd6c5b36c54f\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints\",\r\n \"properties\": {\r\n \"recoveryPointTime\": \"2021-03-18T18:25:19.2486136Z\",\r\n \"recoveryPointType\": \"CrashConsistent\",\r\n \"providerSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListReplicationEvent.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListReplicationEvent.json index 6be93057de543..5324011bd57c7 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListReplicationEvent.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListReplicationEvent.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationEvents?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25FdmVudHM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRXZlbnRzP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c34f9217-563e-4d46-a41a-c03fcb27934c" + "7b001ea2-e04f-41fa-8308-cfcb7d530572" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"JobStatusMonitoringEvent;9091980325128257682_5c92731f-dcaf-423c-81f8-1d49d46f3ee3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationEvents/JobStatusMonitoringEvent;9091980325128257682_5c92731f-dcaf-423c-81f8-1d49d46f3ee3\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSJobStatus\",\r\n \"description\": \"PlannedFailover - Failed\",\r\n \"eventType\": \"JobStatus\",\r\n \"affectedObjectFriendlyName\": \"rpTest1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-05-13T17:46:12.6518125Z\",\r\n \"fabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": {\r\n \"instanceType\": \"JobStatus\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/6be5cd7d-3cee-40fe-a7db-2e768a918bc0\",\r\n \"jobFriendlyName\": \"PlannedFailover\",\r\n \"jobStatus\": \"Failed\",\r\n \"affectedObjectType\": \"RecoveryPlan\"\r\n },\r\n \"healthErrors\": [\r\n {\r\n \"errorLevel\": null,\r\n \"errorCode\": \"25014\",\r\n \"errorMessage\": \"Some of the virtual machines in the recovery plan aren't ready for planned failover.\",\r\n \"possibleCauses\": \"Virtual machines 'vm1' aren't replicating or couldn't be shut down.\",\r\n \"recommendedAction\": \"Make sure virtual machines are committed and reverse replicated. If they're not replicating, resynchronize them in the Hyper-V Console to resume replication and fix the state. Then retry the operation.\",\r\n \"creationTimeUtc\": \"2017-05-13T17:46:12.6518125Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"JobStatusMonitoringEvent;9091980328214788252_4052a4c3-11e9-4e6b-941b-1f2d89a6f410\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationEvents/JobStatusMonitoringEvent;9091980328214788252_4052a4c3-11e9-4e6b-941b-1f2d89a6f410\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSJobStatus\",\r\n \"description\": \"PlannedFailover - Failed\",\r\n \"eventType\": \"JobStatus\",\r\n \"affectedObjectFriendlyName\": \"rpTest1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-05-13T17:41:03.9987555Z\",\r\n \"fabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": {\r\n \"instanceType\": \"JobStatus\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d04d9e72-9e2e-4f59-b14c-0b0112146276\",\r\n \"jobFriendlyName\": \"PlannedFailover\",\r\n \"jobStatus\": \"Failed\",\r\n \"affectedObjectType\": \"RecoveryPlan\"\r\n },\r\n \"healthErrors\": [\r\n {\r\n \"errorLevel\": null,\r\n \"errorCode\": \"25014\",\r\n \"errorMessage\": \"Some of the virtual machines in the recovery plan aren't ready for planned failover.\",\r\n \"possibleCauses\": \"Virtual machines 'vm1' aren't replicating or couldn't be shut down.\",\r\n \"recommendedAction\": \"Make sure virtual machines are committed and reverse replicated. If they're not replicating, resynchronize them in the Hyper-V Console to resume replication and fix the state. Then retry the operation.\",\r\n \"creationTimeUtc\": \"2017-05-13T17:41:03.9987555Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"JobStatusMonitoringEvent;9091980510408176701_2a742bdf-74c5-43e4-aa39-20b4139249c8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationEvents/JobStatusMonitoringEvent;9091980510408176701_2a742bdf-74c5-43e4-aa39-20b4139249c8\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSJobStatus\",\r\n \"description\": \"TestFailover - Failed\",\r\n \"eventType\": \"JobStatus\",\r\n \"affectedObjectFriendlyName\": \"vm1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-05-13T12:37:24.6599106Z\",\r\n \"fabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": {\r\n \"instanceType\": \"JobStatus\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/705165c5-f0be-429b-beec-b49413e8efc6\",\r\n \"jobFriendlyName\": \"TestFailover\",\r\n \"jobStatus\": \"Failed\",\r\n \"affectedObjectType\": \"Vm\"\r\n },\r\n \"healthErrors\": [\r\n {\r\n \"errorLevel\": null,\r\n \"errorCode\": \"28020\",\r\n \"errorMessage\": \"The requested operation failed.\",\r\n \"possibleCauses\": \"No subnet with name 'subnet1' exists in azure virtual network '/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai'.\",\r\n \"recommendedAction\": \"The subnet might not exist in the given Azure virtual network. Specify a valid subnet in the network and retry the operation.\",\r\n \"creationTimeUtc\": \"2017-05-13T12:37:24.6599106Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"JobStatusMonitoringEvent;9091981274593020821_82a7df92-4b38-4ed7-a6b9-fa1bfe3da27b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationEvents/JobStatusMonitoringEvent;9091981274593020821_82a7df92-4b38-4ed7-a6b9-fa1bfe3da27b\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSJobStatus\",\r\n \"description\": \"TestFailover - Failed\",\r\n \"eventType\": \"JobStatus\",\r\n \"affectedObjectFriendlyName\": \"vm2\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-05-12T15:23:46.1754986Z\",\r\n \"fabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": {\r\n \"instanceType\": \"JobStatus\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/355c68e9-9bac-4bd9-81e7-c2be63d709b7\",\r\n \"jobFriendlyName\": \"TestFailover\",\r\n \"jobStatus\": \"Failed\",\r\n \"affectedObjectType\": \"Vm\"\r\n },\r\n \"healthErrors\": [\r\n {\r\n \"errorLevel\": null,\r\n \"errorCode\": \"25080\",\r\n \"errorMessage\": \"Failover for the Virtual Machine/Recovery Plan 'vm2' failed.\",\r\n \"possibleCauses\": \"Network type selected for test failover is not correct.\",\r\n \"recommendedAction\": \"Provide an Azure virtual network as input while doing the Test Failover.\",\r\n \"creationTimeUtc\": \"2017-05-12T15:23:46.1754986Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091981302029328417_614f594c-73f9-49ab-8ed2-907572bf2815\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationEvents/VmMonitoringEvent;9091981302029328417_614f594c-73f9-49ab-8ed2-907572bf2815\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is OK\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"vm1\",\r\n \"severity\": \"OK\",\r\n \"timeOfOccurrence\": \"2017-05-12T14:38:02.544739Z\",\r\n \"fabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"SiteRecoveryTestSite1\",\r\n \"fabricName\": \"SiteRecoveryTestSite1\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091981357913688670_e787a6ed-af82-4cc3-9dba-fe1d5233d260\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationEvents/VmMonitoringEvent;9091981357913688670_e787a6ed-af82-4cc3-9dba-fe1d5233d260\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is OK\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"vm2\",\r\n \"severity\": \"OK\",\r\n \"timeOfOccurrence\": \"2017-05-12T13:04:54.1087137Z\",\r\n \"fabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"SiteRecoveryTestSite1\",\r\n \"fabricName\": \"SiteRecoveryTestSite1\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"JobStatusMonitoringEvent;9091981452393299408_587ff084-16e9-43bf-8e16-36977db7e693\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationEvents/JobStatusMonitoringEvent;9091981452393299408_587ff084-16e9-43bf-8e16-36977db7e693\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSJobStatus\",\r\n \"description\": \"UnplannedFailover - Failed\",\r\n \"eventType\": \"JobStatus\",\r\n \"affectedObjectFriendlyName\": \"vm1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2017-05-12T10:27:26.1476399Z\",\r\n \"fabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": {\r\n \"instanceType\": \"JobStatus\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/65ec2f6d-8444-4ec2-8075-c0207a360c32\",\r\n \"jobFriendlyName\": \"UnplannedFailover\",\r\n \"jobStatus\": \"Failed\",\r\n \"affectedObjectType\": \"Vm\"\r\n },\r\n \"healthErrors\": [\r\n {\r\n \"errorLevel\": null,\r\n \"errorCode\": \"506\",\r\n \"errorMessage\": \"An invalid parameter ReplicationProviderInput was passed.\",\r\n \"possibleCauses\": \"Parameter value is not correct for this action.\",\r\n \"recommendedAction\": \"Correct the parameter value and retry the last action. If the issue persists, contact Support.\",\r\n \"creationTimeUtc\": \"2017-05-12T10:27:26.1476399Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"JobStatusMonitoringEvent;9091981539531935924_47deed6c-60f7-42c1-86a5-0b5901febbfc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationEvents/JobStatusMonitoringEvent;9091981539531935924_47deed6c-60f7-42c1-86a5-0b5901febbfc\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSJobStatus\",\r\n \"description\": \"TestFailover - WaitingForStopTestFailover\",\r\n \"eventType\": \"JobStatus\",\r\n \"affectedObjectFriendlyName\": \"vm1\",\r\n \"severity\": \"Warning\",\r\n \"timeOfOccurrence\": \"2017-05-12T08:02:12.2839883Z\",\r\n \"fabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": {\r\n \"instanceType\": \"JobStatus\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e26a0715-175e-4eb0-a3a3-cdee93e7213e\",\r\n \"jobFriendlyName\": \"TestFailover\",\r\n \"jobStatus\": \"Suspended\",\r\n \"affectedObjectType\": \"Vm\"\r\n },\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"JobStatusMonitoringEvent;9091981548829197636_c92acdc0-35a9-4be8-9223-e60e70d98306\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationEvents/JobStatusMonitoringEvent;9091981548829197636_c92acdc0-35a9-4be8-9223-e60e70d98306\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSJobStatus\",\r\n \"description\": \"TestFailover - WaitingForStopTestFailover\",\r\n \"eventType\": \"JobStatus\",\r\n \"affectedObjectFriendlyName\": \"vm1\",\r\n \"severity\": \"Warning\",\r\n \"timeOfOccurrence\": \"2017-05-12T07:46:42.5578171Z\",\r\n \"fabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": {\r\n \"instanceType\": \"JobStatus\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/85ef17bb-fafc-43db-9a79-9fc002271e8c\",\r\n \"jobFriendlyName\": \"TestFailover\",\r\n \"jobStatus\": \"Suspended\",\r\n \"affectedObjectType\": \"Vm\"\r\n },\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9091982037934823063_60a607a1-8ed3-423d-b05b-70c2220a12b4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationEvents/VmMonitoringEvent;9091982037934823063_60a607a1-8ed3-423d-b05b-70c2220a12b4\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Virtual machine health is OK\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"vm1\",\r\n \"severity\": \"OK\",\r\n \"timeOfOccurrence\": \"2017-05-11T18:11:31.9952744Z\",\r\n \"fabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"SiteRecoveryTestSite1\",\r\n \"fabricName\": \"SiteRecoveryTestSite1\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": []\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:57:18 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c34f9217-563e-4d46-a41a-c03fcb27934c 5/13/2017 6:57:18 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "7b001ea2-e04f-41fa-8308-cfcb7d530572 3/18/2021 7:57:05 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "c34f9217-563e-4d46-a41a-c03fcb27934c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13910" + "7b001ea2-e04f-41fa-8308-cfcb7d530572" ], "x-ms-correlation-request-id": [ - "b862ff5a-4eaf-46d7-a34b-f3ad009b26a4" + "1a38549a-890e-4568-aebb-79308b04ffb8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T185718Z:b862ff5a-4eaf-46d7-a34b-f3ad009b26a4" + "CENTRALUSEUAP:20210318T195705Z:1a38549a-890e-4568-aebb-79308b04ffb8" + ], + "Date": [ + "Thu, 18 Mar 2021 19:57:05 GMT" + ], + "Content-Length": [ + "65988" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766348642663288_f077d553-fa27-493f-9df0-babea4a7917b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766348642663288_f077d553-fa27-493f-9df0-babea4a7917b\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to OK.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"TestIssue1\",\r\n \"affectedObjectCorrelationId\": \"aa84f16d-9286-4e8a-8a54-7476254053a3\",\r\n \"severity\": \"OK\",\r\n \"timeOfOccurrence\": \"2021-03-18T19:20:21.2112519Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766356503184869_a7ff33fd-6f10-429b-add2-d6fc3ff3d826\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766356503184869_a7ff33fd-6f10-429b-add2-d6fc3ff3d826\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"TestIssue1\",\r\n \"affectedObjectCorrelationId\": \"aa84f16d-9286-4e8a-8a54-7476254053a3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T19:07:15.1590938Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161008\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"No connected network interface is configured for the virtual machine 'TestIssue1'.\",\r\n \"possibleCauses\": \"The source virtual machine doesn't have a network interface or all the network interfaces were deleted.\",\r\n \"recommendedAction\": \"If there is no network interface on the source machine, add one and then go to Compute and Network settings of the virtual machine to configure the network interface.\",\r\n \"creationTimeUtc\": \"2021-03-18T19:07:15.1590938Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766369186233028_dd9709ff-4ada-4a33-a023-b4ad02ab3393\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766369186233028_dd9709ff-4ada-4a33-a023-b4ad02ab3393\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T18:46:06.8542779Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'VMforSDK'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T18:46:06.8542779Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766431590910578_4dc6f028-cad0-491d-8630-dc30407a9a0e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766431590910578_4dc6f028-cad0-491d-8630-dc30407a9a0e\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDKFirst\",\r\n \"affectedObjectCorrelationId\": \"d7ceffc4-255d-4d2f-affd-38fa714d92c5\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T17:02:06.3865229Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"SiteRecoveryTestSite1\",\r\n \"fabricName\": \"SiteRecoveryTestSite1\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68525\",\r\n \"summaryMessage\": \"Delay in App consistent Checkpoint.\",\r\n \"errorMessage\": \"The time duration since the last successful application consistent checkpoint has exceeded the warning limit for the virtual machine.\",\r\n \"possibleCauses\": \"\\n 1. VSS is not enabled or in an unhealthy state in the virtual machine.\\n 2. Unsupported configuration inside the VM like presence of dynamic disk or iSCSI disk.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that latest integration services are installed on the virtual machine.\\n 2. VSS/Backup integration services are enabled for the virtual machine.\\n 3. Check the health state of VSS writers in the virtual machine.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T17:02:06.3865229Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68513\",\r\n \"summaryMessage\": \"Replication hasn't progressed in the last one hour\",\r\n \"errorMessage\": \"The virtual machine couldn't be replicated.\",\r\n \"possibleCauses\": \"The last successful replication for virtual machine 'VMforSDKFirst' in cloud/site 'SiteRecoveryTestSite1' was more than an hour ago. Replication couldn't complete because of issues with connectivity to the Azure storage account.\",\r\n \"recommendedAction\": \"Fix any issues in the Event Viewer logs (Applications and Service Logs - MicrosoftAzureRecoveryServices) on the Hyper-V host server and if required resume the replication.\",\r\n \"creationTimeUtc\": \"2021-03-18T17:02:06.3865229Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766559054551290_4a92fe6c-301b-4948-afd8-666653cc8f76\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766559054551290_4a92fe6c-301b-4948-afd8-666653cc8f76\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to OK.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"f1facd79-e6ef-49ad-bfe2-7e45450e10a7\",\r\n \"severity\": \"OK\",\r\n \"timeOfOccurrence\": \"2021-03-18T13:29:40.0224517Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766561176488040_d88fed70-3af9-4bc1-bd37-93da25368e6e\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766561176488040_d88fed70-3af9-4bc1-bd37-93da25368e6e\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"f1facd79-e6ef-49ad-bfe2-7e45450e10a7\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T13:26:07.8287767Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'VMforSDK'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T13:26:07.8287767Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766594947636374_785c1077-8f1b-44ef-9da2-c9560a9d6e13\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766594947636374_785c1077-8f1b-44ef-9da2-c9560a9d6e13\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to OK.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"0168b29c-3441-4566-a9c3-d629874e0f23\",\r\n \"severity\": \"OK\",\r\n \"timeOfOccurrence\": \"2021-03-18T12:29:50.7139433Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9090766684176858757_0670a97e-5915-4b03-8931-dc151fb31fbd\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/ServerMonitoringEvent;9090766684176858757_0670a97e-5915-4b03-8931-dc151fb31fbd\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"affectedObjectCorrelationId\": \"f3ce4b50-831d-5af4-9c48-dcbc41521358\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T10:01:07.791705Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"FabricInfrastructure\",\r\n \"errorCode\": \"581\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"The Hyper-V server 'IDCLAB-A068.fareast.corp.microsoft.com' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Hyper-V 'IDCLAB-A068.fareast.corp.microsoft.com'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Hyper-V Virtual Machine Management service is running.\\n 2. The Microsoft Azure Site Recovery Provider service is running.\\n 3. The server can connect to the Internet.\\n 4. The proxy settings used to connect to Microsoft Azure Site Recovery are correct.\\n 5. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 6. The certificate used to connect from Azure to the Hyper-V server is valid.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T10:01:07.791705Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766685206031178_cbcc5a6f-661b-4b9d-b3ce-cf5a57c14d97\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766685206031178_cbcc5a6f-661b-4b9d-b3ce-cf5a57c14d97\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"0168b29c-3441-4566-a9c3-d629874e0f23\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T09:59:24.8744629Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'VMforSDK'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T09:59:24.8744629Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766685461850490_a5d236e5-3dd6-4896-a1e1-29fc2f1f2171\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766685461850490_a5d236e5-3dd6-4896-a1e1-29fc2f1f2171\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to OK.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"0168b29c-3441-4566-a9c3-d629874e0f23\",\r\n \"severity\": \"OK\",\r\n \"timeOfOccurrence\": \"2021-03-18T09:58:59.2925317Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"SiteRecoveryTestSite1\",\r\n \"fabricName\": \"SiteRecoveryTestSite1\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766711231978800_d38f3a49-51d4-422a-aa6b-2ef3fe1c84e7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766711231978800_d38f3a49-51d4-422a-aa6b-2ef3fe1c84e7\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to OK.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm2\",\r\n \"affectedObjectCorrelationId\": \"f7915d2a-2823-458b-a82c-4af615a3e4af\",\r\n \"severity\": \"OK\",\r\n \"timeOfOccurrence\": \"2021-03-18T09:16:02.2797007Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"ForPowershell\",\r\n \"fabricName\": \"ForPowershell\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9090766711454209217_7d2cb46a-ff4e-4a6b-a09f-bba5b51a93b0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/ServerMonitoringEvent;9090766711454209217_7d2cb46a-ff4e-4a6b-a09f-bba5b51a93b0\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"affectedObjectCorrelationId\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T09:15:40.056659Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"FabricInfrastructure\",\r\n \"errorCode\": \"581\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"The Hyper-V server 'IDCLAB-A068.fareast.corp.microsoft.com' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Hyper-V 'IDCLAB-A068.fareast.corp.microsoft.com'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Hyper-V Virtual Machine Management service is running.\\n 2. The Microsoft Azure Site Recovery Provider service is running.\\n 3. The server can connect to the Internet.\\n 4. The proxy settings used to connect to Microsoft Azure Site Recovery are correct.\\n 5. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 6. The certificate used to connect from Azure to the Hyper-V server is valid.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T09:15:40.056659Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766721512951162_be960c1c-5931-4193-923d-b7efd3a53272\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766721512951162_be960c1c-5931-4193-923d-b7efd3a53272\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm2\",\r\n \"affectedObjectCorrelationId\": \"f7915d2a-2823-458b-a82c-4af615a3e4af\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T08:58:54.1824645Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"ForPowershell\",\r\n \"fabricName\": \"ForPowershell\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68510\",\r\n \"summaryMessage\": \"Resynchronization required\",\r\n \"errorMessage\": \"The virtual machine couldn't be replicated.\",\r\n \"possibleCauses\": \"The virtual machine 'PowershellVm2' in cloud/site 'ForPowershell' needs to be resynchronized because of consecutive replication cycles have been missed.\",\r\n \"recommendedAction\": \"Fix any issues in the Event Viewer logs (Applications and Service Logs - MicrosoftAzureRecoveryServices) on the Hyper-V host server.\",\r\n \"creationTimeUtc\": \"2021-03-18T08:58:54.1824645Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"18018\",\r\n \"summaryMessage\": \"Resynchronization task canceled\",\r\n \"errorMessage\": \"Resynchronization for the virtual machine PowershellVm2 failed since the task was canceled. (ErrorCode: 80042001 Timestamp 3/18/2021 8:55:23 AM).\",\r\n \"possibleCauses\": \"\\n 1. The amount of free space available on disk on the Hyper-V host, has fallen below the minimum required threshold(to store replication logs.)\\n 2. The task was canceled due to a Hyper-V error.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is sufficient free space on the Hyper-V host to store replication logs.\\n 2. Check event viewer on the Hyper-V host for replication related issues and address them.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T08:58:54.1824645Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766732991916739_7c731217-6181-40b6-ae2e-4952875f2a17\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766732991916739_7c731217-6181-40b6-ae2e-4952875f2a17\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to OK.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"818b0913-2dc8-4078-8ab1-22495090c480\",\r\n \"severity\": \"OK\",\r\n \"timeOfOccurrence\": \"2021-03-18T08:39:46.2859068Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766857748696285_bcaef492-a40b-440c-8f81-a2dd95b51abc\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766857748696285_bcaef492-a40b-440c-8f81-a2dd95b51abc\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"818b0913-2dc8-4078-8ab1-22495090c480\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T05:11:50.6079522Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"SiteRecoveryTestSite1\",\r\n \"fabricName\": \"SiteRecoveryTestSite1\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68525\",\r\n \"summaryMessage\": \"Delay in App consistent Checkpoint.\",\r\n \"errorMessage\": \"The time duration since the last successful application consistent checkpoint has exceeded the warning limit for the virtual machine.\",\r\n \"possibleCauses\": \"\\n 1. VSS is not enabled or in an unhealthy state in the virtual machine.\\n 2. Unsupported configuration inside the VM like presence of dynamic disk or iSCSI disk.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that latest integration services are installed on the virtual machine.\\n 2. VSS/Backup integration services are enabled for the virtual machine.\\n 3. Check the health state of VSS writers in the virtual machine.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T05:11:50.6079522Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68513\",\r\n \"summaryMessage\": \"Replication hasn't progressed in the last one hour\",\r\n \"errorMessage\": \"The virtual machine couldn't be replicated.\",\r\n \"possibleCauses\": \"The last successful replication for virtual machine 'VMforSDK' in cloud/site 'SiteRecoveryTestSite1' was more than an hour ago. Replication couldn't complete because of issues with connectivity to the Azure storage account.\",\r\n \"recommendedAction\": \"Fix any issues in the Event Viewer logs (Applications and Service Logs - MicrosoftAzureRecoveryServices) on the Hyper-V host server and if required resume the replication.\",\r\n \"creationTimeUtc\": \"2021-03-18T05:11:50.6079522Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090766857757446005_81ed266a-716b-46c8-961e-2629f8dfec81\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090766857757446005_81ed266a-716b-46c8-961e-2629f8dfec81\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDKFirst\",\r\n \"affectedObjectCorrelationId\": \"1baa345b-11b0-4fa2-82fd-abc7b9ef6916\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-18T05:11:49.7329802Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"SiteRecoveryTestSite1\",\r\n \"fabricName\": \"SiteRecoveryTestSite1\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68525\",\r\n \"summaryMessage\": \"Delay in App consistent Checkpoint.\",\r\n \"errorMessage\": \"The time duration since the last successful application consistent checkpoint has exceeded the warning limit for the virtual machine.\",\r\n \"possibleCauses\": \"\\n 1. VSS is not enabled or in an unhealthy state in the virtual machine.\\n 2. Unsupported configuration inside the VM like presence of dynamic disk or iSCSI disk.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that latest integration services are installed on the virtual machine.\\n 2. VSS/Backup integration services are enabled for the virtual machine.\\n 3. Check the health state of VSS writers in the virtual machine.\\n \",\r\n \"creationTimeUtc\": \"2021-03-18T05:11:49.7329802Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68513\",\r\n \"summaryMessage\": \"Replication hasn't progressed in the last one hour\",\r\n \"errorMessage\": \"The virtual machine couldn't be replicated.\",\r\n \"possibleCauses\": \"The last successful replication for virtual machine 'VMforSDKFirst' in cloud/site 'SiteRecoveryTestSite1' was more than an hour ago. Replication couldn't complete because of issues with connectivity to the Azure storage account.\",\r\n \"recommendedAction\": \"Fix any issues in the Event Viewer logs (Applications and Service Logs - MicrosoftAzureRecoveryServices) on the Hyper-V host server and if required resume the replication.\",\r\n \"creationTimeUtc\": \"2021-03-18T05:11:49.7329802Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9090767211508948037_a04382f2-ad58-4db5-8d59-679dc2ef26eb\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/ServerMonitoringEvent;9090767211508948037_a04382f2-ad58-4db5-8d59-679dc2ef26eb\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"affectedObjectCorrelationId\": \"f3ce4b50-831d-5af4-9c48-dcbc41521358\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-17T19:22:14.582777Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"FabricInfrastructure\",\r\n \"errorCode\": \"581\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"The Hyper-V server 'IDCLAB-A068.fareast.corp.microsoft.com' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the Hyper-V 'IDCLAB-A068.fareast.corp.microsoft.com'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The Hyper-V Virtual Machine Management service is running.\\n 2. The Microsoft Azure Site Recovery Provider service is running.\\n 3. The server can connect to the Internet.\\n 4. The proxy settings used to connect to Microsoft Azure Site Recovery are correct.\\n 5. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 6. The certificate used to connect from Azure to the Hyper-V server is valid.\\n \",\r\n \"creationTimeUtc\": \"2021-03-17T19:22:14.582777Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090767214100420501_ea10a594-d439-4195-bfb8-8d9afa1bc34a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090767214100420501_ea10a594-d439-4195-bfb8-8d9afa1bc34a\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"818b0913-2dc8-4078-8ab1-22495090c480\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-17T19:17:55.4355306Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'VMforSDK'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-17T19:17:55.4355306Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090767284843691223_de1d08e3-12fc-4fcb-a2ed-b2edb11b4907\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090767284843691223_de1d08e3-12fc-4fcb-a2ed-b2edb11b4907\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to OK.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm1\",\r\n \"affectedObjectCorrelationId\": \"927b724c-df05-445c-829b-231009040dd3\",\r\n \"severity\": \"OK\",\r\n \"timeOfOccurrence\": \"2021-03-17T17:20:01.1084584Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090767710643821531_9214e24e-68f4-4c83-930e-cf5c82c986c0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090767710643821531_9214e24e-68f4-4c83-930e-cf5c82c986c0\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to OK.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm2\",\r\n \"affectedObjectCorrelationId\": \"f7915d2a-2823-458b-a82c-4af615a3e4af\",\r\n \"severity\": \"OK\",\r\n \"timeOfOccurrence\": \"2021-03-17T05:30:21.0954276Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"ForPowershell\",\r\n \"fabricName\": \"ForPowershell\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090767720823319770_6ea691a4-49a2-4a8b-9e1b-112faf207cef\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090767720823319770_6ea691a4-49a2-4a8b-9e1b-112faf207cef\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm2\",\r\n \"affectedObjectCorrelationId\": \"f7915d2a-2823-458b-a82c-4af615a3e4af\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-17T05:13:23.1456037Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"ForPowershell\",\r\n \"fabricName\": \"ForPowershell\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68515\",\r\n \"summaryMessage\": \"Replication hasn't progressed in the last five minutes\",\r\n \"errorMessage\": \"The virtual machine couldn't be replicated.\",\r\n \"possibleCauses\": \"The last successful replication for virtual machine 'PowershellVm2' in cloud/site 'ForPowershell' was more than five minutes ago. Replication couldn't complete because of issues with connectivity to the Azure storage account.\",\r\n \"recommendedAction\": \"Fix any issues in the Event Viewer logs (Applications and Service Logs - MicrosoftAzureRecoveryServices) on the Hyper-V host server and if required resume the replication.\",\r\n \"creationTimeUtc\": \"2021-03-17T05:13:23.1456037Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68512\",\r\n \"summaryMessage\": \"Replication hasn't progressed in the last ten minutes\",\r\n \"errorMessage\": \"The virtual machine couldn't be replicated.\",\r\n \"possibleCauses\": \"\\n 1. The last successful replication for virtual machine 'PowershellVm2' in cloud/site 'ForPowershell' was more than ten minutes ago. Replication couldn't complete because of issues with connectivity to the Azure storage account.\\n 2. The System Center Virtual Machine Manager and/or Hyper-V hosts do not have access to the endpoint used for security and identity management. Refer to https://aka.ms/authupdate for further details.\\n \",\r\n \"recommendedAction\": \"\\n 1. Fix any issues in the Event Viewer logs (Applications and Service Logs - MicrosoftAzureRecoveryServices) on the Hyper-V host server and if required resume the replication.\\n 2. Ensure that the System Center Virtual Machine Manager and/or Hyper-V hosts have access to the endpoint used for security and identity management, in case you recently updated the security authentication service. Refer to https://aka.ms/authupdate for further details.\\n \",\r\n \"creationTimeUtc\": \"2021-03-17T05:13:23.1456037Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68505\",\r\n \"summaryMessage\": \"Resynchronization in progress\",\r\n \"errorMessage\": \"The virtual machine resynchronization is in progress.\",\r\n \"possibleCauses\": \"Resynchronization hasn't finished for virtual machine 'PowershellVm2' in cloud/site 'ForPowershell'.\",\r\n \"recommendedAction\": \"No action is required. Wait for resynchronization to complete. If the resynchronization is slow, kindly check if your network bandwidth is available to complete the initial replication.\",\r\n \"creationTimeUtc\": \"2021-03-17T05:13:23.1456037Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090768016455941641_88e5cd7e-cb7b-47df-a645-ef5d1725604c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090768016455941641_88e5cd7e-cb7b-47df-a645-ef5d1725604c\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to OK.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm1\",\r\n \"affectedObjectCorrelationId\": \"927b724c-df05-445c-829b-231009040dd3\",\r\n \"severity\": \"OK\",\r\n \"timeOfOccurrence\": \"2021-03-16T21:00:39.8834166Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"ForPowershell\",\r\n \"fabricName\": \"ForPowershell\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090768016458791234_98de0e58-7cd4-48ee-93d4-0abcb5242491\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090768016458791234_98de0e58-7cd4-48ee-93d4-0abcb5242491\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to OK.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm2\",\r\n \"affectedObjectCorrelationId\": \"f7915d2a-2823-458b-a82c-4af615a3e4af\",\r\n \"severity\": \"OK\",\r\n \"timeOfOccurrence\": \"2021-03-16T21:00:39.5984573Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"ForPowershell\",\r\n \"fabricName\": \"ForPowershell\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090768026689034900_e2485c85-2ae5-4600-8414-9d193ea67fc7\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090768026689034900_e2485c85-2ae5-4600-8414-9d193ea67fc7\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to Warning.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm1\",\r\n \"affectedObjectCorrelationId\": \"927b724c-df05-445c-829b-231009040dd3\",\r\n \"severity\": \"Warning\",\r\n \"timeOfOccurrence\": \"2021-03-16T20:43:36.5740907Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"ForPowershell\",\r\n \"fabricName\": \"ForPowershell\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68502\",\r\n \"summaryMessage\": \"Replication paused\",\r\n \"errorMessage\": \"The virtual machine couldn't be replicated.\",\r\n \"possibleCauses\": \"Replication was paused either manually, or due to problems with virtual machine 'PowershellVm1' in cloud/site 'ForPowershell'.\",\r\n \"recommendedAction\": \"Fix any issues in the Event Viewer logs (Applications and Service Logs - MicrosoftAzureRecoveryServices) on the Hyper-V host server and resume the replication.\",\r\n \"creationTimeUtc\": \"2021-03-16T20:43:36.5740907Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090768026694485352_d9e1826e-f554-4a8f-a3cc-ae8674b8c290\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090768026694485352_d9e1826e-f554-4a8f-a3cc-ae8674b8c290\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to Warning.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm2\",\r\n \"affectedObjectCorrelationId\": \"f7915d2a-2823-458b-a82c-4af615a3e4af\",\r\n \"severity\": \"Warning\",\r\n \"timeOfOccurrence\": \"2021-03-16T20:43:36.0290455Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"ForPowershell\",\r\n \"fabricName\": \"ForPowershell\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68502\",\r\n \"summaryMessage\": \"Replication paused\",\r\n \"errorMessage\": \"The virtual machine couldn't be replicated.\",\r\n \"possibleCauses\": \"Replication was paused either manually, or due to problems with virtual machine 'PowershellVm2' in cloud/site 'ForPowershell'.\",\r\n \"recommendedAction\": \"Fix any issues in the Event Viewer logs (Applications and Service Logs - MicrosoftAzureRecoveryServices) on the Hyper-V host server and resume the replication.\",\r\n \"creationTimeUtc\": \"2021-03-16T20:43:36.0290455Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090768030968546148_e2198cd2-cf5e-4b7b-8b5e-9b47246c244d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090768030968546148_e2198cd2-cf5e-4b7b-8b5e-9b47246c244d\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm1\",\r\n \"affectedObjectCorrelationId\": \"927b724c-df05-445c-829b-231009040dd3\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-16T20:36:28.6229659Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'PowershellVm1'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-16T20:36:28.6229659Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090768081967717940_fb9b2378-de4b-4cd9-b2a2-d152b32f3fde\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090768081967717940_fb9b2378-de4b-4cd9-b2a2-d152b32f3fde\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to OK.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm2\",\r\n \"affectedObjectCorrelationId\": \"f7915d2a-2823-458b-a82c-4af615a3e4af\",\r\n \"severity\": \"OK\",\r\n \"timeOfOccurrence\": \"2021-03-16T19:11:28.7057867Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090768082607427045_d0f718bc-8506-47db-826b-d7f342e56394\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090768082607427045_d0f718bc-8506-47db-826b-d7f342e56394\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to OK.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm1\",\r\n \"affectedObjectCorrelationId\": \"78303b8d-01b1-48a7-9507-372c3c42d661\",\r\n \"severity\": \"OK\",\r\n \"timeOfOccurrence\": \"2021-03-16T19:10:24.7348762Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090768109427167632_ca94c6b3-e273-48cb-838e-226ab448e642\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090768109427167632_ca94c6b3-e273-48cb-838e-226ab448e642\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm2\",\r\n \"affectedObjectCorrelationId\": \"f7915d2a-2823-458b-a82c-4af615a3e4af\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-16T18:25:42.7608175Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'PowershellVm2'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-16T18:25:42.7608175Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090768110092884113_62064eba-9685-486d-b952-1ed8ede05b0d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090768110092884113_62064eba-9685-486d-b952-1ed8ede05b0d\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm1\",\r\n \"affectedObjectCorrelationId\": \"78303b8d-01b1-48a7-9507-372c3c42d661\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-16T18:24:36.1891694Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'PowershellVm1'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-16T18:24:36.1891694Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090768118372855104_e70fa755-fb4d-4ee0-8bc7-276cbd235084\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090768118372855104_e70fa755-fb4d-4ee0-8bc7-276cbd235084\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"PowershellVm1\",\r\n \"affectedObjectCorrelationId\": \"886c07af-aee1-4312-87af-2036251355bb\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-16T18:10:48.1920703Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'PowershellVm1'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-16T18:10:48.1920703Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"ServerMonitoringEvent;9090770710124815760_bfcef1d8-c555-4f81-9772-3afa8dcd6b19\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/ServerMonitoringEvent;9090770710124815760_bfcef1d8-c555-4f81-9772-3afa8dcd6b19\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSDRAHeartbeatMissing\",\r\n \"description\": \"Dra not reachable on server.\",\r\n \"eventType\": \"ServerHealth\",\r\n \"affectedObjectFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"affectedObjectCorrelationId\": \"03da55c0-1ac3-4220-bde5-9e4b3401eba1\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-13T18:11:12.9960047Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"FabricInfrastructure\",\r\n \"errorCode\": \"582\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"The VMM server 'IDCLAB-A495.fareast.corp.microsoft.com' isn't connected\",\r\n \"possibleCauses\": \"Required services may not be running on the VMM server 'IDCLAB-A495.fareast.corp.microsoft.com'.\",\r\n \"recommendedAction\": \"\\n Ensure that:\\n 1. The VMM service is running.\\n 2. The server can connect to the Internet.\\n 3. The proxy settings used to connect to Microsoft Azure Site Recovery are correct.\\n 4. The Provider version running on the server is up-to-date. Click Download Provider to obtain the latest version\\n 5. The certificate used to connect from Azure to the VMM server is valid.\\n \",\r\n \"creationTimeUtc\": \"2021-03-13T18:11:12.9960047Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090771611321327747_41174b82-ef29-46a2-b1ba-fa70e0a40cc0\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090771611321327747_41174b82-ef29-46a2-b1ba-fa70e0a40cc0\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMHealthChanged\",\r\n \"description\": \"Replication health changed to Warning.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"40ce3161-a447-4745-9a28-cf5de98fea1a\",\r\n \"severity\": \"Warning\",\r\n \"timeOfOccurrence\": \"2021-03-12T17:09:13.344806Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"containerName\": \"SiteRecoveryTestSite1\",\r\n \"fabricName\": \"SiteRecoveryTestSite1\",\r\n \"remoteContainerName\": \"Microsoft Azure\"\r\n },\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68525\",\r\n \"summaryMessage\": \"Delay in App consistent Checkpoint.\",\r\n \"errorMessage\": \"The time duration since the last successful application consistent checkpoint has exceeded the warning limit for the virtual machine.\",\r\n \"possibleCauses\": \"\\n 1. VSS is not enabled or in an unhealthy state in the virtual machine.\\n 2. Unsupported configuration inside the VM like presence of dynamic disk or iSCSI disk.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that latest integration services are installed on the virtual machine.\\n 2. VSS/Backup integration services are enabled for the virtual machine.\\n 3. Check the health state of VSS writers in the virtual machine.\\n \",\r\n \"creationTimeUtc\": \"2021-03-12T17:09:13.344806Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090771611916576434_f86fe127-9e50-4e50-956f-15100db55caa\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090771611916576434_f86fe127-9e50-4e50-956f-15100db55caa\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to OK.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"40ce3161-a447-4745-9a28-cf5de98fea1a\",\r\n \"severity\": \"OK\",\r\n \"timeOfOccurrence\": \"2021-03-12T17:08:13.8199373Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": []\r\n }\r\n },\r\n {\r\n \"name\": \"VmMonitoringEvent;9090771704506675633_988b39fe-6c4a-4f50-a4a4-1dfa79e5ab0c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationEvents\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationEvents/VmMonitoringEvent;9090771704506675633_988b39fe-6c4a-4f50-a4a4-1dfa79e5ab0c\",\r\n \"properties\": {\r\n \"eventCode\": \"SRSVMFailoverHealthChanged\",\r\n \"description\": \"Target configuration state health changed to Critical.\",\r\n \"eventType\": \"VmHealth\",\r\n \"affectedObjectFriendlyName\": \"VMforSDK\",\r\n \"affectedObjectCorrelationId\": \"40ce3161-a447-4745-9a28-cf5de98fea1a\",\r\n \"severity\": \"Critical\",\r\n \"timeOfOccurrence\": \"2021-03-12T14:33:54.8100174Z\",\r\n \"fabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"providerSpecificDetails\": null,\r\n \"eventSpecificDetails\": null,\r\n \"healthErrors\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": null,\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'VMforSDK'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-12T14:33:54.8100174Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListRsp.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListRsp.json index 9aeff5c7db3ee..8bbff2100a814 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListRsp.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListRsp.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryServicesProviders?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVNlcnZpY2VzUHJvdmlkZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryServicesProviders?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlTZXJ2aWNlc1Byb3ZpZGVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d3c8972-f740-4c5e-836a-ec68907f2b1d" + "d90a7464-ee8d-47a1-a850-58c71a4efd28" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders\",\r\n \"name\": \"ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"properties\": {\r\n \"fabricType\": \"HyperVSite\",\r\n \"friendlyName\": \"CP-B3L40406-12.ntdev.corp.microsoft.com\",\r\n \"providerVersion\": \"5.1.2250.0\",\r\n \"serverVersion\": \"3.2.7510.0\",\r\n \"providerVersionState\": \"Latest\",\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"lastHeartBeat\": \"2017-05-11T17:43:59.199152Z\",\r\n \"connectionStatus\": \"Connected\",\r\n \"protectedItemCount\": 0,\r\n \"allowedScenarios\": [\r\n \"Refresh\",\r\n \"Purge\"\r\n ],\r\n \"healthErrorDetails\": []\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:44:46 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11899" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5d3c8972-f740-4c5e-836a-ec68907f2b1d 5/11/2017 5:44:47 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "d90a7464-ee8d-47a1-a850-58c71a4efd28 3/18/2021 7:58:26 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "5d3c8972-f740-4c5e-836a-ec68907f2b1d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13987" + "d90a7464-ee8d-47a1-a850-58c71a4efd28" ], "x-ms-correlation-request-id": [ - "717aaad6-985e-45b4-840d-ea0ed34cf95f" + "4f119a94-9fcc-46d2-9f66-fd93ed7f0fb4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T174447Z:717aaad6-985e-45b4-840d-ea0ed34cf95f" + "CENTRALUSEUAP:20210318T195826Z:4f119a94-9fcc-46d2-9f66-fd93ed7f0fb4" + ], + "Date": [ + "Thu, 18 Mar 2021 19:58:26 GMT" + ], + "Content-Length": [ + "4267" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationRecoveryServicesProviders/03da55c0-1ac3-4220-bde5-9e4b3401eba1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders\",\r\n \"name\": \"03da55c0-1ac3-4220-bde5-9e4b3401eba1\",\r\n \"properties\": {\r\n \"fabricType\": \"VMM\",\r\n \"friendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"providerVersion\": \"5.1.6620.0\",\r\n \"serverVersion\": \"4.0.1662.0\",\r\n \"providerVersionState\": \"Latest\",\r\n \"providerVersionExpiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"fabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"lastHeartBeat\": \"2021-03-18T19:58:25.9084012Z\",\r\n \"connectionStatus\": \"Connected\",\r\n \"protectedItemCount\": 0,\r\n \"allowedScenarios\": [\r\n \"Refresh\",\r\n \"Purge\"\r\n ],\r\n \"healthErrorDetails\": [],\r\n \"draIdentifier\": \"03da55c0-1ac3-4220-bde5-9e4b3401eba1\",\r\n \"machineId\": null,\r\n \"machineName\": \"idclab-a495_fareast_corp_microsoft_com\",\r\n \"biosId\": null,\r\n \"authenticationIdentityDetails\": null,\r\n \"resourceAccessIdentityDetails\": null,\r\n \"dataPlaneAuthenticationIdentityDetails\": null,\r\n \"providerVersionDetails\": {\r\n \"version\": \"5.1.6620.0\",\r\n \"expiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"status\": \"Supported\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders\",\r\n \"name\": \"71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"properties\": {\r\n \"fabricType\": \"HyperVSite\",\r\n \"friendlyName\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"providerVersion\": \"5.1.6612.0\",\r\n \"serverVersion\": \"0.0\",\r\n \"providerVersionState\": \"Latest\",\r\n \"providerVersionExpiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"lastHeartBeat\": \"2021-03-18T19:57:59.0473473Z\",\r\n \"connectionStatus\": \"Connected\",\r\n \"protectedItemCount\": 3,\r\n \"allowedScenarios\": [\r\n \"Refresh\"\r\n ],\r\n \"healthErrorDetails\": [],\r\n \"draIdentifier\": \"71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"machineId\": null,\r\n \"machineName\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"biosId\": null,\r\n \"authenticationIdentityDetails\": null,\r\n \"resourceAccessIdentityDetails\": null,\r\n \"dataPlaneAuthenticationIdentityDetails\": null,\r\n \"providerVersionDetails\": {\r\n \"version\": \"5.1.6612.0\",\r\n \"expiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"status\": \"Supported\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell/replicationRecoveryServicesProviders/d2ce9068-e03e-4bb1-ab50-745c918129e6\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders\",\r\n \"name\": \"d2ce9068-e03e-4bb1-ab50-745c918129e6\",\r\n \"properties\": {\r\n \"fabricType\": \"HyperVSite\",\r\n \"friendlyName\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"providerVersion\": \"5.1.6612.0\",\r\n \"serverVersion\": \"0.0\",\r\n \"providerVersionState\": \"Latest\",\r\n \"providerVersionExpiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"fabricFriendlyName\": \"ForPowershell\",\r\n \"lastHeartBeat\": \"2021-03-18T09:40:08.1871196Z\",\r\n \"connectionStatus\": \"NotConnected\",\r\n \"protectedItemCount\": 2,\r\n \"allowedScenarios\": [\r\n \"Refresh\"\r\n ],\r\n \"healthErrorDetails\": [\r\n {\r\n \"errorSource\": null,\r\n \"errorType\": null,\r\n \"errorLevel\": \"Error\",\r\n \"errorCategory\": \"FabricInfrastructure\",\r\n \"errorCode\": \"708\",\r\n \"summaryMessage\": \"Recovery Services Provider heartbeat is missing\",\r\n \"errorMessage\": \"Recovery Services Provider heartbeat missing.\",\r\n \"possibleCauses\": \"Recovery Services Provider heartbeat is missing.\",\r\n \"recommendedAction\": \"Ensure that the server is connected to the network and accessible.\",\r\n \"creationTimeUtc\": \"2021-03-18T10:01:07.7866828Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": null,\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"draIdentifier\": \"d2ce9068-e03e-4bb1-ab50-745c918129e6\",\r\n \"machineId\": null,\r\n \"machineName\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"biosId\": null,\r\n \"authenticationIdentityDetails\": null,\r\n \"resourceAccessIdentityDetails\": null,\r\n \"dataPlaneAuthenticationIdentityDetails\": null,\r\n \"providerVersionDetails\": {\r\n \"version\": \"5.1.6612.0\",\r\n \"expiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"status\": \"Supported\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListRspByFabric.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListRspByFabric.json index 789109069d36b..dee96c15411f7 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListRspByFabric.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListRspByFabric.json @@ -1,150 +1,142 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9685ef4b-c56c-44a9-8bf4-d7fc0b1c216e" + "69620115-04e7-49d7-9cf6-d460de3867a6" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:26:45 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9685ef4b-c56c-44a9-8bf4-d7fc0b1c216e 5/13/2017 8:26:46 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "69620115-04e7-49d7-9cf6-d460de3867a6 3/18/2021 7:58:56 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "9685ef4b-c56c-44a9-8bf4-d7fc0b1c216e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14330" + "69620115-04e7-49d7-9cf6-d460de3867a6" ], "x-ms-correlation-request-id": [ - "06ddbdca-3bd3-436c-9481-87f22ce9f908" + "f61c4483-e22c-4ba4-8489-33bd64fafcd0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T202646Z:06ddbdca-3bd3-436c-9481-87f22ce9f908" + "CENTRALUSEUAP:20210318T195856Z:f61c4483-e22c-4ba4-8489-33bd64fafcd0" + ], + "Date": [ + "Thu, 18 Mar 2021 19:58:56 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblJlY292ZXJ5U2VydmljZXNQcm92aWRlcnM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25SZWNvdmVyeVNlcnZpY2VzUHJvdmlkZXJzP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c51f50e3-c708-4ee6-ae97-f75294ff2145" + "249042d1-d1fa-4ea2-a3c7-688de907bee9" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/74ef040f-fa15-4f71-9652-c27d5d19d575\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders\",\r\n \"name\": \"74ef040f-fa15-4f71-9652-c27d5d19d575\",\r\n \"properties\": {\r\n \"fabricType\": \"HyperVSite\",\r\n \"friendlyName\": \"CP-B3L40406-12.ntdev.corp.microsoft.com\",\r\n \"providerVersion\": \"5.1.2250.0\",\r\n \"serverVersion\": \"3.2.7510.0\",\r\n \"providerVersionState\": \"Supported\",\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"lastHeartBeat\": \"2017-05-13T20:25:52.1925844Z\",\r\n \"connectionStatus\": \"Connected\",\r\n \"protectedItemCount\": 0,\r\n \"allowedScenarios\": [\r\n \"Refresh\",\r\n \"Purge\"\r\n ],\r\n \"healthErrorDetails\": []\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:26:47 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c51f50e3-c708-4ee6-ae97-f75294ff2145 5/13/2017 8:26:47 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "249042d1-d1fa-4ea2-a3c7-688de907bee9 3/18/2021 7:58:57 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "c51f50e3-c708-4ee6-ae97-f75294ff2145" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14328" + "249042d1-d1fa-4ea2-a3c7-688de907bee9" ], "x-ms-correlation-request-id": [ - "4267b631-f13d-4e70-9013-c1696370d704" + "f717dab2-6b7d-42f7-a804-90ee294e805f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T202647Z:4267b631-f13d-4e70-9013-c1696370d704" + "CENTRALUSEUAP:20210318T195857Z:f717dab2-6b7d-42f7-a804-90ee294e805f" + ], + "Date": [ + "Thu, 18 Mar 2021 19:58:56 GMT" + ], + "Content-Length": [ + "1242" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders\",\r\n \"name\": \"71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"properties\": {\r\n \"fabricType\": \"HyperVSite\",\r\n \"friendlyName\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"providerVersion\": \"5.1.6612.0\",\r\n \"serverVersion\": \"0.0\",\r\n \"providerVersionState\": \"Latest\",\r\n \"providerVersionExpiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"lastHeartBeat\": \"2021-03-18T19:57:59.0473473Z\",\r\n \"connectionStatus\": \"Connected\",\r\n \"protectedItemCount\": 3,\r\n \"allowedScenarios\": [\r\n \"Refresh\"\r\n ],\r\n \"healthErrorDetails\": [],\r\n \"draIdentifier\": \"71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"machineId\": null,\r\n \"machineName\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"biosId\": null,\r\n \"authenticationIdentityDetails\": null,\r\n \"resourceAccessIdentityDetails\": null,\r\n \"dataPlaneAuthenticationIdentityDetails\": null,\r\n \"providerVersionDetails\": {\r\n \"version\": \"5.1.6612.0\",\r\n \"expiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"status\": \"Supported\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListSite.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListSite.json index b9d34a2d3cb87..bc96618b39ce2 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListSite.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/ListSite.json @@ -1,79 +1,75 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "40cbf93d-3570-4230-9fb5-89713ace3c84" + "3f6eea38-2557-4bb5-9bad-3d1fdd69883a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:34:39 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "40cbf93d-3570-4230-9fb5-89713ace3c84 5/11/2017 5:34:40 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "3f6eea38-2557-4bb5-9bad-3d1fdd69883a 3/17/2021 7:19:55 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "40cbf93d-3570-4230-9fb5-89713ace3c84" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13972" + "3f6eea38-2557-4bb5-9bad-3d1fdd69883a" ], "x-ms-correlation-request-id": [ - "418a19cc-6815-46f5-81c7-8a7141eac9c4" + "e4ba5673-c10b-464e-aef5-89e70fe4da3e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T173440Z:418a19cc-6815-46f5-81c7-8a7141eac9c4" + "CENTRALUSEUAP:20210317T191955Z:e4ba5673-c10b-464e-aef5-89e70fe4da3e" + ], + "Date": [ + "Wed, 17 Mar 2021 19:19:55 GMT" + ], + "Content-Length": [ + "2373" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866\",\r\n \"properties\": {\r\n \"friendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"encryptionDetails\": {\r\n \"kekState\": \"Enabled\",\r\n \"kekCertThumbprint\": \"6295BD30336B47977BBFF97BC596DB367203EA72\",\r\n \"kekCertExpiryDate\": \"2024-03-13T23:19:02Z\"\r\n },\r\n \"rolloverEncryptionDetails\": {\r\n \"kekState\": \"Enabled\",\r\n \"kekCertThumbprint\": null\r\n },\r\n \"internalIdentifier\": \"03da55c0-1ac3-4220-bde5-9e4b3401eba1\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"VMM\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n },\r\n {\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n },\r\n {\r\n \"name\": \"ForPowershell\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ForPowershell\",\r\n \"properties\": {\r\n \"friendlyName\": \"ForPowershell\",\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\": \"f3ce4b50-831d-5af4-9c48-dcbc41521358\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PlannedFailover.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PlannedFailover.json index 303ad921b8d9f..51d1f0c2c537d 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PlannedFailover.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PlannedFailover.json @@ -1,939 +1,893 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd272c7e-d5db-41a7-ac9c-9e37b63a557c" + "383ffbf4-2be5-44e4-b692-ef29aa6c5db7" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:45:57 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "dd272c7e-d5db-41a7-ac9c-9e37b63a557c 5/15/2017 1:45:58 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "383ffbf4-2be5-44e4-b692-ef29aa6c5db7 3/19/2021 10:19:45 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "dd272c7e-d5db-41a7-ac9c-9e37b63a557c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14099" + "383ffbf4-2be5-44e4-b692-ef29aa6c5db7" ], "x-ms-correlation-request-id": [ - "8a0bbb7d-b3dc-4cc3-8366-1d71f856c3f5" + "9c6b5f1f-1583-4146-be64-530d86661a02" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T134558Z:8a0bbb7d-b3dc-4cc3-8366-1d71f856c3f5" + "CENTRALUSEUAP:20210319T101945Z:9c6b5f1f-1583-4146-be64-530d86661a02" + ], + "Date": [ + "Fri, 19 Mar 2021 10:19:44 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 4,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9e708f8-9fdb-4ad4-9544-6acfc057a5c4" + "9490d767-d46b-4a7f-bd60-a2a96be1e59b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"name\": \"vm2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\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 \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm2\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2017-05-15T06:39:35Z\",\r\n \"vmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkNGMjlFQjdBLTU4RTEtNDVCNC1CNzYwLUM1MzBDMTEzNERGNFw0NDYyM0NDRS02NDJDLTQ0MTYtOTI0My0wMzVDMjhGRjM1MTc=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMSubnetName\": \"FRExternalNetwork\",\r\n \"vMNetworkName\": \"FRExternalNetwork\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryVMSubnetName\": \"Subnet1\",\r\n \"ipAddressType\": \"Static\",\r\n \"primaryNicStaticIPAddress\": null,\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByUser\"\r\n }\r\n ],\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:45:58 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a9e708f8-9fdb-4ad4-9544-6acfc057a5c4 5/15/2017 1:45:59 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "9490d767-d46b-4a7f-bd60-a2a96be1e59b 3/19/2021 10:19:45 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "a9e708f8-9fdb-4ad4-9544-6acfc057a5c4" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14096" + "9490d767-d46b-4a7f-bd60-a2a96be1e59b" ], "x-ms-correlation-request-id": [ - "46354b68-88b7-4337-a864-7ef0b9eafa50" + "c58fcf7e-4c2c-4434-90fc-916be57015a6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T134558Z:46354b68-88b7-4337-a864-7ef0b9eafa50" + "CENTRALUSEUAP:20210319T101945Z:c58fcf7e-4c2c-4434-90fc-916be57015a6" + ], + "Date": [ + "Fri, 19 Mar 2021 10:19:44 GMT" + ], + "Content-Length": [ + "6593" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"UnplannedFailoverCommitted\",\r\n \"protectionStateDescription\": \"Failover committed\",\r\n \"activeLocation\": \"Recovery\",\r\n \"testFailoverState\": \"MarkedForDeletion\",\r\n \"testFailoverStateDescription\": \"Cleaning up test environment\",\r\n \"allowedOperations\": [\r\n \"CompleteMigration\",\r\n \"DisableProtection\",\r\n \"Failback\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"lastSuccessfulFailoverTime\": \"2021-03-19T09:44:18.6482511Z\",\r\n \"lastSuccessfulTestFailoverTime\": \"2021-03-19T07:47:02.2222839Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/5173e1ed-4968-4bad-997a-d311cc061e8c\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": \"https://sah2atest2.blob.core.windows.net/asr-9e8d92e7d62be20aa3/copied-e06c319f-5a90-4907-8606-6c15a92bcf22_83f8638b-8dca-4152-9eda-2ca8b33039b4_0_0.vhd\",\r\n \"targetDiskName\": \"VMforSDK_vhdx-VMforSDK\",\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-19T09:44:51Z\",\r\n \"rpoInSeconds\": 1565,\r\n \"lastRpoCalculatedTime\": \"2021-03-19T10:10:57.4477409Z\",\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"UnplannedFailoverCommitted\",\r\n \"vmProtectionStateDescription\": \"Failover committed\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"Subnet1\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": \"\",\r\n \"recoveryLBBackendAddressPoolIds\": [],\r\n \"tfoSubnetName\": \"\",\r\n \"tfoStaticIPAddress\": \"\",\r\n \"tfoPublicIPAddressId\": \"\",\r\n \"tfoLBBackendAddressPoolIds\": []\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"targetAvailabilityZone\": \"\",\r\n \"targetProximityPlacementGroupId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-19T09:44:51.9723838Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": {},\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/plannedFailover?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMi9wbGFubmVkRmFpbG92ZXI/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/plannedFailover?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy9wbGFubmVkRmFpbG92ZXI/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"vaultLocation\": \"West US\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzureFailback\",\r\n \"dataSyncOption\": \"ForSynchronization\",\r\n \"recoveryVmCreationOption\": \"NoAction\"\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "148" - ], "x-ms-client-request-id": [ - "8eb0d85f-d255-44d3-aed8-a4eb94fd4b9f" + "f8d6d3dd-3a5b-4d16-9e05-aa9da066bfad" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "215" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:45:59 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/operationresults/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/operationresults/3831b8d9-1552-4a98-b3dd-c81ac0ffa742?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7", - "8eb0d85f-d255-44d3-aed8-a4eb94fd4b9f 5/15/2017 1:46:00 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3831b8d9-1552-4a98-b3dd-c81ac0ffa742", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3831b8d9-1552-4a98-b3dd-c81ac0ffa742" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/3831b8d9-1552-4a98-b3dd-c81ac0ffa742?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "8eb0d85f-d255-44d3-aed8-a4eb94fd4b9f" - ], - "X-Powered-By": [ - "ASP.NET" + "f8d6d3dd-3a5b-4d16-9e05-aa9da066bfad" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-correlation-request-id": [ - "92a9d840-94ee-4e5e-968d-fdc94f2b2c6a" + "c328fbd9-dd34-4d36-be19-3d89a57486a9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T134559Z:92a9d840-94ee-4e5e-968d-fdc94f2b2c6a" + "CENTRALUSEUAP:20210319T101946Z:c328fbd9-dd34-4d36-be19-3d89a57486a9" + ], + "Date": [ + "Fri, 19 Mar 2021 10:19:46 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2IwNTA2ZTNiLTUyNmItNGFmOC05ZTVkLWI3ZDJkZTk1ZjljNz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/3831b8d9-1552-4a98-b3dd-c81ac0ffa742?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzM4MzFiOGQ5LTE1NTItNGE5OC1iM2RkLWM4MWFjMGZmYTc0Mj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"name\": \"b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"properties\": {\r\n \"activityId\": \"8eb0d85f-d255-44d3-aed8-a4eb94fd4b9f ActivityId: 92a9d840-94ee-4e5e-968d-fdc94f2b2c6a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PlannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmPfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-15T13:46:00.9733965Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for planned 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\": \"ShutdownVmOnPrimary\",\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\": \"PrepareForFailoverTask\",\r\n \"name\": \"VmPrepareForFailover\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing for 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\": \"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\": \"2017-05-15T13:46:00.071433Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:46:00.071433Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:46:30 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3831b8d9-1552-4a98-b3dd-c81ac0ffa742" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "09560fec-cbca-40f8-a8d6-ca0367fc13ff" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14083" + "f3570b19-7e2a-432f-a704-c8cdfb52fde5" ], "x-ms-correlation-request-id": [ - "1d210bfa-ad3b-42c4-862c-f1e5af7ad695" + "e646c60b-3f42-45c2-8807-dc0b87ce3fc4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T134630Z:1d210bfa-ad3b-42c4-862c-f1e5af7ad695" + "CENTRALUSEUAP:20210319T102016Z:e646c60b-3f42-45c2-8807-dc0b87ce3fc4" + ], + "Date": [ + "Fri, 19 Mar 2021 10:20:16 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3831b8d9-1552-4a98-b3dd-c81ac0ffa742\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:19:46.2591797Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2IwNTA2ZTNiLTUyNmItNGFmOC05ZTVkLWI3ZDJkZTk1ZjljNz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/3831b8d9-1552-4a98-b3dd-c81ac0ffa742?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzM4MzFiOGQ5LTE1NTItNGE5OC1iM2RkLWM4MWFjMGZmYTc0Mj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"name\": \"b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"properties\": {\r\n \"activityId\": \"8eb0d85f-d255-44d3-aed8-a4eb94fd4b9f ActivityId: 92a9d840-94ee-4e5e-968d-fdc94f2b2c6a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PlannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmPfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-15T13:46:00.9733965Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for planned 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\": \"ShutdownVmOnPrimary\",\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\": \"PrepareForFailoverTask\",\r\n \"name\": \"VmPrepareForFailover\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing for 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\": \"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\": \"2017-05-15T13:46:00.071433Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:46:00.071433Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:47:00 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3831b8d9-1552-4a98-b3dd-c81ac0ffa742" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "81e12f76-f975-4319-b60d-2eb50848589f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14077" + "ec02616b-f000-4904-80ca-543d7c93cde1" ], "x-ms-correlation-request-id": [ - "9f795120-e4fb-445c-8ffd-11516b93eaaa" + "7f1b129d-5f37-437f-b439-e8d5cb7865fb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T134700Z:9f795120-e4fb-445c-8ffd-11516b93eaaa" + "CENTRALUSEUAP:20210319T102047Z:7f1b129d-5f37-437f-b439-e8d5cb7865fb" + ], + "Date": [ + "Fri, 19 Mar 2021 10:20:47 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3831b8d9-1552-4a98-b3dd-c81ac0ffa742\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:19:46.2591797Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2IwNTA2ZTNiLTUyNmItNGFmOC05ZTVkLWI3ZDJkZTk1ZjljNz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/3831b8d9-1552-4a98-b3dd-c81ac0ffa742?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzM4MzFiOGQ5LTE1NTItNGE5OC1iM2RkLWM4MWFjMGZmYTc0Mj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"name\": \"b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"properties\": {\r\n \"activityId\": \"8eb0d85f-d255-44d3-aed8-a4eb94fd4b9f ActivityId: 92a9d840-94ee-4e5e-968d-fdc94f2b2c6a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PlannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmPfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-15T13:46:00.9733965Z\",\r\n \"endTime\": \"2017-05-15T13:47:23.0216597Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for planned 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\": \"ShutdownVmOnPrimary\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2017-05-15T13:47:23.2247448Z\",\r\n \"endTime\": \"2017-05-15T13:47:27.9157457Z\",\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\": \"PrepareForFailoverTask\",\r\n \"name\": \"VmPrepareForFailover\",\r\n \"startTime\": \"2017-05-15T13:47:28.1838342Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing 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\": \"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\": \"2017-05-15T13:46:00.071433Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:46:00.071433Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:47:31 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3831b8d9-1552-4a98-b3dd-c81ac0ffa742" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "70b194bb-a0d1-4cc1-b267-43261abaafb0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14061" + "ecd424c1-bf8f-421f-9e06-428290a233b6" ], "x-ms-correlation-request-id": [ - "a480f899-15e5-476d-ac09-8ae7410d3679" + "81b78784-b276-4f3b-9d79-96cb38f2b654" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T134732Z:a480f899-15e5-476d-ac09-8ae7410d3679" + "CENTRALUSEUAP:20210319T102117Z:81b78784-b276-4f3b-9d79-96cb38f2b654" + ], + "Date": [ + "Fri, 19 Mar 2021 10:21:17 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3831b8d9-1552-4a98-b3dd-c81ac0ffa742\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:19:46.2591797Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2IwNTA2ZTNiLTUyNmItNGFmOC05ZTVkLWI3ZDJkZTk1ZjljNz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/3831b8d9-1552-4a98-b3dd-c81ac0ffa742?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzM4MzFiOGQ5LTE1NTItNGE5OC1iM2RkLWM4MWFjMGZmYTc0Mj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"name\": \"b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"properties\": {\r\n \"activityId\": \"8eb0d85f-d255-44d3-aed8-a4eb94fd4b9f ActivityId: 92a9d840-94ee-4e5e-968d-fdc94f2b2c6a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PlannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmPfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-15T13:46:00.9733965Z\",\r\n \"endTime\": \"2017-05-15T13:47:23.0216597Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for planned 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\": \"ShutdownVmOnPrimary\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2017-05-15T13:47:23.2247448Z\",\r\n \"endTime\": \"2017-05-15T13:47:27.9157457Z\",\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\": \"PrepareForFailoverTask\",\r\n \"name\": \"VmPrepareForFailover\",\r\n \"startTime\": \"2017-05-15T13:47:28.1838342Z\",\r\n \"endTime\": \"2017-05-15T13:48:02.649827Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing 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\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2017-05-15T13:48:02.649827Z\",\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\": \"2017-05-15T13:46:00.071433Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:46:00.071433Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:48:02 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3831b8d9-1552-4a98-b3dd-c81ac0ffa742" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "a876cec3-0268-4108-b532-55eba165ec0e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14044" + "76c0ba38-5968-4eff-88ed-8aba261df511" ], "x-ms-correlation-request-id": [ - "aac7063b-f2d6-4ecd-a4fe-7c53011b472d" + "1b340d8c-ed86-4fee-843f-eb44e9822605" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T134802Z:aac7063b-f2d6-4ecd-a4fe-7c53011b472d" + "CENTRALUSEUAP:20210319T102148Z:1b340d8c-ed86-4fee-843f-eb44e9822605" + ], + "Date": [ + "Fri, 19 Mar 2021 10:21:47 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3831b8d9-1552-4a98-b3dd-c81ac0ffa742\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:19:46.2591797Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2IwNTA2ZTNiLTUyNmItNGFmOC05ZTVkLWI3ZDJkZTk1ZjljNz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/3831b8d9-1552-4a98-b3dd-c81ac0ffa742?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzM4MzFiOGQ5LTE1NTItNGE5OC1iM2RkLWM4MWFjMGZmYTc0Mj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"name\": \"b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"properties\": {\r\n \"activityId\": \"8eb0d85f-d255-44d3-aed8-a4eb94fd4b9f ActivityId: 92a9d840-94ee-4e5e-968d-fdc94f2b2c6a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PlannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmPfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-15T13:46:00.9733965Z\",\r\n \"endTime\": \"2017-05-15T13:47:23.0216597Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for planned 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\": \"ShutdownVmOnPrimary\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2017-05-15T13:47:23.2247448Z\",\r\n \"endTime\": \"2017-05-15T13:47:27.9157457Z\",\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\": \"PrepareForFailoverTask\",\r\n \"name\": \"VmPrepareForFailover\",\r\n \"startTime\": \"2017-05-15T13:47:28.1838342Z\",\r\n \"endTime\": \"2017-05-15T13:48:02.649827Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing 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\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2017-05-15T13:48:02.649827Z\",\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\": \"2017-05-15T13:46:00.071433Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:46:00.071433Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:48:32 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3831b8d9-1552-4a98-b3dd-c81ac0ffa742" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "39f527d6-fad5-4421-9255-0ad816f10358" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14032" + "885b6259-9a2e-4504-8879-495113c8fb6a" ], "x-ms-correlation-request-id": [ - "067559b4-01a6-488d-a208-77d3c34f3071" + "8622b5d9-1a11-4ee9-adf2-37883797461c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T134833Z:067559b4-01a6-488d-a208-77d3c34f3071" + "CENTRALUSEUAP:20210319T102218Z:8622b5d9-1a11-4ee9-adf2-37883797461c" + ], + "Date": [ + "Fri, 19 Mar 2021 10:22:18 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3831b8d9-1552-4a98-b3dd-c81ac0ffa742\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:19:46.2591797Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2IwNTA2ZTNiLTUyNmItNGFmOC05ZTVkLWI3ZDJkZTk1ZjljNz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/3831b8d9-1552-4a98-b3dd-c81ac0ffa742?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzM4MzFiOGQ5LTE1NTItNGE5OC1iM2RkLWM4MWFjMGZmYTc0Mj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"name\": \"b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"properties\": {\r\n \"activityId\": \"8eb0d85f-d255-44d3-aed8-a4eb94fd4b9f ActivityId: 92a9d840-94ee-4e5e-968d-fdc94f2b2c6a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PlannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmPfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-15T13:46:00.9733965Z\",\r\n \"endTime\": \"2017-05-15T13:47:23.0216597Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for planned 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\": \"ShutdownVmOnPrimary\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2017-05-15T13:47:23.2247448Z\",\r\n \"endTime\": \"2017-05-15T13:47:27.9157457Z\",\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\": \"PrepareForFailoverTask\",\r\n \"name\": \"VmPrepareForFailover\",\r\n \"startTime\": \"2017-05-15T13:47:28.1838342Z\",\r\n \"endTime\": \"2017-05-15T13:48:02.649827Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing 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\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2017-05-15T13:48:02.649827Z\",\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\": \"2017-05-15T13:46:00.071433Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:46:00.071433Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:49:02 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3831b8d9-1552-4a98-b3dd-c81ac0ffa742" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "a3cc25a8-a6aa-49d1-8ea5-3277a6a09afc" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14019" + "ede0a970-5bd0-4c5f-9cde-32383a6c6e6a" ], "x-ms-correlation-request-id": [ - "3aeb64bd-7409-4f0b-8953-f0392015ef15" + "cc36bb7b-3517-457b-9d66-9fb0a464540a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T134903Z:3aeb64bd-7409-4f0b-8953-f0392015ef15" + "CENTRALUSEUAP:20210319T102249Z:cc36bb7b-3517-457b-9d66-9fb0a464540a" + ], + "Date": [ + "Fri, 19 Mar 2021 10:22:48 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3831b8d9-1552-4a98-b3dd-c81ac0ffa742\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:19:46.2591797Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2IwNTA2ZTNiLTUyNmItNGFmOC05ZTVkLWI3ZDJkZTk1ZjljNz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/3831b8d9-1552-4a98-b3dd-c81ac0ffa742?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzM4MzFiOGQ5LTE1NTItNGE5OC1iM2RkLWM4MWFjMGZmYTc0Mj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"name\": \"b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"properties\": {\r\n \"activityId\": \"8eb0d85f-d255-44d3-aed8-a4eb94fd4b9f ActivityId: 92a9d840-94ee-4e5e-968d-fdc94f2b2c6a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PlannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmPfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-15T13:46:00.9733965Z\",\r\n \"endTime\": \"2017-05-15T13:47:23.0216597Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for planned 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\": \"ShutdownVmOnPrimary\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2017-05-15T13:47:23.2247448Z\",\r\n \"endTime\": \"2017-05-15T13:47:27.9157457Z\",\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\": \"PrepareForFailoverTask\",\r\n \"name\": \"VmPrepareForFailover\",\r\n \"startTime\": \"2017-05-15T13:47:28.1838342Z\",\r\n \"endTime\": \"2017-05-15T13:48:02.649827Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing 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\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2017-05-15T13:48:02.649827Z\",\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\": \"2017-05-15T13:46:00.071433Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:46:00.071433Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:49:35 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3831b8d9-1552-4a98-b3dd-c81ac0ffa742" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "25bb23f7-830c-4225-9424-a07dc1951ced" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13999" + "dc3ef8d6-c4fd-4c53-8eb7-4a8f99a2b26a" ], "x-ms-correlation-request-id": [ - "5111c6e7-b14f-4823-a046-5b77304945af" + "63116b6a-78f2-4853-801c-2ac0d3616360" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T134935Z:5111c6e7-b14f-4823-a046-5b77304945af" + "CENTRALUSEUAP:20210319T102319Z:63116b6a-78f2-4853-801c-2ac0d3616360" + ], + "Date": [ + "Fri, 19 Mar 2021 10:23:19 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3831b8d9-1552-4a98-b3dd-c81ac0ffa742\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:19:46.2591797Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2IwNTA2ZTNiLTUyNmItNGFmOC05ZTVkLWI3ZDJkZTk1ZjljNz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/3831b8d9-1552-4a98-b3dd-c81ac0ffa742?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzM4MzFiOGQ5LTE1NTItNGE5OC1iM2RkLWM4MWFjMGZmYTc0Mj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"name\": \"b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"properties\": {\r\n \"activityId\": \"8eb0d85f-d255-44d3-aed8-a4eb94fd4b9f ActivityId: 92a9d840-94ee-4e5e-968d-fdc94f2b2c6a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PlannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmPfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-15T13:46:00.9733965Z\",\r\n \"endTime\": \"2017-05-15T13:47:23.0216597Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for planned 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\": \"ShutdownVmOnPrimary\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2017-05-15T13:47:23.2247448Z\",\r\n \"endTime\": \"2017-05-15T13:47:27.9157457Z\",\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\": \"PrepareForFailoverTask\",\r\n \"name\": \"VmPrepareForFailover\",\r\n \"startTime\": \"2017-05-15T13:47:28.1838342Z\",\r\n \"endTime\": \"2017-05-15T13:48:02.649827Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing 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\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2017-05-15T13:48:02.649827Z\",\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\": \"2017-05-15T13:46:00.071433Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:46:00.071433Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:50:05 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11961" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3831b8d9-1552-4a98-b3dd-c81ac0ffa742" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "1653454e-1a97-4300-9423-523a94bb722b" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14081" + "f1a64a40-ea74-4886-91ee-d178fec0169b" ], "x-ms-correlation-request-id": [ - "11901e76-7201-4884-94a8-999892c65871" + "fe8c0761-45ac-4e08-959d-1cba102eb6d0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135005Z:11901e76-7201-4884-94a8-999892c65871" + "CENTRALUSEUAP:20210319T102349Z:fe8c0761-45ac-4e08-959d-1cba102eb6d0" + ], + "Date": [ + "Fri, 19 Mar 2021 10:23:48 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3831b8d9-1552-4a98-b3dd-c81ac0ffa742\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:19:46.2591797Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2IwNTA2ZTNiLTUyNmItNGFmOC05ZTVkLWI3ZDJkZTk1ZjljNz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/3831b8d9-1552-4a98-b3dd-c81ac0ffa742?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzM4MzFiOGQ5LTE1NTItNGE5OC1iM2RkLWM4MWFjMGZmYTc0Mj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"name\": \"b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"properties\": {\r\n \"activityId\": \"8eb0d85f-d255-44d3-aed8-a4eb94fd4b9f ActivityId: 92a9d840-94ee-4e5e-968d-fdc94f2b2c6a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PlannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmPfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-15T13:46:00.9733965Z\",\r\n \"endTime\": \"2017-05-15T13:47:23.0216597Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for planned 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\": \"ShutdownVmOnPrimary\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2017-05-15T13:47:23.2247448Z\",\r\n \"endTime\": \"2017-05-15T13:47:27.9157457Z\",\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\": \"PrepareForFailoverTask\",\r\n \"name\": \"VmPrepareForFailover\",\r\n \"startTime\": \"2017-05-15T13:47:28.1838342Z\",\r\n \"endTime\": \"2017-05-15T13:48:02.649827Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing 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\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2017-05-15T13:48:02.649827Z\",\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\": \"2017-05-15T13:46:00.071433Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:46:00.071433Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:50:36 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3831b8d9-1552-4a98-b3dd-c81ac0ffa742" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "81f18550-422a-4707-bc55-065b1f15b8e7" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14071" + "9a2f0d17-cf04-4633-80df-586df8fde16d" ], "x-ms-correlation-request-id": [ - "eb97e87c-33b8-447f-8473-a6a3a69bb2e9" + "1dce276a-3856-43d8-80f8-75f9eb2dddf1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135037Z:eb97e87c-33b8-447f-8473-a6a3a69bb2e9" + "CENTRALUSEUAP:20210319T102420Z:1dce276a-3856-43d8-80f8-75f9eb2dddf1" + ], + "Date": [ + "Fri, 19 Mar 2021 10:24:19 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3831b8d9-1552-4a98-b3dd-c81ac0ffa742\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:19:46.2591797Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2IwNTA2ZTNiLTUyNmItNGFmOC05ZTVkLWI3ZDJkZTk1ZjljNz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/3831b8d9-1552-4a98-b3dd-c81ac0ffa742?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzM4MzFiOGQ5LTE1NTItNGE5OC1iM2RkLWM4MWFjMGZmYTc0Mj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"name\": \"b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"properties\": {\r\n \"activityId\": \"8eb0d85f-d255-44d3-aed8-a4eb94fd4b9f ActivityId: 92a9d840-94ee-4e5e-968d-fdc94f2b2c6a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PlannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmPfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-15T13:46:00.9733965Z\",\r\n \"endTime\": \"2017-05-15T13:47:23.0216597Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for planned 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\": \"ShutdownVmOnPrimary\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2017-05-15T13:47:23.2247448Z\",\r\n \"endTime\": \"2017-05-15T13:47:27.9157457Z\",\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\": \"PrepareForFailoverTask\",\r\n \"name\": \"VmPrepareForFailover\",\r\n \"startTime\": \"2017-05-15T13:47:28.1838342Z\",\r\n \"endTime\": \"2017-05-15T13:48:02.649827Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing 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\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2017-05-15T13:48:02.649827Z\",\r\n \"endTime\": \"2017-05-15T13:51:03.1569746Z\",\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\": \"2017-05-15T13:51:03.1569746Z\",\r\n \"endTime\": \"2017-05-15T13:51:03.3600281Z\",\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\": \"2017-05-15T13:46:00.071433Z\",\r\n \"endTime\": \"2017-05-15T13:51:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:46:00.071433Z\",\r\n \"endTime\": \"2017-05-15T13:51:03Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:51:06 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3831b8d9-1552-4a98-b3dd-c81ac0ffa742" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "87b3e8cf-1bc4-4838-8c50-e8d2722fdb6e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14063" + "1fdc3af2-be6e-4be2-8d65-a8fd8b0a53dc" ], "x-ms-correlation-request-id": [ - "3a5ff779-ec35-47ca-8c66-8c55c66e289a" + "0b95978e-92d3-4ab4-a5e1-ca89bb3ed432" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135107Z:3a5ff779-ec35-47ca-8c66-8c55c66e289a" + "CENTRALUSEUAP:20210319T102450Z:0b95978e-92d3-4ab4-a5e1-ca89bb3ed432" + ], + "Date": [ + "Fri, 19 Mar 2021 10:24:50 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3831b8d9-1552-4a98-b3dd-c81ac0ffa742\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T10:19:46.2591797Z\",\r\n \"endTime\": \"2021-03-19T10:24:25Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/operationresults/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMi9vcGVyYXRpb25yZXN1bHRzL2IwNTA2ZTNiLTUyNmItNGFmOC05ZTVkLWI3ZDJkZTk1ZjljNz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/operationresults/3831b8d9-1552-4a98-b3dd-c81ac0ffa742?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy9vcGVyYXRpb25yZXN1bHRzLzM4MzFiOGQ5LTE1NTItNGE5OC1iM2RkLWM4MWFjMGZmYTc0Mj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"name\": \"b0506e3b-526b-4af8-9e5d-b7d2de95f9c7\",\r\n \"properties\": {\r\n \"activityId\": \"8eb0d85f-d255-44d3-aed8-a4eb94fd4b9f ActivityId: 92a9d840-94ee-4e5e-968d-fdc94f2b2c6a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PlannedFailoverPreflightChecksTask\",\r\n \"name\": \"VmPfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-15T13:46:00.9733965Z\",\r\n \"endTime\": \"2017-05-15T13:47:23.0216597Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for planned 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\": \"ShutdownVmOnPrimary\",\r\n \"name\": \"VmShutdownVmOnPrimary\",\r\n \"startTime\": \"2017-05-15T13:47:23.2247448Z\",\r\n \"endTime\": \"2017-05-15T13:47:27.9157457Z\",\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\": \"PrepareForFailoverTask\",\r\n \"name\": \"VmPrepareForFailover\",\r\n \"startTime\": \"2017-05-15T13:47:28.1838342Z\",\r\n \"endTime\": \"2017-05-15T13:48:02.649827Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing 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\": \"FailoverTask\",\r\n \"name\": \"VmFailover\",\r\n \"startTime\": \"2017-05-15T13:48:02.649827Z\",\r\n \"endTime\": \"2017-05-15T13:51:03.1569746Z\",\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\": \"2017-05-15T13:51:03.1569746Z\",\r\n \"endTime\": \"2017-05-15T13:51:03.3600281Z\",\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\": \"2017-05-15T13:46:00.071433Z\",\r\n \"endTime\": \"2017-05-15T13:51:03Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:46:00.071433Z\",\r\n \"endTime\": \"2017-05-15T13:51:03Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:51:06 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/b0506e3b-526b-4af8-9e5d-b7d2de95f9c7" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3831b8d9-1552-4a98-b3dd-c81ac0ffa742", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3831b8d9-1552-4a98-b3dd-c81ac0ffa742" ], - "X-Powered-By": [ - "ASP.NET" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/3831b8d9-1552-4a98-b3dd-c81ac0ffa742?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "87b3e8cf-1bc4-4838-8c50-e8d2722fdb6e" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14063" + "x-ms-client-request-id": [ + "c4941e2d-ba76-4dbd-a5c6-7093f966f6b8" ], "x-ms-correlation-request-id": [ - "3a5ff779-ec35-47ca-8c66-8c55c66e289a" + "bda0a0b3-d452-446a-9d98-d69defcee6c7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T135107Z:3a5ff779-ec35-47ca-8c66-8c55c66e289a" + "CENTRALUSEUAP:20210319T102451Z:bda0a0b3-d452-446a-9d98-d69defcee6c7" + ], + "Date": [ + "Fri, 19 Mar 2021 10:24:51 GMT" + ], + "Content-Length": [ + "7699" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"FinalizeRestorePending\",\r\n \"protectionStateDescription\": \"Finalize failback pending\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"MarkedForDeletion\",\r\n \"testFailoverStateDescription\": \"Cleaning up test environment\",\r\n \"allowedOperations\": [\r\n \"DisableProtection\",\r\n \"FinalizeFailback\"\r\n ],\r\n \"replicationHealth\": \"Warning\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitProviderErrorOnReplica\",\r\n \"errorType\": \"305\",\r\n \"errorLevel\": \"Warning\",\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"70179\",\r\n \"summaryMessage\": \"Data change rate beyond supported limits\",\r\n \"errorMessage\": \"\\n The data change rate(churn) for the virtual machine has exceeded the Azure Site Recovery supported limits: https://aka.ms/asr-h2a-target-limits.\\n \",\r\n \"possibleCauses\": \"The data change rate (write bytes/sec) of the virtual machine is more than the Azure Site Recovery supported limits for the selected replication target storage type.\",\r\n \"recommendedAction\": \"\\n 1. Review the Azure Site Recovery supported limits https://aka.ms/asr-h2a-target-limits.\\n 2. If the problem continues to persist use the Azure Site Recovery deployment planner to help plan target storage selection to replicate the virtual machine https://aka.ms/asr-h2a-deployment-planner.\\n \",\r\n \"creationTimeUtc\": \"2021-03-19T10:23:18.4108275Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"errorId\": \"3:305\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"lastSuccessfulFailoverTime\": \"2021-03-19T09:44:18.6482511Z\",\r\n \"lastSuccessfulTestFailoverTime\": \"2021-03-19T07:47:02.2222839Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/5173e1ed-4968-4bad-997a-d311cc061e8c\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": \"https://sah2atest2.blob.core.windows.net/asr-9e8d92e7d62be20aa3/copied-e06c319f-5a90-4907-8606-6c15a92bcf22_83f8638b-8dca-4152-9eda-2ca8b33039b4_0_0.vhd\",\r\n \"targetDiskName\": \"VMforSDK_vhdx-VMforSDK\",\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-19T09:44:51Z\",\r\n \"rpoInSeconds\": 2306,\r\n \"lastRpoCalculatedTime\": \"2021-03-19T10:23:18.2693967Z\",\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"FinalizeRestorePending\",\r\n \"vmProtectionStateDescription\": \"Finalize failback pending\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"Subnet1\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": \"\",\r\n \"recoveryLBBackendAddressPoolIds\": [],\r\n \"tfoSubnetName\": \"\",\r\n \"tfoStaticIPAddress\": \"\",\r\n \"tfoPublicIPAddressId\": \"\",\r\n \"tfoLBBackendAddressPoolIds\": []\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"targetAvailabilityZone\": \"\",\r\n \"targetProximityPlacementGroupId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-19T09:44:51.9723838Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": {},\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PurgePCMapping.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PurgePCMapping.json index f4978423a4458..c4dbc5a5b5cb4 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PurgePCMapping.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PurgePCMapping.json @@ -1,348 +1,328 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f5a27c3-79c3-47af-a49a-5aeac539fda1" + "50861fd6-1786-472d-afc8-0e544194a1a4" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:05:30 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5f5a27c3-79c3-47af-a49a-5aeac539fda1 5/13/2017 8:05:31 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "50861fd6-1786-472d-afc8-0e544194a1a4 3/19/2021 12:46:22 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "5f5a27c3-79c3-47af-a49a-5aeac539fda1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "50861fd6-1786-472d-afc8-0e544194a1a4" ], "x-ms-correlation-request-id": [ - "81a19f8e-fd8b-4747-b529-7dbe4262fb1f" + "04069865-556b-4b0f-9fd1-2c4b62fe72f9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T200531Z:81a19f8e-fd8b-4747-b529-7dbe4262fb1f" + "CENTRALUSEUAP:20210319T124622Z:04069865-556b-4b0f-9fd1-2c4b62fe72f9" + ], + "Date": [ + "Fri, 19 Mar 2021 12:46:22 GMT" + ], + "Content-Length": [ + "768" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": null\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b307df1-3ec4-4192-80dc-cebb4700fafb" + "ceb57d77-30ca-4a39-a2b1-cc3b33087a4c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:05:31 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2b307df1-3ec4-4192-80dc-cebb4700fafb 5/13/2017 8:05:32 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "ceb57d77-30ca-4a39-a2b1-cc3b33087a4c 3/19/2021 12:46:23 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "2b307df1-3ec4-4192-80dc-cebb4700fafb" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "ceb57d77-30ca-4a39-a2b1-cc3b33087a4c" ], "x-ms-correlation-request-id": [ - "4dcd451e-3713-4543-a7f7-1b6c5dc9bc34" + "64192a41-c662-4848-80e2-4bc0784d6999" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T200531Z:4dcd451e-3713-4543-a7f7-1b6c5dc9bc34" + "CENTRALUSEUAP:20210319T124623Z:64192a41-c662-4848-80e2-4bc0784d6999" + ], + "Date": [ + "Fri, 19 Mar 2021 12:46:23 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 0,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings/PCMapping?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJNYXBwaW5ncy9QQ01hcHBpbmc/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings/PCMapping?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvUENNYXBwaW5nP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b89b7235-6581-40f8-ad9d-7aee74e50a4a" + "01bc863f-60a9-417d-8653-955555c6e1c3" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:05:34 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings/PCMapping/operationresults/bf12c4aa-249b-478f-abca-9b3dafb4a96e?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings/PCMapping/operationresults/1e63447b-4870-4958-bcbf-122c9a571f3c?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/bf12c4aa-249b-478f-abca-9b3dafb4a96e", - "b89b7235-6581-40f8-ad9d-7aee74e50a4a 5/13/2017 8:05:35 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/1e63447b-4870-4958-bcbf-122c9a571f3c", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/1e63447b-4870-4958-bcbf-122c9a571f3c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/bf12c4aa-249b-478f-abca-9b3dafb4a96e?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1e63447b-4870-4958-bcbf-122c9a571f3c?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "b89b7235-6581-40f8-ad9d-7aee74e50a4a" + "01bc863f-60a9-417d-8653-955555c6e1c3" ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" ], "x-ms-correlation-request-id": [ - "64245c3f-5e75-430d-9a6d-ff3fd422a54f" + "f9a7cf67-72ff-4ef9-badd-9c2b34ad923c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T200535Z:64245c3f-5e75-430d-9a6d-ff3fd422a54f" + "CENTRALUSEUAP:20210319T124623Z:f9a7cf67-72ff-4ef9-badd-9c2b34ad923c" + ], + "Date": [ + "Fri, 19 Mar 2021 12:46:23 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/bf12c4aa-249b-478f-abca-9b3dafb4a96e?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2JmMTJjNGFhLTI0OWItNDc4Zi1hYmNhLTliM2RhZmI0YTk2ZT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1e63447b-4870-4958-bcbf-122c9a571f3c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzFlNjM0NDdiLTQ4NzAtNDk1OC1iY2JmLTEyMmM5YTU3MWYzYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/bf12c4aa-249b-478f-abca-9b3dafb4a96e\",\r\n \"name\": \"bf12c4aa-249b-478f-abca-9b3dafb4a96e\",\r\n \"properties\": {\r\n \"activityId\": \"b89b7235-6581-40f8-ad9d-7aee74e50a4a ActivityId: 64245c3f-5e75-430d-9a6d-ff3fd422a54f\",\r\n \"scenarioName\": \"PurgeProtectionProfileAssociation\",\r\n \"friendlyName\": \"Purge association between the replication policy and containers\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PurgeCloudPairPreflightChecksTask\",\r\n \"name\": \"PurgeCloudPairPreflightChecksTask\",\r\n \"startTime\": \"2017-05-13T20:05:36.3416422Z\",\r\n \"endTime\": \"2017-05-13T20:05:40.6130925Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Performing initial checks\",\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\": \"PurgeCloudPairTask\",\r\n \"name\": \"PurgeCloudPairTask\",\r\n \"startTime\": \"2017-05-13T20:05:40.6130925Z\",\r\n \"endTime\": \"2017-05-13T20:05:40.6130925Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Removing the protection 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T20:05:35.2183202Z\",\r\n \"endTime\": \"2017-05-13T20:05:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"targetObjectName\": \"protectionprofile1\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T20:05:35.2183202Z\",\r\n \"endTime\": \"2017-05-13T20:05:36Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:06:05 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/bf12c4aa-249b-478f-abca-9b3dafb4a96e" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/1e63447b-4870-4958-bcbf-122c9a571f3c" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "35199963-0650-4341-b7c9-84a5902c9356" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "94048296-be5c-4c2b-b213-a8d1ffc73b68" ], "x-ms-correlation-request-id": [ - "3d30ba58-2fad-4953-aee5-038b653816b6" + "5171e05b-acdb-475f-ad95-69f3571f061e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T200605Z:3d30ba58-2fad-4953-aee5-038b653816b6" + "CENTRALUSEUAP:20210319T124654Z:5171e05b-acdb-475f-ad95-69f3571f061e" + ], + "Date": [ + "Fri, 19 Mar 2021 12:46:54 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"1e63447b-4870-4958-bcbf-122c9a571f3c\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T12:46:23.7655636Z\",\r\n \"endTime\": \"2021-03-19T12:46:24Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectionContainerMappings/PCMapping/operationresults/bf12c4aa-249b-478f-abca-9b3dafb4a96e?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJNYXBwaW5ncy9QQ01hcHBpbmcvb3BlcmF0aW9ucmVzdWx0cy9iZjEyYzRhYS0yNDliLTQ3OGYtYWJjYS05YjNkYWZiNGE5NmU/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectionContainerMappings/PCMapping/operationresults/1e63447b-4870-4958-bcbf-122c9a571f3c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVyTWFwcGluZ3MvUENNYXBwaW5nL29wZXJhdGlvbnJlc3VsdHMvMWU2MzQ0N2ItNDg3MC00OTU4LWJjYmYtMTIyYzlhNTcxZjNjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/bf12c4aa-249b-478f-abca-9b3dafb4a96e\",\r\n \"name\": \"bf12c4aa-249b-478f-abca-9b3dafb4a96e\",\r\n \"properties\": {\r\n \"activityId\": \"b89b7235-6581-40f8-ad9d-7aee74e50a4a ActivityId: 64245c3f-5e75-430d-9a6d-ff3fd422a54f\",\r\n \"scenarioName\": \"PurgeProtectionProfileAssociation\",\r\n \"friendlyName\": \"Purge association between the replication policy and containers\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PurgeCloudPairPreflightChecksTask\",\r\n \"name\": \"PurgeCloudPairPreflightChecksTask\",\r\n \"startTime\": \"2017-05-13T20:05:36.3416422Z\",\r\n \"endTime\": \"2017-05-13T20:05:40.6130925Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Performing initial checks\",\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\": \"PurgeCloudPairTask\",\r\n \"name\": \"PurgeCloudPairTask\",\r\n \"startTime\": \"2017-05-13T20:05:40.6130925Z\",\r\n \"endTime\": \"2017-05-13T20:05:40.6130925Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Removing the protection 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T20:05:35.2183202Z\",\r\n \"endTime\": \"2017-05-13T20:05:36Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"targetObjectName\": \"protectionprofile1\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T20:05:35.2183202Z\",\r\n \"endTime\": \"2017-05-13T20:05:36Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:06:05 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/bf12c4aa-249b-478f-abca-9b3dafb4a96e" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/1e63447b-4870-4958-bcbf-122c9a571f3c", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/1e63447b-4870-4958-bcbf-122c9a571f3c" + ], + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1e63447b-4870-4958-bcbf-122c9a571f3c?api-version=2021-02-10" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "35199963-0650-4341-b7c9-84a5902c9356" + "b3a5aa2c-2cbc-405c-8fc2-aa027f0dccfd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "11971" ], "x-ms-correlation-request-id": [ - "3d30ba58-2fad-4953-aee5-038b653816b6" + "d1bb872e-8b6f-4fd3-aa16-07c1a0b8d47f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T200605Z:3d30ba58-2fad-4953-aee5-038b653816b6" + "CENTRALUSEUAP:20210319T124655Z:d1bb872e-8b6f-4fd3-aa16-07c1a0b8d47f" + ], + "Date": [ + "Fri, 19 Mar 2021 12:46:55 GMT" + ], + "Expires": [ + "-1" ] }, - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PurgeProtectedItem.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PurgeProtectedItem.json index 8c229b4c40094..0274b2c21802f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PurgeProtectedItem.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PurgeProtectedItem.json @@ -1,277 +1,261 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f78f39b0-6013-485c-b378-17615b1001e1" + "829dc814-867b-4724-9e00-169c4fab5ca8" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:27:01 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f78f39b0-6013-485c-b378-17615b1001e1 5/13/2017 7:27:02 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "829dc814-867b-4724-9e00-169c4fab5ca8 3/19/2021 11:48:52 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "f78f39b0-6013-485c-b378-17615b1001e1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13991" + "829dc814-867b-4724-9e00-169c4fab5ca8" ], "x-ms-correlation-request-id": [ - "d70ad563-8a00-48bb-8572-ac49bee16173" + "f5ca6a6a-d222-418d-bef4-12cebd839526" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T192702Z:d70ad563-8a00-48bb-8572-ac49bee16173" + "CENTRALUSEUAP:20210319T114852Z:f5ca6a6a-d222-418d-bef4-12cebd839526" + ], + "Date": [ + "Fri, 19 Mar 2021 11:48:52 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 3,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy8xOTNjYTA5OC05OTFkLTRhNmYtYmU3OC1kYTJjNmU3YmQyOTA/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6845a3af-9833-49d1-a880-28c34199d729" + "8c4adec4-7d1c-4b36-92fd-466516019322" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:27:04 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/operationresults/3737bc7c-abe9-417d-9188-20c284330bdd?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290/operationresults/4e6929a5-a468-43da-9632-0a8e259e93cd?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3737bc7c-abe9-417d-9188-20c284330bdd", - "6845a3af-9833-49d1-a880-28c34199d729 5/13/2017 7:27:05 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/4e6929a5-a468-43da-9632-0a8e259e93cd", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/4e6929a5-a468-43da-9632-0a8e259e93cd" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3737bc7c-abe9-417d-9188-20c284330bdd?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/4e6929a5-a468-43da-9632-0a8e259e93cd?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "6845a3af-9833-49d1-a880-28c34199d729" - ], - "X-Powered-By": [ - "ASP.NET" + "8c4adec4-7d1c-4b36-92fd-466516019322" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "0af8f36d-db2f-4460-9a9a-c0c2e6879995" + "cefa0f17-37b1-4892-9092-3d412e19453c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T192705Z:0af8f36d-db2f-4460-9a9a-c0c2e6879995" + "CENTRALUSEUAP:20210319T114853Z:cefa0f17-37b1-4892-9092-3d412e19453c" + ], + "Date": [ + "Fri, 19 Mar 2021 11:48:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3737bc7c-abe9-417d-9188-20c284330bdd?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzM3MzdiYzdjLWFiZTktNDE3ZC05MTg4LTIwYzI4NDMzMGJkZD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/4e6929a5-a468-43da-9632-0a8e259e93cd?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzRlNjkyOWE1LWE0NjgtNDNkYS05NjMyLTBhOGUyNTllOTNjZD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3737bc7c-abe9-417d-9188-20c284330bdd\",\r\n \"name\": \"3737bc7c-abe9-417d-9188-20c284330bdd\",\r\n \"properties\": {\r\n \"activityId\": \"6845a3af-9833-49d1-a880-28c34199d729 ActivityId: 0af8f36d-db2f-4460-9a9a-c0c2e6879995\",\r\n \"scenarioName\": \"PurgeVm\",\r\n \"friendlyName\": \"Remove the virtual machine from the vault\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PurgeVmTask\",\r\n \"name\": \"PurgeVmTask\",\r\n \"startTime\": \"2017-05-13T19:27:06.7002931Z\",\r\n \"endTime\": \"2017-05-13T19:27:06.7471686Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Removing protection data for 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T19:27:05.468638Z\",\r\n \"endTime\": \"2017-05-13T19:27:06Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T19:27:05.468638Z\",\r\n \"endTime\": \"2017-05-13T19:27:06Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:27:35 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3737bc7c-abe9-417d-9188-20c284330bdd" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/4e6929a5-a468-43da-9632-0a8e259e93cd" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "726172a9-0ad4-4e0e-baf5-3e380860f16c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13977" + "9d0ecd0b-f801-4290-9ccb-3c291187a38f" ], "x-ms-correlation-request-id": [ - "d9cf4864-dce8-47ba-bdf4-75bd61bc67ef" + "ea4de29f-d4e4-4812-9084-17667699f8b4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T192735Z:d9cf4864-dce8-47ba-bdf4-75bd61bc67ef" + "CENTRALUSEUAP:20210319T114923Z:ea4de29f-d4e4-4812-9084-17667699f8b4" + ], + "Date": [ + "Fri, 19 Mar 2021 11:49:23 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"4e6929a5-a468-43da-9632-0a8e259e93cd\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T11:48:53.4370668Z\",\r\n \"endTime\": \"2021-03-19T11:48:54Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/operationresults/3737bc7c-abe9-417d-9188-20c284330bdd?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMS9vcGVyYXRpb25yZXN1bHRzLzM3MzdiYzdjLWFiZTktNDE3ZC05MTg4LTIwYzI4NDMzMGJkZD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290/operationresults/4e6929a5-a468-43da-9632-0a8e259e93cd?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy8xOTNjYTA5OC05OTFkLTRhNmYtYmU3OC1kYTJjNmU3YmQyOTAvb3BlcmF0aW9ucmVzdWx0cy80ZTY5MjlhNS1hNDY4LTQzZGEtOTYzMi0wYThlMjU5ZTkzY2Q/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3737bc7c-abe9-417d-9188-20c284330bdd\",\r\n \"name\": \"3737bc7c-abe9-417d-9188-20c284330bdd\",\r\n \"properties\": {\r\n \"activityId\": \"6845a3af-9833-49d1-a880-28c34199d729 ActivityId: 0af8f36d-db2f-4460-9a9a-c0c2e6879995\",\r\n \"scenarioName\": \"PurgeVm\",\r\n \"friendlyName\": \"Remove the virtual machine from the vault\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PurgeVmTask\",\r\n \"name\": \"PurgeVmTask\",\r\n \"startTime\": \"2017-05-13T19:27:06.7002931Z\",\r\n \"endTime\": \"2017-05-13T19:27:06.7471686Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Removing protection data for 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T19:27:05.468638Z\",\r\n \"endTime\": \"2017-05-13T19:27:06Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T19:27:05.468638Z\",\r\n \"endTime\": \"2017-05-13T19:27:06Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:27:35 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3737bc7c-abe9-417d-9188-20c284330bdd" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/4e6929a5-a468-43da-9632-0a8e259e93cd", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/4e6929a5-a468-43da-9632-0a8e259e93cd" + ], + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/4e6929a5-a468-43da-9632-0a8e259e93cd?api-version=2021-02-10" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "726172a9-0ad4-4e0e-baf5-3e380860f16c" + "b154653b-bafb-4863-8aff-ae74a9eefbff" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13977" + "11980" ], "x-ms-correlation-request-id": [ - "d9cf4864-dce8-47ba-bdf4-75bd61bc67ef" + "5519c126-a219-4b62-a1d2-a10ad44dd84d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T192735Z:d9cf4864-dce8-47ba-bdf4-75bd61bc67ef" + "CENTRALUSEUAP:20210319T114924Z:5519c126-a219-4b62-a1d2-a10ad44dd84d" + ], + "Date": [ + "Fri, 19 Mar 2021 11:49:24 GMT" + ], + "Expires": [ + "-1" ] }, - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PurgeRsp.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PurgeRsp.json index b4766ad8e9f0c..e1539447aa9ed 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PurgeRsp.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PurgeRsp.json @@ -1,277 +1,261 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85bebb0d-abe3-4aa8-a483-ae23fbc471e9" + "e2b21f66-3ed0-49a3-8e9f-0e582abdd669" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:29:14 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "85bebb0d-abe3-4aa8-a483-ae23fbc471e9 5/13/2017 8:29:16 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "e2b21f66-3ed0-49a3-8e9f-0e582abdd669 3/19/2021 12:47:57 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "85bebb0d-abe3-4aa8-a483-ae23fbc471e9" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14335" + "e2b21f66-3ed0-49a3-8e9f-0e582abdd669" ], "x-ms-correlation-request-id": [ - "955b5322-4909-4801-8e4d-046c132e4410" + "698c730f-42d4-4a5d-878d-53b44090a82b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T202915Z:955b5322-4909-4801-8e4d-046c132e4410" + "CENTRALUSEUAP:20210319T124757Z:698c730f-42d4-4a5d-878d-53b44090a82b" + ], + "Date": [ + "Fri, 19 Mar 2021 12:47:57 GMT" + ], + "Content-Length": [ + "768" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": null\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/74ef040f-fa15-4f71-9652-c27d5d19d575?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblJlY292ZXJ5U2VydmljZXNQcm92aWRlcnMvNzRlZjA0MGYtZmExNS00ZjcxLTk2NTItYzI3ZDVkMTlkNTc1P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/d4f5707e-16df-4e60-92df-fea789694c62?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25SZWNvdmVyeVNlcnZpY2VzUHJvdmlkZXJzL2Q0ZjU3MDdlLTE2ZGYtNGU2MC05MmRmLWZlYTc4OTY5NGM2Mj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2524139b-5050-4e8f-96ad-80eb4771b9c4" + "693c2fcf-1cb6-4938-ab79-0a66d5d5f143" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:29:18 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/74ef040f-fa15-4f71-9652-c27d5d19d575/operationresults/e2d8539e-ac82-488e-a4e7-23f84558811f?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/d4f5707e-16df-4e60-92df-fea789694c62/operationresults/c9323282-bbf6-4446-8adc-12bd7ff376e4?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e2d8539e-ac82-488e-a4e7-23f84558811f", - "2524139b-5050-4e8f-96ad-80eb4771b9c4 5/13/2017 8:29:20 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/c9323282-bbf6-4446-8adc-12bd7ff376e4", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/c9323282-bbf6-4446-8adc-12bd7ff376e4" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e2d8539e-ac82-488e-a4e7-23f84558811f?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/c9323282-bbf6-4446-8adc-12bd7ff376e4?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "2524139b-5050-4e8f-96ad-80eb4771b9c4" - ], - "X-Powered-By": [ - "ASP.NET" + "693c2fcf-1cb6-4938-ab79-0a66d5d5f143" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "5ed8a5cf-a4d5-4cba-8076-eb8fe4ad53cd" + "ce839a81-5260-4944-bc74-ee76978208a9" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T202919Z:5ed8a5cf-a4d5-4cba-8076-eb8fe4ad53cd" + "CENTRALUSEUAP:20210319T124758Z:ce839a81-5260-4944-bc74-ee76978208a9" + ], + "Date": [ + "Fri, 19 Mar 2021 12:47:57 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e2d8539e-ac82-488e-a4e7-23f84558811f?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2UyZDg1MzllLWFjODItNDg4ZS1hNGU3LTIzZjg0NTU4ODExZj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/c9323282-bbf6-4446-8adc-12bd7ff376e4?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2M5MzIzMjgyLWJiZjYtNDQ0Ni04YWRjLTEyYmQ3ZmYzNzZlND9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e2d8539e-ac82-488e-a4e7-23f84558811f\",\r\n \"name\": \"e2d8539e-ac82-488e-a4e7-23f84558811f\",\r\n \"properties\": {\r\n \"activityId\": \"2524139b-5050-4e8f-96ad-80eb4771b9c4 ActivityId: 5ed8a5cf-a4d5-4cba-8076-eb8fe4ad53cd\",\r\n \"scenarioName\": \"PurgeDra\",\r\n \"friendlyName\": \"Remove server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PurgeDraTask\",\r\n \"name\": \"PurgeDraTask\",\r\n \"startTime\": \"2017-05-13T20:29:24.4333653Z\",\r\n \"endTime\": \"2017-05-13T20:29:24.4958812Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Removing 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\": \"2017-05-13T20:29:20.1041251Z\",\r\n \"endTime\": \"2017-05-13T20:29:24Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"74ef040f-fa15-4f71-9652-c27d5d19d575\",\r\n \"targetObjectName\": \"CP-B3L40406-12.ntdev.corp.microsoft.com\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T20:29:20.1041251Z\",\r\n \"endTime\": \"2017-05-13T20:29:24Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:29:50 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e2d8539e-ac82-488e-a4e7-23f84558811f" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/c9323282-bbf6-4446-8adc-12bd7ff376e4" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "1c036ab0-5d53-41a0-a696-0781cc0179a2" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14321" + "2afdbade-e270-45cb-a9f4-37e23d6bc91a" ], "x-ms-correlation-request-id": [ - "85d07112-6373-423f-80d4-b91340f28952" + "6ddf1c50-a6f6-473b-b95d-5343cc58e3a6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T202950Z:85d07112-6373-423f-80d4-b91340f28952" + "CENTRALUSEUAP:20210319T124828Z:6ddf1c50-a6f6-473b-b95d-5343cc58e3a6" + ], + "Date": [ + "Fri, 19 Mar 2021 12:48:27 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"c9323282-bbf6-4446-8adc-12bd7ff376e4\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T12:47:57.889347Z\",\r\n \"endTime\": \"2021-03-19T12:48:03Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/74ef040f-fa15-4f71-9652-c27d5d19d575/operationresults/e2d8539e-ac82-488e-a4e7-23f84558811f?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblJlY292ZXJ5U2VydmljZXNQcm92aWRlcnMvNzRlZjA0MGYtZmExNS00ZjcxLTk2NTItYzI3ZDVkMTlkNTc1L29wZXJhdGlvbnJlc3VsdHMvZTJkODUzOWUtYWM4Mi00ODhlLWE0ZTctMjNmODQ1NTg4MTFmP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/d4f5707e-16df-4e60-92df-fea789694c62/operationresults/c9323282-bbf6-4446-8adc-12bd7ff376e4?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25SZWNvdmVyeVNlcnZpY2VzUHJvdmlkZXJzL2Q0ZjU3MDdlLTE2ZGYtNGU2MC05MmRmLWZlYTc4OTY5NGM2Mi9vcGVyYXRpb25yZXN1bHRzL2M5MzIzMjgyLWJiZjYtNDQ0Ni04YWRjLTEyYmQ3ZmYzNzZlND9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e2d8539e-ac82-488e-a4e7-23f84558811f\",\r\n \"name\": \"e2d8539e-ac82-488e-a4e7-23f84558811f\",\r\n \"properties\": {\r\n \"activityId\": \"2524139b-5050-4e8f-96ad-80eb4771b9c4 ActivityId: 5ed8a5cf-a4d5-4cba-8076-eb8fe4ad53cd\",\r\n \"scenarioName\": \"PurgeDra\",\r\n \"friendlyName\": \"Remove server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PurgeDraTask\",\r\n \"name\": \"PurgeDraTask\",\r\n \"startTime\": \"2017-05-13T20:29:24.4333653Z\",\r\n \"endTime\": \"2017-05-13T20:29:24.4958812Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Removing 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\": \"2017-05-13T20:29:20.1041251Z\",\r\n \"endTime\": \"2017-05-13T20:29:24Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"74ef040f-fa15-4f71-9652-c27d5d19d575\",\r\n \"targetObjectName\": \"CP-B3L40406-12.ntdev.corp.microsoft.com\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T20:29:20.1041251Z\",\r\n \"endTime\": \"2017-05-13T20:29:24Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:29:50 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e2d8539e-ac82-488e-a4e7-23f84558811f" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/c9323282-bbf6-4446-8adc-12bd7ff376e4", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/c9323282-bbf6-4446-8adc-12bd7ff376e4" + ], + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/c9323282-bbf6-4446-8adc-12bd7ff376e4?api-version=2021-02-10" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "1c036ab0-5d53-41a0-a696-0781cc0179a2" + "bcd663d4-0135-4dab-81ef-b276cf836803" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14321" + "11997" ], "x-ms-correlation-request-id": [ - "85d07112-6373-423f-80d4-b91340f28952" + "798deaf5-5c4a-4814-b9c0-7c32e24982f8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T202950Z:85d07112-6373-423f-80d4-b91340f28952" + "CENTRALUSEUAP:20210319T124828Z:798deaf5-5c4a-4814-b9c0-7c32e24982f8" + ], + "Date": [ + "Fri, 19 Mar 2021 12:48:28 GMT" + ], + "Expires": [ + "-1" ] }, - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PurgeSite.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PurgeSite.json index f5173a9aeb20e..5bf38b2d94b11 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PurgeSite.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/PurgeSite.json @@ -1,206 +1,194 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d627598d-f9ec-4573-8916-fd58c6d32d20" + "4be8f24a-37dd-4028-9128-42474eedcd48" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:40:39 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/operationresults/583abb1c-6a0f-4ac7-9c2b-ebda2d194cfc?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/operationresults/12a2039e-1bf5-4249-a653-6facecaa558a?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/583abb1c-6a0f-4ac7-9c2b-ebda2d194cfc", - "d627598d-f9ec-4573-8916-fd58c6d32d20 5/13/2017 8:40:40 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/12a2039e-1bf5-4249-a653-6facecaa558a", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/12a2039e-1bf5-4249-a653-6facecaa558a" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/583abb1c-6a0f-4ac7-9c2b-ebda2d194cfc?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/12a2039e-1bf5-4249-a653-6facecaa558a?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "d627598d-f9ec-4573-8916-fd58c6d32d20" - ], - "X-Powered-By": [ - "ASP.NET" + "4be8f24a-37dd-4028-9128-42474eedcd48" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "8bc48d39-544d-42b0-9999-bcc681f1f131" + "b0ac96dc-23ac-4c33-be73-ef073b783908" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T204040Z:8bc48d39-544d-42b0-9999-bcc681f1f131" + "CENTRALUSEUAP:20210319T124841Z:b0ac96dc-23ac-4c33-be73-ef073b783908" + ], + "Date": [ + "Fri, 19 Mar 2021 12:48:40 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/583abb1c-6a0f-4ac7-9c2b-ebda2d194cfc?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzU4M2FiYjFjLTZhMGYtNGFjNy05YzJiLWViZGEyZDE5NGNmYz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/12a2039e-1bf5-4249-a653-6facecaa558a?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzEyYTIwMzllLTFiZjUtNDI0OS1hNjUzLTZmYWNlY2FhNTU4YT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/583abb1c-6a0f-4ac7-9c2b-ebda2d194cfc\",\r\n \"name\": \"583abb1c-6a0f-4ac7-9c2b-ebda2d194cfc\",\r\n \"properties\": {\r\n \"activityId\": \"d627598d-f9ec-4573-8916-fd58c6d32d20 ActivityId: 8bc48d39-544d-42b0-9999-bcc681f1f131\",\r\n \"scenarioName\": \"PurgeVMM\",\r\n \"friendlyName\": \"Delete the server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PurgeFabricPreflightChecksTask\",\r\n \"name\": \"PurgeFabricPreflightChecksTask\",\r\n \"startTime\": \"2017-05-13T20:40:40.9316141Z\",\r\n \"endTime\": \"2017-05-13T20:40:42.1259592Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for deleting 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\": \"PurgeFabricTask\",\r\n \"name\": \"PurgeFabricTask\",\r\n \"startTime\": \"2017-05-13T20:40:42.1259592Z\",\r\n \"endTime\": \"2017-05-13T20:40:42.250972Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Deleting 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\": \"2017-05-13T20:40:40.6078476Z\",\r\n \"endTime\": \"2017-05-13T20:40:41Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"targetObjectName\": \"SiteRecoveryTestSite1\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T20:40:40.6078476Z\",\r\n \"endTime\": \"2017-05-13T20:40:41Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:41:11 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/583abb1c-6a0f-4ac7-9c2b-ebda2d194cfc" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/12a2039e-1bf5-4249-a653-6facecaa558a" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "8069a265-6ed9-4229-b392-4be9ee3edb68" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13876" + "88d7c4bc-4b59-4642-bef4-1e6c916086e3" ], "x-ms-correlation-request-id": [ - "dae0d58f-f552-470a-909d-f9247328aee0" + "1fd69d8c-77b1-432c-a5eb-f96b9b05c796" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T204111Z:dae0d58f-f552-470a-909d-f9247328aee0" + "CENTRALUSEUAP:20210319T124912Z:1fd69d8c-77b1-432c-a5eb-f96b9b05c796" + ], + "Date": [ + "Fri, 19 Mar 2021 12:49:11 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"12a2039e-1bf5-4249-a653-6facecaa558a\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T12:48:41.326107Z\",\r\n \"endTime\": \"2021-03-19T12:48:44Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/operationresults/583abb1c-6a0f-4ac7-9c2b-ebda2d194cfc?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9vcGVyYXRpb25yZXN1bHRzLzU4M2FiYjFjLTZhMGYtNGFjNy05YzJiLWViZGEyZDE5NGNmYz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/operationresults/12a2039e-1bf5-4249-a653-6facecaa558a?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvb3BlcmF0aW9ucmVzdWx0cy8xMmEyMDM5ZS0xYmY1LTQyNDktYTY1My02ZmFjZWNhYTU1OGE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/583abb1c-6a0f-4ac7-9c2b-ebda2d194cfc\",\r\n \"name\": \"583abb1c-6a0f-4ac7-9c2b-ebda2d194cfc\",\r\n \"properties\": {\r\n \"activityId\": \"d627598d-f9ec-4573-8916-fd58c6d32d20 ActivityId: 8bc48d39-544d-42b0-9999-bcc681f1f131\",\r\n \"scenarioName\": \"PurgeVMM\",\r\n \"friendlyName\": \"Delete the server\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"PurgeFabricPreflightChecksTask\",\r\n \"name\": \"PurgeFabricPreflightChecksTask\",\r\n \"startTime\": \"2017-05-13T20:40:40.9316141Z\",\r\n \"endTime\": \"2017-05-13T20:40:42.1259592Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for deleting 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\": \"PurgeFabricTask\",\r\n \"name\": \"PurgeFabricTask\",\r\n \"startTime\": \"2017-05-13T20:40:42.1259592Z\",\r\n \"endTime\": \"2017-05-13T20:40:42.250972Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Deleting 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\": \"2017-05-13T20:40:40.6078476Z\",\r\n \"endTime\": \"2017-05-13T20:40:41Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"targetObjectName\": \"SiteRecoveryTestSite1\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T20:40:40.6078476Z\",\r\n \"endTime\": \"2017-05-13T20:40:41Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 20:41:11 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/583abb1c-6a0f-4ac7-9c2b-ebda2d194cfc" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/12a2039e-1bf5-4249-a653-6facecaa558a", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/12a2039e-1bf5-4249-a653-6facecaa558a" + ], + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/12a2039e-1bf5-4249-a653-6facecaa558a?api-version=2021-02-10" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "8069a265-6ed9-4229-b392-4be9ee3edb68" + "e7ebec7a-3150-41bd-a50d-167ec58ba30a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13876" + "11995" ], "x-ms-correlation-request-id": [ - "dae0d58f-f552-470a-909d-f9247328aee0" + "5c8e3b98-cb18-4fa1-8aab-1a99682ad736" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T204111Z:dae0d58f-f552-470a-909d-f9247328aee0" + "CENTRALUSEUAP:20210319T124912Z:5c8e3b98-cb18-4fa1-8aab-1a99682ad736" + ], + "Date": [ + "Fri, 19 Mar 2021 12:49:11 GMT" + ], + "Expires": [ + "-1" ] }, - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPFailback.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPFailback.json index 39f74ffc71d02..16668fb75c264 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPFailback.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPFailback.json @@ -1,868 +1,816 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/plannedFailover?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDEvcGxhbm5lZEZhaWxvdmVyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/plannedFailover?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxL3BsYW5uZWRGYWlsb3Zlcj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"failoverDirection\": \"RecoveryToPrimary\",\r\n \"providerSpecificDetails\": [\r\n {\r\n \"instanceType\": \"HyperVReplicaAzureFailback\",\r\n \"dataSyncOption\": \"ForSynchronization\",\r\n \"recoveryVmCreationOption\": \"NoAction\"\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "286" - ], "x-ms-client-request-id": [ - "0b6515fa-d75e-44dd-a166-8da40f13743d" + "6cd05188-544d-4d21-a48b-8096eb6a3cbb" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "286" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:49:21 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/operationresults/a8447af3-a914-48fa-9e95-90480b5a16f0?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/1e099834-58c4-4dd3-90b7-6bd1b0213e2c?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a8447af3-a914-48fa-9e95-90480b5a16f0", - "0b6515fa-d75e-44dd-a166-8da40f13743d 5/13/2017 5:49:22 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/1e099834-58c4-4dd3-90b7-6bd1b0213e2c", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/1e099834-58c4-4dd3-90b7-6bd1b0213e2c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a8447af3-a914-48fa-9e95-90480b5a16f0?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1e099834-58c4-4dd3-90b7-6bd1b0213e2c?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "0b6515fa-d75e-44dd-a166-8da40f13743d" - ], - "X-Powered-By": [ - "ASP.NET" + "6cd05188-544d-4d21-a48b-8096eb6a3cbb" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "7546c7e6-b9c2-4c50-a14c-76ed31559076" + "017cf00c-aca2-4ccc-bb22-513ca53fa482" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T174922Z:7546c7e6-b9c2-4c50-a14c-76ed31559076" + "CENTRALUSEUAP:20210319T101414Z:017cf00c-aca2-4ccc-bb22-513ca53fa482" + ], + "Date": [ + "Fri, 19 Mar 2021 10:14:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a8447af3-a914-48fa-9e95-90480b5a16f0?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2E4NDQ3YWYzLWE5MTQtNDhmYS05ZTk1LTkwNDgwYjVhMTZmMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1e099834-58c4-4dd3-90b7-6bd1b0213e2c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzFlMDk5ODM0LTU4YzQtNGRkMy05MGI3LTZiZDFiMDIxM2UyYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"name\": \"3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"properties\": {\r\n \"activityId\": \"0b6515fa-d75e-44dd-a166-8da40f13743d ActivityId: 7546c7e6-b9c2-4c50-a14c-76ed31559076\",\r\n \"scenarioName\": \"Failback\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bd182445-c982-4648-8e92-0381d28b3627\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:49:24.1937566Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.3500018Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"ffe5e740-0828-4258-9da8-8563236bd1ff\",\r\n \"name\": \"PrepareVmOnPremForFailback\",\r\n \"startTime\": \"2017-05-13T17:49:24.463904Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.5843599Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing the on-premises 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\": \"DataSyncAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Data synchronization\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"DataSyncAllActionGroup\",\r\n \"groupId\": \"DataSyncAllActionGroup\",\r\n \"rpGroupType\": \"RpFailbackDataSyncTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"d5a8a5f8-6d10-43d7-b97c-4d40b7886b4e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"d0370c3b-68de-4694-8fba-b8f5b23c5027\",\r\n \"name\": \"WaitForUserInputForFailback\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Waiting for user input\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"29cbfd63-2381-4fd3-a950-56e9d0636188\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/be42307b-0749-4439-ba4b-4724e120fafc\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"0745de1e-5817-4a73-9357-7d000a3b046e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"53541bc8-306b-45b5-a95e-9b5a39b8062f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"c0398f59-72df-4a9b-ba46-db3bfe73a441\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"PrimaryVmmName\": \"Microsoft Azure\",\r\n \"RecoveryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"RecoveryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"Azure\",\r\n \"RecoveryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:49:52 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/cd296db2-edda-4b8e-b3b7-7daa4ff3a58b" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "68184c76-dd89-41ab-877f-851bdc3142e7" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14111" + "f918b7ba-adc3-47a6-af7f-a3f7bf7dc714" ], "x-ms-correlation-request-id": [ - "1b80d734-30a0-4b60-b86a-93823daabdc2" + "31cf194e-b3ba-4c75-9b96-1ab44cd6cf82" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T174952Z:1b80d734-30a0-4b60-b86a-93823daabdc2" + "CENTRALUSEUAP:20210319T101444Z:31cf194e-b3ba-4c75-9b96-1ab44cd6cf82" + ], + "Date": [ + "Fri, 19 Mar 2021 10:14:44 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"cd296db2-edda-4b8e-b3b7-7daa4ff3a58b\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:14:15.2511176Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a8447af3-a914-48fa-9e95-90480b5a16f0?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2E4NDQ3YWYzLWE5MTQtNDhmYS05ZTk1LTkwNDgwYjVhMTZmMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1e099834-58c4-4dd3-90b7-6bd1b0213e2c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzFlMDk5ODM0LTU4YzQtNGRkMy05MGI3LTZiZDFiMDIxM2UyYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"name\": \"3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"properties\": {\r\n \"activityId\": \"0b6515fa-d75e-44dd-a166-8da40f13743d ActivityId: 7546c7e6-b9c2-4c50-a14c-76ed31559076\",\r\n \"scenarioName\": \"Failback\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bd182445-c982-4648-8e92-0381d28b3627\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:49:24.1937566Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.3500018Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"ffe5e740-0828-4258-9da8-8563236bd1ff\",\r\n \"name\": \"PrepareVmOnPremForFailback\",\r\n \"startTime\": \"2017-05-13T17:49:24.463904Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.5843599Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing the on-premises 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\": \"DataSyncAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Data synchronization\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"DataSyncAllActionGroup\",\r\n \"groupId\": \"DataSyncAllActionGroup\",\r\n \"rpGroupType\": \"RpFailbackDataSyncTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"d5a8a5f8-6d10-43d7-b97c-4d40b7886b4e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"d0370c3b-68de-4694-8fba-b8f5b23c5027\",\r\n \"name\": \"WaitForUserInputForFailback\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Waiting for user input\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"29cbfd63-2381-4fd3-a950-56e9d0636188\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/be42307b-0749-4439-ba4b-4724e120fafc\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"0745de1e-5817-4a73-9357-7d000a3b046e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"53541bc8-306b-45b5-a95e-9b5a39b8062f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"c0398f59-72df-4a9b-ba46-db3bfe73a441\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"PrimaryVmmName\": \"Microsoft Azure\",\r\n \"RecoveryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"RecoveryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"Azure\",\r\n \"RecoveryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:50:23 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/cd296db2-edda-4b8e-b3b7-7daa4ff3a58b" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "a1e87601-f871-45fe-8c5b-5ca8d6b78728" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14211" + "5d6ba42b-8917-4e21-9115-52792a7a41d8" ], "x-ms-correlation-request-id": [ - "3a0fd774-7d2e-4542-8b09-5f6430a2a03e" + "43ebed46-9e4a-4209-b2bc-b4b518534772" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T175023Z:3a0fd774-7d2e-4542-8b09-5f6430a2a03e" + "CENTRALUSEUAP:20210319T101515Z:43ebed46-9e4a-4209-b2bc-b4b518534772" + ], + "Date": [ + "Fri, 19 Mar 2021 10:15:14 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"cd296db2-edda-4b8e-b3b7-7daa4ff3a58b\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:14:15.2511176Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a8447af3-a914-48fa-9e95-90480b5a16f0?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2E4NDQ3YWYzLWE5MTQtNDhmYS05ZTk1LTkwNDgwYjVhMTZmMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1e099834-58c4-4dd3-90b7-6bd1b0213e2c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzFlMDk5ODM0LTU4YzQtNGRkMy05MGI3LTZiZDFiMDIxM2UyYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"name\": \"3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"properties\": {\r\n \"activityId\": \"0b6515fa-d75e-44dd-a166-8da40f13743d ActivityId: 7546c7e6-b9c2-4c50-a14c-76ed31559076\",\r\n \"scenarioName\": \"Failback\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bd182445-c982-4648-8e92-0381d28b3627\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:49:24.1937566Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.3500018Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"ffe5e740-0828-4258-9da8-8563236bd1ff\",\r\n \"name\": \"PrepareVmOnPremForFailback\",\r\n \"startTime\": \"2017-05-13T17:49:24.463904Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.5843599Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing the on-premises 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\": \"DataSyncAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Data synchronization\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"DataSyncAllActionGroup\",\r\n \"groupId\": \"DataSyncAllActionGroup\",\r\n \"rpGroupType\": \"RpFailbackDataSyncTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"d5a8a5f8-6d10-43d7-b97c-4d40b7886b4e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"d0370c3b-68de-4694-8fba-b8f5b23c5027\",\r\n \"name\": \"WaitForUserInputForFailback\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Waiting for user input\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"29cbfd63-2381-4fd3-a950-56e9d0636188\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/be42307b-0749-4439-ba4b-4724e120fafc\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"0745de1e-5817-4a73-9357-7d000a3b046e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"53541bc8-306b-45b5-a95e-9b5a39b8062f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"c0398f59-72df-4a9b-ba46-db3bfe73a441\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"PrimaryVmmName\": \"Microsoft Azure\",\r\n \"RecoveryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"RecoveryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"Azure\",\r\n \"RecoveryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:50:53 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/cd296db2-edda-4b8e-b3b7-7daa4ff3a58b" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "240d0e8e-45e7-4a37-aea9-38dce554f37f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14204" + "b6994cf7-666f-4c00-bede-b9629f69847b" ], "x-ms-correlation-request-id": [ - "0d34af9f-344c-41cc-8312-dc963054007c" + "e33d76b5-38f3-41f5-8a31-1a51aa9e3cbd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T175053Z:0d34af9f-344c-41cc-8312-dc963054007c" + "CENTRALUSEUAP:20210319T101545Z:e33d76b5-38f3-41f5-8a31-1a51aa9e3cbd" + ], + "Date": [ + "Fri, 19 Mar 2021 10:15:45 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"cd296db2-edda-4b8e-b3b7-7daa4ff3a58b\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:14:15.2511176Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a8447af3-a914-48fa-9e95-90480b5a16f0?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2E4NDQ3YWYzLWE5MTQtNDhmYS05ZTk1LTkwNDgwYjVhMTZmMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1e099834-58c4-4dd3-90b7-6bd1b0213e2c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzFlMDk5ODM0LTU4YzQtNGRkMy05MGI3LTZiZDFiMDIxM2UyYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"name\": \"3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"properties\": {\r\n \"activityId\": \"0b6515fa-d75e-44dd-a166-8da40f13743d ActivityId: 7546c7e6-b9c2-4c50-a14c-76ed31559076\",\r\n \"scenarioName\": \"Failback\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bd182445-c982-4648-8e92-0381d28b3627\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:49:24.1937566Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.3500018Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"ffe5e740-0828-4258-9da8-8563236bd1ff\",\r\n \"name\": \"PrepareVmOnPremForFailback\",\r\n \"startTime\": \"2017-05-13T17:49:24.463904Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.5843599Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing the on-premises 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\": \"DataSyncAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Data synchronization\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"DataSyncAllActionGroup\",\r\n \"groupId\": \"DataSyncAllActionGroup\",\r\n \"rpGroupType\": \"RpFailbackDataSyncTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"d5a8a5f8-6d10-43d7-b97c-4d40b7886b4e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"d0370c3b-68de-4694-8fba-b8f5b23c5027\",\r\n \"name\": \"WaitForUserInputForFailback\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Waiting for user input\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"29cbfd63-2381-4fd3-a950-56e9d0636188\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/be42307b-0749-4439-ba4b-4724e120fafc\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"0745de1e-5817-4a73-9357-7d000a3b046e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"53541bc8-306b-45b5-a95e-9b5a39b8062f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"c0398f59-72df-4a9b-ba46-db3bfe73a441\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"PrimaryVmmName\": \"Microsoft Azure\",\r\n \"RecoveryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"RecoveryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"Azure\",\r\n \"RecoveryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:51:24 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11956" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/cd296db2-edda-4b8e-b3b7-7daa4ff3a58b" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "c5f4ae0a-0b3f-4fdc-9a84-d677bc97ca92" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14194" + "298150bb-681f-45fb-b7df-bd1637a83dd2" ], "x-ms-correlation-request-id": [ - "48d4778b-8882-4095-adf7-a9feb7d82929" + "3bb27514-851e-4bbe-b7e6-1a04129af4a0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T175124Z:48d4778b-8882-4095-adf7-a9feb7d82929" + "CENTRALUSEUAP:20210319T101616Z:3bb27514-851e-4bbe-b7e6-1a04129af4a0" + ], + "Date": [ + "Fri, 19 Mar 2021 10:16:15 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"cd296db2-edda-4b8e-b3b7-7daa4ff3a58b\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:14:15.2511176Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a8447af3-a914-48fa-9e95-90480b5a16f0?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2E4NDQ3YWYzLWE5MTQtNDhmYS05ZTk1LTkwNDgwYjVhMTZmMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1e099834-58c4-4dd3-90b7-6bd1b0213e2c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzFlMDk5ODM0LTU4YzQtNGRkMy05MGI3LTZiZDFiMDIxM2UyYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"name\": \"3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"properties\": {\r\n \"activityId\": \"0b6515fa-d75e-44dd-a166-8da40f13743d ActivityId: 7546c7e6-b9c2-4c50-a14c-76ed31559076\",\r\n \"scenarioName\": \"Failback\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bd182445-c982-4648-8e92-0381d28b3627\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:49:24.1937566Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.3500018Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"ffe5e740-0828-4258-9da8-8563236bd1ff\",\r\n \"name\": \"PrepareVmOnPremForFailback\",\r\n \"startTime\": \"2017-05-13T17:49:24.463904Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.5843599Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing the on-premises 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\": \"DataSyncAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Data synchronization\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"DataSyncAllActionGroup\",\r\n \"groupId\": \"DataSyncAllActionGroup\",\r\n \"rpGroupType\": \"RpFailbackDataSyncTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"d5a8a5f8-6d10-43d7-b97c-4d40b7886b4e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"d0370c3b-68de-4694-8fba-b8f5b23c5027\",\r\n \"name\": \"WaitForUserInputForFailback\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Waiting for user input\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6436563Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6436563Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"29cbfd63-2381-4fd3-a950-56e9d0636188\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6123874Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/be42307b-0749-4439-ba4b-4724e120fafc\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:51:48.0517055Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"0745de1e-5817-4a73-9357-7d000a3b046e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:51:48.0517055Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9e5d0bf1-a07c-44e6-a6b8-f68a73e95125\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"53541bc8-306b-45b5-a95e-9b5a39b8062f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"c0398f59-72df-4a9b-ba46-db3bfe73a441\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"PrimaryVmmName\": \"Microsoft Azure\",\r\n \"RecoveryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"RecoveryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"Azure\",\r\n \"RecoveryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:51:54 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11955" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/cd296db2-edda-4b8e-b3b7-7daa4ff3a58b" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "9b89068e-2409-4e95-a54d-f6b4634c13e0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14181" + "d0082f4e-1100-4b1e-bb5b-23fc515fe99b" ], "x-ms-correlation-request-id": [ - "f71e5ed0-9648-409e-80c0-eff386d588ba" + "23ea23e3-4f72-4a70-9dbb-a2ac813ce303" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T175155Z:f71e5ed0-9648-409e-80c0-eff386d588ba" + "CENTRALUSEUAP:20210319T101646Z:23ea23e3-4f72-4a70-9dbb-a2ac813ce303" + ], + "Date": [ + "Fri, 19 Mar 2021 10:16:45 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"cd296db2-edda-4b8e-b3b7-7daa4ff3a58b\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:14:15.2511176Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a8447af3-a914-48fa-9e95-90480b5a16f0?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2E4NDQ3YWYzLWE5MTQtNDhmYS05ZTk1LTkwNDgwYjVhMTZmMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1e099834-58c4-4dd3-90b7-6bd1b0213e2c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzFlMDk5ODM0LTU4YzQtNGRkMy05MGI3LTZiZDFiMDIxM2UyYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"name\": \"3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"properties\": {\r\n \"activityId\": \"0b6515fa-d75e-44dd-a166-8da40f13743d ActivityId: 7546c7e6-b9c2-4c50-a14c-76ed31559076\",\r\n \"scenarioName\": \"Failback\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bd182445-c982-4648-8e92-0381d28b3627\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:49:24.1937566Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.3500018Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"ffe5e740-0828-4258-9da8-8563236bd1ff\",\r\n \"name\": \"PrepareVmOnPremForFailback\",\r\n \"startTime\": \"2017-05-13T17:49:24.463904Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.5843599Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing the on-premises 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\": \"DataSyncAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Data synchronization\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"DataSyncAllActionGroup\",\r\n \"groupId\": \"DataSyncAllActionGroup\",\r\n \"rpGroupType\": \"RpFailbackDataSyncTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"d5a8a5f8-6d10-43d7-b97c-4d40b7886b4e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"d0370c3b-68de-4694-8fba-b8f5b23c5027\",\r\n \"name\": \"WaitForUserInputForFailback\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Waiting for user input\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6436563Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6436563Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"29cbfd63-2381-4fd3-a950-56e9d0636188\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6123874Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/be42307b-0749-4439-ba4b-4724e120fafc\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:51:48.0517055Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"0745de1e-5817-4a73-9357-7d000a3b046e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:51:48.0517055Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9e5d0bf1-a07c-44e6-a6b8-f68a73e95125\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"53541bc8-306b-45b5-a95e-9b5a39b8062f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"c0398f59-72df-4a9b-ba46-db3bfe73a441\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"PrimaryVmmName\": \"Microsoft Azure\",\r\n \"RecoveryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"RecoveryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"Azure\",\r\n \"RecoveryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:52:24 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11954" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/cd296db2-edda-4b8e-b3b7-7daa4ff3a58b" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "6a653a87-1dca-4533-84e2-0a3393f0bc67" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14162" + "6ccffffd-1c89-45c0-9c84-4104fd2dcbab" ], "x-ms-correlation-request-id": [ - "ad0f5bb3-b516-4d14-a9a7-b8a6682238b4" + "6f280897-f037-44dc-99c6-e727a6f18e3c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T175225Z:ad0f5bb3-b516-4d14-a9a7-b8a6682238b4" + "CENTRALUSEUAP:20210319T101716Z:6f280897-f037-44dc-99c6-e727a6f18e3c" + ], + "Date": [ + "Fri, 19 Mar 2021 10:17:16 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"cd296db2-edda-4b8e-b3b7-7daa4ff3a58b\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:14:15.2511176Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a8447af3-a914-48fa-9e95-90480b5a16f0?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2E4NDQ3YWYzLWE5MTQtNDhmYS05ZTk1LTkwNDgwYjVhMTZmMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1e099834-58c4-4dd3-90b7-6bd1b0213e2c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzFlMDk5ODM0LTU4YzQtNGRkMy05MGI3LTZiZDFiMDIxM2UyYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"name\": \"3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"properties\": {\r\n \"activityId\": \"0b6515fa-d75e-44dd-a166-8da40f13743d ActivityId: 7546c7e6-b9c2-4c50-a14c-76ed31559076\",\r\n \"scenarioName\": \"Failback\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bd182445-c982-4648-8e92-0381d28b3627\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:49:24.1937566Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.3500018Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"ffe5e740-0828-4258-9da8-8563236bd1ff\",\r\n \"name\": \"PrepareVmOnPremForFailback\",\r\n \"startTime\": \"2017-05-13T17:49:24.463904Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.5843599Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing the on-premises 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\": \"DataSyncAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Data synchronization\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"DataSyncAllActionGroup\",\r\n \"groupId\": \"DataSyncAllActionGroup\",\r\n \"rpGroupType\": \"RpFailbackDataSyncTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"d5a8a5f8-6d10-43d7-b97c-4d40b7886b4e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"d0370c3b-68de-4694-8fba-b8f5b23c5027\",\r\n \"name\": \"WaitForUserInputForFailback\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Waiting for user input\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6436563Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6436563Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"29cbfd63-2381-4fd3-a950-56e9d0636188\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6123874Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/be42307b-0749-4439-ba4b-4724e120fafc\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:51:48.0517055Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"0745de1e-5817-4a73-9357-7d000a3b046e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:51:48.0517055Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9e5d0bf1-a07c-44e6-a6b8-f68a73e95125\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"53541bc8-306b-45b5-a95e-9b5a39b8062f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"c0398f59-72df-4a9b-ba46-db3bfe73a441\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"PrimaryVmmName\": \"Microsoft Azure\",\r\n \"RecoveryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"RecoveryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"Azure\",\r\n \"RecoveryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:52:57 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11953" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/cd296db2-edda-4b8e-b3b7-7daa4ff3a58b" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "f6cbda03-efcf-4117-b05f-48c3db567e2c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14148" + "f673df0a-bf94-41ae-9763-788eea0bff84" ], "x-ms-correlation-request-id": [ - "3ead1d10-4351-47e4-809f-2c37f7db0699" + "55be0af4-6c51-4bed-9cc1-8bbd78eb86fc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T175257Z:3ead1d10-4351-47e4-809f-2c37f7db0699" + "CENTRALUSEUAP:20210319T101747Z:55be0af4-6c51-4bed-9cc1-8bbd78eb86fc" + ], + "Date": [ + "Fri, 19 Mar 2021 10:17:46 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"cd296db2-edda-4b8e-b3b7-7daa4ff3a58b\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:14:15.2511176Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a8447af3-a914-48fa-9e95-90480b5a16f0?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2E4NDQ3YWYzLWE5MTQtNDhmYS05ZTk1LTkwNDgwYjVhMTZmMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1e099834-58c4-4dd3-90b7-6bd1b0213e2c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzFlMDk5ODM0LTU4YzQtNGRkMy05MGI3LTZiZDFiMDIxM2UyYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"name\": \"3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"properties\": {\r\n \"activityId\": \"0b6515fa-d75e-44dd-a166-8da40f13743d ActivityId: 7546c7e6-b9c2-4c50-a14c-76ed31559076\",\r\n \"scenarioName\": \"Failback\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bd182445-c982-4648-8e92-0381d28b3627\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:49:24.1937566Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.3500018Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"ffe5e740-0828-4258-9da8-8563236bd1ff\",\r\n \"name\": \"PrepareVmOnPremForFailback\",\r\n \"startTime\": \"2017-05-13T17:49:24.463904Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.5843599Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing the on-premises 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\": \"DataSyncAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Data synchronization\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"DataSyncAllActionGroup\",\r\n \"groupId\": \"DataSyncAllActionGroup\",\r\n \"rpGroupType\": \"RpFailbackDataSyncTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"d5a8a5f8-6d10-43d7-b97c-4d40b7886b4e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"d0370c3b-68de-4694-8fba-b8f5b23c5027\",\r\n \"name\": \"WaitForUserInputForFailback\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Waiting for user input\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6436563Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6436563Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"29cbfd63-2381-4fd3-a950-56e9d0636188\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6123874Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/be42307b-0749-4439-ba4b-4724e120fafc\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:51:48.0517055Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"0745de1e-5817-4a73-9357-7d000a3b046e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:51:48.0517055Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9e5d0bf1-a07c-44e6-a6b8-f68a73e95125\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"53541bc8-306b-45b5-a95e-9b5a39b8062f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"c0398f59-72df-4a9b-ba46-db3bfe73a441\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"PrimaryVmmName\": \"Microsoft Azure\",\r\n \"RecoveryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"RecoveryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"Azure\",\r\n \"RecoveryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:53:27 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11952" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/cd296db2-edda-4b8e-b3b7-7daa4ff3a58b" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "b0ab300c-7dd5-4962-8864-6ca4380c054e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14132" + "82aa0c63-1563-4be9-a66a-7309f4f7a865" ], "x-ms-correlation-request-id": [ - "bfbb6083-80c7-4e29-aaab-0602ecf50918" + "de599ad5-aa28-4f0f-816e-325de12a79d8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T175327Z:bfbb6083-80c7-4e29-aaab-0602ecf50918" + "CENTRALUSEUAP:20210319T101817Z:de599ad5-aa28-4f0f-816e-325de12a79d8" + ], + "Date": [ + "Fri, 19 Mar 2021 10:18:17 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"cd296db2-edda-4b8e-b3b7-7daa4ff3a58b\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:14:15.2511176Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a8447af3-a914-48fa-9e95-90480b5a16f0?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2E4NDQ3YWYzLWE5MTQtNDhmYS05ZTk1LTkwNDgwYjVhMTZmMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1e099834-58c4-4dd3-90b7-6bd1b0213e2c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzFlMDk5ODM0LTU4YzQtNGRkMy05MGI3LTZiZDFiMDIxM2UyYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"name\": \"3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"properties\": {\r\n \"activityId\": \"0b6515fa-d75e-44dd-a166-8da40f13743d ActivityId: 7546c7e6-b9c2-4c50-a14c-76ed31559076\",\r\n \"scenarioName\": \"Failback\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bd182445-c982-4648-8e92-0381d28b3627\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:49:24.1937566Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.3500018Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"ffe5e740-0828-4258-9da8-8563236bd1ff\",\r\n \"name\": \"PrepareVmOnPremForFailback\",\r\n \"startTime\": \"2017-05-13T17:49:24.463904Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.5843599Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing the on-premises 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\": \"DataSyncAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Data synchronization\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"DataSyncAllActionGroup\",\r\n \"groupId\": \"DataSyncAllActionGroup\",\r\n \"rpGroupType\": \"RpFailbackDataSyncTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"d5a8a5f8-6d10-43d7-b97c-4d40b7886b4e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"d0370c3b-68de-4694-8fba-b8f5b23c5027\",\r\n \"name\": \"WaitForUserInputForFailback\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Waiting for user input\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6436563Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6436563Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"29cbfd63-2381-4fd3-a950-56e9d0636188\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6123874Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/be42307b-0749-4439-ba4b-4724e120fafc\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:51:48.0517055Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"0745de1e-5817-4a73-9357-7d000a3b046e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:51:48.0517055Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9e5d0bf1-a07c-44e6-a6b8-f68a73e95125\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"53541bc8-306b-45b5-a95e-9b5a39b8062f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"c0398f59-72df-4a9b-ba46-db3bfe73a441\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"PrimaryVmmName\": \"Microsoft Azure\",\r\n \"RecoveryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"RecoveryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"Azure\",\r\n \"RecoveryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:53:58 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11951" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/cd296db2-edda-4b8e-b3b7-7daa4ff3a58b" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "d2ebc5a9-cd6b-4a16-9b6d-8192267e622d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14108" + "7d1075a0-f9f4-497e-8c07-beaef3a96f0b" ], "x-ms-correlation-request-id": [ - "47568494-bb80-4af4-95b6-8b1c0d25bb6b" + "bf528354-c142-4068-af72-9ab8220fb473" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T175358Z:47568494-bb80-4af4-95b6-8b1c0d25bb6b" + "CENTRALUSEUAP:20210319T101848Z:bf528354-c142-4068-af72-9ab8220fb473" + ], + "Date": [ + "Fri, 19 Mar 2021 10:18:47 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"cd296db2-edda-4b8e-b3b7-7daa4ff3a58b\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:14:15.2511176Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a8447af3-a914-48fa-9e95-90480b5a16f0?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2E4NDQ3YWYzLWE5MTQtNDhmYS05ZTk1LTkwNDgwYjVhMTZmMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1e099834-58c4-4dd3-90b7-6bd1b0213e2c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzFlMDk5ODM0LTU4YzQtNGRkMy05MGI3LTZiZDFiMDIxM2UyYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"name\": \"3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"properties\": {\r\n \"activityId\": \"0b6515fa-d75e-44dd-a166-8da40f13743d ActivityId: 7546c7e6-b9c2-4c50-a14c-76ed31559076\",\r\n \"scenarioName\": \"Failback\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bd182445-c982-4648-8e92-0381d28b3627\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:49:24.1937566Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.3500018Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"ffe5e740-0828-4258-9da8-8563236bd1ff\",\r\n \"name\": \"PrepareVmOnPremForFailback\",\r\n \"startTime\": \"2017-05-13T17:49:24.463904Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.5843599Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing the on-premises 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\": \"DataSyncAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Data synchronization\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"DataSyncAllActionGroup\",\r\n \"groupId\": \"DataSyncAllActionGroup\",\r\n \"rpGroupType\": \"RpFailbackDataSyncTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"d5a8a5f8-6d10-43d7-b97c-4d40b7886b4e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"d0370c3b-68de-4694-8fba-b8f5b23c5027\",\r\n \"name\": \"WaitForUserInputForFailback\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Waiting for user input\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6436563Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6436563Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"29cbfd63-2381-4fd3-a950-56e9d0636188\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6123874Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/be42307b-0749-4439-ba4b-4724e120fafc\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:51:48.0517055Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"0745de1e-5817-4a73-9357-7d000a3b046e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:51:48.0517055Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9e5d0bf1-a07c-44e6-a6b8-f68a73e95125\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"53541bc8-306b-45b5-a95e-9b5a39b8062f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"c0398f59-72df-4a9b-ba46-db3bfe73a441\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"PrimaryVmmName\": \"Microsoft Azure\",\r\n \"RecoveryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"RecoveryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"Azure\",\r\n \"RecoveryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:54:28 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/cd296db2-edda-4b8e-b3b7-7daa4ff3a58b" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "ae70dab2-6df3-468a-ac25-f9484ca0c7d8" + "19a5560b-5be4-4fab-b3c0-cb84650b3003" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14094" + "11950" ], "x-ms-correlation-request-id": [ - "d429ae95-a1f0-4fe4-b916-b7826a02ad37" + "f0c455ab-5aa1-4fa7-89ea-8ba2bfc1e9a8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T175428Z:d429ae95-a1f0-4fe4-b916-b7826a02ad37" + "CENTRALUSEUAP:20210319T101918Z:f0c455ab-5aa1-4fa7-89ea-8ba2bfc1e9a8" + ], + "Date": [ + "Fri, 19 Mar 2021 10:19:18 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"cd296db2-edda-4b8e-b3b7-7daa4ff3a58b\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T10:14:15.2511176Z\",\r\n \"endTime\": \"2021-03-19T10:19:11Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a8447af3-a914-48fa-9e95-90480b5a16f0?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2E4NDQ3YWYzLWE5MTQtNDhmYS05ZTk1LTkwNDgwYjVhMTZmMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/1e099834-58c4-4dd3-90b7-6bd1b0213e2c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxL29wZXJhdGlvbnJlc3VsdHMvMWUwOTk4MzQtNThjNC00ZGQzLTkwYjctNmJkMWIwMjEzZTJjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"name\": \"3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"properties\": {\r\n \"activityId\": \"0b6515fa-d75e-44dd-a166-8da40f13743d ActivityId: 7546c7e6-b9c2-4c50-a14c-76ed31559076\",\r\n \"scenarioName\": \"Failback\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bd182445-c982-4648-8e92-0381d28b3627\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:49:24.1937566Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.3500018Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"ffe5e740-0828-4258-9da8-8563236bd1ff\",\r\n \"name\": \"PrepareVmOnPremForFailback\",\r\n \"startTime\": \"2017-05-13T17:49:24.463904Z\",\r\n \"endTime\": \"2017-05-13T17:49:24.5843599Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Preparing the on-premises 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\": \"DataSyncAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Data synchronization\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"DataSyncAllActionGroup\",\r\n \"groupId\": \"DataSyncAllActionGroup\",\r\n \"rpGroupType\": \"RpFailbackDataSyncTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"d5a8a5f8-6d10-43d7-b97c-4d40b7886b4e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Other\",\r\n \"stateDescription\": \"Skipped\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"d0370c3b-68de-4694-8fba-b8f5b23c5027\",\r\n \"name\": \"WaitForUserInputForFailback\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Waiting for user input\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6436563Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6436563Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"29cbfd63-2381-4fd3-a950-56e9d0636188\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:49:24.8064002Z\",\r\n \"endTime\": \"2017-05-13T17:51:47.6123874Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/be42307b-0749-4439-ba4b-4724e120fafc\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:51:48.0517055Z\",\r\n \"endTime\": \"2017-05-13T17:54:34.504634Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"0745de1e-5817-4a73-9357-7d000a3b046e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:51:48.0517055Z\",\r\n \"endTime\": \"2017-05-13T17:54:34.4713135Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/9e5d0bf1-a07c-44e6-a6b8-f68a73e95125\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:54:34.8933152Z\",\r\n \"endTime\": \"2017-05-13T17:54:46.4630852Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"53541bc8-306b-45b5-a95e-9b5a39b8062f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:54:34.8933152Z\",\r\n \"endTime\": \"2017-05-13T17:54:46.4162099Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/da099b46-36df-4691-955c-c592e6e6018a\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Failback\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"c0398f59-72df-4a9b-ba46-db3bfe73a441\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"2017-05-13T17:54:46.6884379Z\",\r\n \"endTime\": \"2017-05-13T17:54:46.8602924Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"endTime\": \"2017-05-13T17:54:46Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"PrimaryVmmName\": \"Microsoft Azure\",\r\n \"RecoveryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"RecoveryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"Azure\",\r\n \"RecoveryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:49:23.9088125Z\",\r\n \"endTime\": \"2017-05-13T17:54:46Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:54:58 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/cd296db2-edda-4b8e-b3b7-7daa4ff3a58b", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/cd296db2-edda-4b8e-b3b7-7daa4ff3a58b" + ], + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1e099834-58c4-4dd3-90b7-6bd1b0213e2c?api-version=2021-02-10" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "ff134381-0fa4-44e7-ad1b-03606c2da9ad" + "e832c4b0-0585-4f1e-86db-e7bf737e70ca" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14086" + "11949" ], "x-ms-correlation-request-id": [ - "56641f4b-6ff4-416d-a013-674ab072dd7a" + "75623a31-747e-4671-a113-d2132bbd22a5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T175459Z:56641f4b-6ff4-416d-a013-674ab072dd7a" + "CENTRALUSEUAP:20210319T101919Z:75623a31-747e-4671-a113-d2132bbd22a5" + ], + "Date": [ + "Fri, 19 Mar 2021 10:19:18 GMT" + ], + "Expires": [ + "-1" ] }, - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f04789ae-60c4-466d-bb29-17a15e4c6463" + "b35df104-71dd-4415-afe6-85f272b930ab" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\",\r\n \"Commit\"\r\n ],\r\n \"lastPlannedFailoverTime\": \"2017-05-13T17:49:23.8812431Z\",\r\n \"lastTestFailoverTime\": \"2017-05-13T14:36:28.4407195Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3940e893-35c1-434a-a40b-c921d058eb07\",\r\n \"startTime\": \"2017-05-13T17:49:24.3500018Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1\",\r\n \"virtualMachineId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:54:59 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11948" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f04789ae-60c4-466d-bb29-17a15e4c6463 5/13/2017 5:54:59 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "b35df104-71dd-4415-afe6-85f272b930ab 3/19/2021 10:19:19 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "f04789ae-60c4-466d-bb29-17a15e4c6463" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14085" + "b35df104-71dd-4415-afe6-85f272b930ab" ], "x-ms-correlation-request-id": [ - "c21321f1-cf01-4662-be97-545a71171bda" + "ed12e64e-24c1-4180-8858-c29e5935f86f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T175459Z:c21321f1-cf01-4662-be97-545a71171bda" + "CENTRALUSEUAP:20210319T101919Z:ed12e64e-24c1-4180-8858-c29e5935f86f" + ], + "Date": [ + "Fri, 19 Mar 2021 10:19:19 GMT" + ], + "Content-Length": [ + "1991" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\",\r\n \"Commit\"\r\n ],\r\n \"lastPlannedFailoverTime\": \"2021-03-19T10:14:19.7412714Z\",\r\n \"lastTestFailoverTime\": \"2021-03-18T15:36:14.4059063Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/cd296db2-edda-4b8e-b3b7-7daa4ff3a58b\",\r\n \"startTime\": \"2021-03-19T10:14:20.4912656Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPFailoverCommit.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPFailoverCommit.json index 258135df06d50..01e1e2b0e7bfd 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPFailoverCommit.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPFailoverCommit.json @@ -1,212 +1,332 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/failoverCommit?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDEvZmFpbG92ZXJDb21taXQ/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/failoverCommit?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxL2ZhaWxvdmVyQ29tbWl0P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9cea4caf-6b79-4af4-a43f-36181bb55ac3" + "2c805721-f782-4cf0-b158-1b8af1e9016a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:09:51 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/operationresults/4ebba536-f02c-4317-9a3c-1a048f0daebb?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/83b3a8a1-7b28-414d-bcc5-67eeb3f0520c?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/4ebba536-f02c-4317-9a3c-1a048f0daebb", - "9cea4caf-6b79-4af4-a43f-36181bb55ac3 5/13/2017 6:09:52 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/83b3a8a1-7b28-414d-bcc5-67eeb3f0520c", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/83b3a8a1-7b28-414d-bcc5-67eeb3f0520c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/4ebba536-f02c-4317-9a3c-1a048f0daebb?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/83b3a8a1-7b28-414d-bcc5-67eeb3f0520c?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "9cea4caf-6b79-4af4-a43f-36181bb55ac3" - ], - "X-Powered-By": [ - "ASP.NET" + "2c805721-f782-4cf0-b158-1b8af1e9016a" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "8847ee14-2bfe-4cbf-9571-37f654f96d1b" + "1a18eb27-282b-445c-a29e-058054d28c16" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180952Z:8847ee14-2bfe-4cbf-9571-37f654f96d1b" + "CENTRALUSEUAP:20210319T102532Z:1a18eb27-282b-445c-a29e-058054d28c16" + ], + "Date": [ + "Fri, 19 Mar 2021 10:25:32 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/4ebba536-f02c-4317-9a3c-1a048f0daebb?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzRlYmJhNTM2LWYwMmMtNDMxNy05YTNjLTFhMDQ4ZjBkYWViYj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/83b3a8a1-7b28-414d-bcc5-67eeb3f0520c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzgzYjNhOGExLTdiMjgtNDE0ZC1iY2M1LTY3ZWViM2YwNTIwYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/c3b0cd39-2f94-4630-9726-7e5eba8d1dfc\",\r\n \"name\": \"c3b0cd39-2f94-4630-9726-7e5eba8d1dfc\",\r\n \"properties\": {\r\n \"activityId\": \"9cea4caf-6b79-4af4-a43f-36181bb55ac3 ActivityId: 8847ee14-2bfe-4cbf-9571-37f654f96d1b\",\r\n \"scenarioName\": \"CommitFailover\",\r\n \"friendlyName\": \"Commit\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"6eadfa52-62b2-42f3-b616-798091c03c95\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:09:53.881558Z\",\r\n \"endTime\": \"2017-05-13T18:09:56.4053053Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Commit (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"CommitGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"05bf85f2-d6d2-4f18-a23a-980520bcc78d\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:09:53.7409128Z\",\r\n \"endTime\": \"2017-05-13T18:09:56.4053053Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d9ee5f62-46b6-48f3-9365-327fc58e9885\",\r\n \"jobFriendlyName\": \"Commit\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"CommitFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2017-05-13T18:09:53.4051525Z\",\r\n \"endTime\": \"2017-05-13T18:09:55Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T18:09:53.4051525Z\",\r\n \"endTime\": \"2017-05-13T18:09:55Z\"\r\n}", "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/2e64bfb9-5be2-4c21-afbd-96867f33306f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "e8950f2b-1d38-48a8-9f5f-c6344bf826f9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], + "x-ms-correlation-request-id": [ + "9626905f-dd4f-4d84-b83e-aa9f5e941601" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210319T102603Z:9626905f-dd4f-4d84-b83e-aa9f5e941601" + ], + "Date": [ + "Fri, 19 Mar 2021 10:26:02 GMT" + ], + "Content-Length": [ + "191" + ], "Content-Type": [ "application/json" ], "Expires": [ "-1" - ], + ] + }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"2e64bfb9-5be2-4c21-afbd-96867f33306f\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:25:33.4982618Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/83b3a8a1-7b28-414d-bcc5-67eeb3f0520c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzgzYjNhOGExLTdiMjgtNDE0ZC1iY2M1LTY3ZWViM2YwNTIwYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ] + }, + "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:10:22 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11956" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0", + "Kestrel" ], - "Vary": [ - "Accept-Encoding" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/c3b0cd39-2f94-4630-9726-7e5eba8d1dfc" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/2e64bfb9-5be2-4c21-afbd-96867f33306f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "155a8e60-172b-448b-9535-52be010fb8e5" + ], + "x-ms-correlation-request-id": [ + "3b9b09cd-36b0-4e79-9783-32762888e472" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210319T102633Z:3b9b09cd-36b0-4e79-9783-32762888e472" + ], + "Date": [ + "Fri, 19 Mar 2021 10:26:33 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"2e64bfb9-5be2-4c21-afbd-96867f33306f\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T10:25:33.4982618Z\",\r\n \"endTime\": \"2021-03-19T10:26:21Z\",\r\n \"percentComplete\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/83b3a8a1-7b28-414d-bcc5-67eeb3f0520c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxL29wZXJhdGlvbnJlc3VsdHMvODNiM2E4YTEtN2IyOC00MTRkLWJjYzUtNjdlZWIzZjA1MjBjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11955" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/2e64bfb9-5be2-4c21-afbd-96867f33306f", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/2e64bfb9-5be2-4c21-afbd-96867f33306f" ], - "X-Powered-By": [ - "ASP.NET" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/83b3a8a1-7b28-414d-bcc5-67eeb3f0520c?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "009547ca-8921-4789-bd59-b42e865b17e9" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13944" + "x-ms-client-request-id": [ + "cf6bbbcd-1b8f-4190-bea0-87091fb5e298" ], "x-ms-correlation-request-id": [ - "747c5fe4-5cc6-4d7c-89e8-58cd7ab6aa46" + "967c921c-ee60-45bf-8587-b6768aa4b422" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T181023Z:747c5fe4-5cc6-4d7c-89e8-58cd7ab6aa46" + "CENTRALUSEUAP:20210319T102634Z:967c921c-ee60-45bf-8587-b6768aa4b422" + ], + "Date": [ + "Fri, 19 Mar 2021 10:26:33 GMT" + ], + "Content-Length": [ + "1998" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\",\r\n \"ReverseReplicate\"\r\n ],\r\n \"lastPlannedFailoverTime\": \"2021-03-19T10:14:19.7412714Z\",\r\n \"lastTestFailoverTime\": \"2021-03-18T15:36:14.4059063Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"CommitFailover\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/2e64bfb9-5be2-4c21-afbd-96867f33306f\",\r\n \"startTime\": \"2021-03-19T10:25:34.52326Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e92d056-87d0-45a8-97a0-bc92d48aa3e7" + "427ec451-5a6f-44f9-a835-36d6693671d2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\"\r\n ],\r\n \"lastPlannedFailoverTime\": \"2017-05-13T17:49:23.8812431Z\",\r\n \"lastTestFailoverTime\": \"2017-05-13T14:36:28.4407195Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"CommitFailover\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/c3b0cd39-2f94-4630-9726-7e5eba8d1dfc\",\r\n \"startTime\": \"2017-05-13T18:09:53.8659314Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1\",\r\n \"virtualMachineId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:10:23 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11954" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "6e92d056-87d0-45a8-97a0-bc92d48aa3e7 5/13/2017 6:10:24 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "427ec451-5a6f-44f9-a835-36d6693671d2 3/19/2021 10:26:34 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "6e92d056-87d0-45a8-97a0-bc92d48aa3e7" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13943" + "427ec451-5a6f-44f9-a835-36d6693671d2" ], "x-ms-correlation-request-id": [ - "3280b25a-8dc2-4430-bcfb-dc9e2653f724" + "94af8698-d90a-40d7-a34c-c86638258e85" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T181023Z:3280b25a-8dc2-4430-bcfb-dc9e2653f724" + "CENTRALUSEUAP:20210319T102634Z:94af8698-d90a-40d7-a34c-c86638258e85" + ], + "Date": [ + "Fri, 19 Mar 2021 10:26:34 GMT" + ], + "Content-Length": [ + "1998" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\",\r\n \"ReverseReplicate\"\r\n ],\r\n \"lastPlannedFailoverTime\": \"2021-03-19T10:14:19.7412714Z\",\r\n \"lastTestFailoverTime\": \"2021-03-18T15:36:14.4059063Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"CommitFailover\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/2e64bfb9-5be2-4c21-afbd-96867f33306f\",\r\n \"startTime\": \"2021-03-19T10:25:34.52326Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPPlannedFailover.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPPlannedFailover.json index 9a93f6e6ac449..0af52990b5b50 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPPlannedFailover.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPPlannedFailover.json @@ -1,803 +1,582 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/plannedFailover?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDEvcGxhbm5lZEZhaWxvdmVyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/plannedFailover?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxL3BsYW5uZWRGYWlsb3Zlcj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"failoverDirection\": \"PrimaryToRecovery\",\r\n \"providerSpecificDetails\": [\r\n {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"vaultLocation\": \"West US\"\r\n }\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"failoverDirection\": \"PrimaryToRecovery\",\r\n \"providerSpecificDetails\": [\r\n {\r\n \"instanceType\": \"HyperVReplicaAzure\"\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "217" - ], "x-ms-client-request-id": [ - "e297f4df-2610-4dcf-aa5b-b6ebb451e15d" + "57d79d9f-7ad9-4ce7-a54f-5a7798533e6c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "180" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:29:24 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/operationresults/d5ce6472-6bb3-40e1-96b4-551c67f138ba?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/1712ca5a-2570-4e71-9e6c-7f32a99b7ff0?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d5ce6472-6bb3-40e1-96b4-551c67f138ba", - "e297f4df-2610-4dcf-aa5b-b6ebb451e15d 5/13/2017 5:29:25 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/1712ca5a-2570-4e71-9e6c-7f32a99b7ff0", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/1712ca5a-2570-4e71-9e6c-7f32a99b7ff0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d5ce6472-6bb3-40e1-96b4-551c67f138ba?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1712ca5a-2570-4e71-9e6c-7f32a99b7ff0?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "e297f4df-2610-4dcf-aa5b-b6ebb451e15d" - ], - "X-Powered-By": [ - "ASP.NET" + "57d79d9f-7ad9-4ce7-a54f-5a7798533e6c" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-correlation-request-id": [ - "254463a8-bde3-4c07-9329-ee1c0d75315a" + "cb4b2c1d-f684-433b-a8d7-4e9039e1ec63" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20170513T172925Z:254463a8-bde3-4c07-9329-ee1c0d75315a" + "CENTRALUSEUAP:20210319T100916Z:cb4b2c1d-f684-433b-a8d7-4e9039e1ec63" + ], + "Date": [ + "Fri, 19 Mar 2021 10:09:15 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d5ce6472-6bb3-40e1-96b4-551c67f138ba?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2Q1Y2U2NDcyLTZiYjMtNDBlMS05NmI0LTU1MWM2N2YxMzhiYT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1712ca5a-2570-4e71-9e6c-7f32a99b7ff0?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzE3MTJjYTVhLTI1NzAtNGU3MS05ZTZjLTdmMzJhOTliN2ZmMD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"name\": \"1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"properties\": {\r\n \"activityId\": \"e297f4df-2610-4dcf-aa5b-b6ebb451e15d ActivityId: 254463a8-bde3-4c07-9329-ee1c0d75315a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"27491bae-6ec5-4684-a3c8-d41194e92f42\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:29:28.0983068Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"cf36e5b7-80d8-416c-8ce8-9cf5692104e6\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"8e07ef87-6e7f-45d0-83b6-0ebdc2ff0423\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df25ba3a-1a25-4b54-81c1-a9fdf18ca48c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"2054a1c6-8efe-4d39-bca4-f46b6ce9e97c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"31becdfb-e602-4153-8e23-2efcfe8c0920\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:29:55 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/8541dd98-1394-4e03-ba27-967f0e324d87" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "980bcba3-0e12-44e4-87ae-d128256dd3e2" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "6825d593-d9d4-4aca-80e3-a1d20afdec94" ], "x-ms-correlation-request-id": [ - "e8bc3fda-0b14-442b-a472-9085dd19be43" + "9767a3d6-5d5b-4e62-b4c9-ac6e4a50f081" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20170513T172955Z:e8bc3fda-0b14-442b-a472-9085dd19be43" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d5ce6472-6bb3-40e1-96b4-551c67f138ba?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2Q1Y2U2NDcyLTZiYjMtNDBlMS05NmI0LTU1MWM2N2YxMzhiYT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"name\": \"1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"properties\": {\r\n \"activityId\": \"e297f4df-2610-4dcf-aa5b-b6ebb451e15d ActivityId: 254463a8-bde3-4c07-9329-ee1c0d75315a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"27491bae-6ec5-4684-a3c8-d41194e92f42\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:29:28.0983068Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"cf36e5b7-80d8-416c-8ce8-9cf5692104e6\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"8e07ef87-6e7f-45d0-83b6-0ebdc2ff0423\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df25ba3a-1a25-4b54-81c1-a9fdf18ca48c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"2054a1c6-8efe-4d39-bca4-f46b6ce9e97c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"31becdfb-e602-4153-8e23-2efcfe8c0920\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210319T100946Z:9767a3d6-5d5b-4e62-b4c9-ac6e4a50f081" ], "Date": [ - "Sat, 13 May 2017 17:30:25 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "8a6b0a23-bdb5-4e8f-bd4a-4727dab36ae2" + "Fri, 19 Mar 2021 10:09:46 GMT" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "Content-Length": [ + "191" ], - "x-ms-correlation-request-id": [ - "ddd7ade0-4d5e-4baa-a62e-3d9310a66902" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20170513T173026Z:ddd7ade0-4d5e-4baa-a62e-3d9310a66902" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"8541dd98-1394-4e03-ba27-967f0e324d87\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:09:22.1029526Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d5ce6472-6bb3-40e1-96b4-551c67f138ba?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2Q1Y2U2NDcyLTZiYjMtNDBlMS05NmI0LTU1MWM2N2YxMzhiYT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1712ca5a-2570-4e71-9e6c-7f32a99b7ff0?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzE3MTJjYTVhLTI1NzAtNGU3MS05ZTZjLTdmMzJhOTliN2ZmMD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"name\": \"1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"properties\": {\r\n \"activityId\": \"e297f4df-2610-4dcf-aa5b-b6ebb451e15d ActivityId: 254463a8-bde3-4c07-9329-ee1c0d75315a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"27491bae-6ec5-4684-a3c8-d41194e92f42\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:29:28.0983068Z\",\r\n \"endTime\": \"2017-05-13T17:30:36.1540844Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"cf36e5b7-80d8-416c-8ce8-9cf5692104e6\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"2017-05-13T17:30:36.2923187Z\",\r\n \"endTime\": \"2017-05-13T17:30:37.6991643Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9804013Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9804013Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"8e07ef87-6e7f-45d0-83b6-0ebdc2ff0423\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9997818Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/dea94fc5-afae-4572-9963-1c450ea4c016\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:45.6999036Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df25ba3a-1a25-4b54-81c1-a9fdf18ca48c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:45.6999036Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/28727db4-addb-43ee-9fa2-fb33f3904ce3\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"2054a1c6-8efe-4d39-bca4-f46b6ce9e97c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"31becdfb-e602-4153-8e23-2efcfe8c0920\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:30:56 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/8541dd98-1394-4e03-ba27-967f0e324d87" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "d5fa0dce-29c5-4f9b-bc22-10ddfb6b263a" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "210a9c41-a23b-403c-97d8-04edfb350d74" ], "x-ms-correlation-request-id": [ - "77ae3e93-e4b0-4d9e-bd5d-a99a0d400370" + "d993730f-8684-4b38-a4ee-91dbbf292abc" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20170513T173057Z:77ae3e93-e4b0-4d9e-bd5d-a99a0d400370" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d5ce6472-6bb3-40e1-96b4-551c67f138ba?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2Q1Y2U2NDcyLTZiYjMtNDBlMS05NmI0LTU1MWM2N2YxMzhiYT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"name\": \"1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"properties\": {\r\n \"activityId\": \"e297f4df-2610-4dcf-aa5b-b6ebb451e15d ActivityId: 254463a8-bde3-4c07-9329-ee1c0d75315a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"27491bae-6ec5-4684-a3c8-d41194e92f42\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:29:28.0983068Z\",\r\n \"endTime\": \"2017-05-13T17:30:36.1540844Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"cf36e5b7-80d8-416c-8ce8-9cf5692104e6\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"2017-05-13T17:30:36.2923187Z\",\r\n \"endTime\": \"2017-05-13T17:30:37.6991643Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9804013Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9804013Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"8e07ef87-6e7f-45d0-83b6-0ebdc2ff0423\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9997818Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/dea94fc5-afae-4572-9963-1c450ea4c016\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:45.6999036Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df25ba3a-1a25-4b54-81c1-a9fdf18ca48c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:45.6999036Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/28727db4-addb-43ee-9fa2-fb33f3904ce3\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"2054a1c6-8efe-4d39-bca4-f46b6ce9e97c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"31becdfb-e602-4153-8e23-2efcfe8c0920\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210319T101017Z:d993730f-8684-4b38-a4ee-91dbbf292abc" ], "Date": [ - "Sat, 13 May 2017 17:31:27 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" + "Fri, 19 Mar 2021 10:10:17 GMT" ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "4d255e14-44a4-4204-9195-ee7d9b21301e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "Content-Length": [ + "191" ], - "x-ms-correlation-request-id": [ - "df49c19a-04dd-4a4e-904d-d0bfcb0c19af" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20170513T173127Z:df49c19a-04dd-4a4e-904d-d0bfcb0c19af" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"8541dd98-1394-4e03-ba27-967f0e324d87\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:09:22.1029526Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d5ce6472-6bb3-40e1-96b4-551c67f138ba?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2Q1Y2U2NDcyLTZiYjMtNDBlMS05NmI0LTU1MWM2N2YxMzhiYT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1712ca5a-2570-4e71-9e6c-7f32a99b7ff0?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzE3MTJjYTVhLTI1NzAtNGU3MS05ZTZjLTdmMzJhOTliN2ZmMD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"name\": \"1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"properties\": {\r\n \"activityId\": \"e297f4df-2610-4dcf-aa5b-b6ebb451e15d ActivityId: 254463a8-bde3-4c07-9329-ee1c0d75315a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"27491bae-6ec5-4684-a3c8-d41194e92f42\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:29:28.0983068Z\",\r\n \"endTime\": \"2017-05-13T17:30:36.1540844Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"cf36e5b7-80d8-416c-8ce8-9cf5692104e6\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"2017-05-13T17:30:36.2923187Z\",\r\n \"endTime\": \"2017-05-13T17:30:37.6991643Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9804013Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9804013Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"8e07ef87-6e7f-45d0-83b6-0ebdc2ff0423\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9997818Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/dea94fc5-afae-4572-9963-1c450ea4c016\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:45.6999036Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df25ba3a-1a25-4b54-81c1-a9fdf18ca48c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:45.6999036Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/28727db4-addb-43ee-9fa2-fb33f3904ce3\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"2054a1c6-8efe-4d39-bca4-f46b6ce9e97c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"31becdfb-e602-4153-8e23-2efcfe8c0920\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:31:57 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/8541dd98-1394-4e03-ba27-967f0e324d87" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "f1a7c461-116c-4d0c-9819-2182f77d862c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "bec7adf4-cc78-40d1-b18b-3bd2e5cabd34" ], "x-ms-correlation-request-id": [ - "5f54b512-dac0-4e6b-b16a-06bd0111aa3e" + "04357535-9b2b-414d-bc20-bcef4f0d6b4a" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20170513T173158Z:5f54b512-dac0-4e6b-b16a-06bd0111aa3e" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d5ce6472-6bb3-40e1-96b4-551c67f138ba?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2Q1Y2U2NDcyLTZiYjMtNDBlMS05NmI0LTU1MWM2N2YxMzhiYT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"name\": \"1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"properties\": {\r\n \"activityId\": \"e297f4df-2610-4dcf-aa5b-b6ebb451e15d ActivityId: 254463a8-bde3-4c07-9329-ee1c0d75315a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"27491bae-6ec5-4684-a3c8-d41194e92f42\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:29:28.0983068Z\",\r\n \"endTime\": \"2017-05-13T17:30:36.1540844Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"cf36e5b7-80d8-416c-8ce8-9cf5692104e6\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"2017-05-13T17:30:36.2923187Z\",\r\n \"endTime\": \"2017-05-13T17:30:37.6991643Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9804013Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9804013Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"8e07ef87-6e7f-45d0-83b6-0ebdc2ff0423\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9997818Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/dea94fc5-afae-4572-9963-1c450ea4c016\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:45.6999036Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df25ba3a-1a25-4b54-81c1-a9fdf18ca48c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:45.6999036Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/28727db4-addb-43ee-9fa2-fb33f3904ce3\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"2054a1c6-8efe-4d39-bca4-f46b6ce9e97c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"31becdfb-e602-4153-8e23-2efcfe8c0920\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210319T101047Z:04357535-9b2b-414d-bc20-bcef4f0d6b4a" ], "Date": [ - "Sat, 13 May 2017 17:32:29 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" + "Fri, 19 Mar 2021 10:10:47 GMT" ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "33e253b7-b572-43cc-929f-93e3de2e3316" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "Content-Length": [ + "191" ], - "x-ms-correlation-request-id": [ - "ce5fe4dc-596e-4b71-a565-65f7f018de26" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "SOUTHINDIA:20170513T173229Z:ce5fe4dc-596e-4b71-a565-65f7f018de26" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"8541dd98-1394-4e03-ba27-967f0e324d87\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:09:22.1029526Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d5ce6472-6bb3-40e1-96b4-551c67f138ba?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2Q1Y2U2NDcyLTZiYjMtNDBlMS05NmI0LTU1MWM2N2YxMzhiYT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1712ca5a-2570-4e71-9e6c-7f32a99b7ff0?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzE3MTJjYTVhLTI1NzAtNGU3MS05ZTZjLTdmMzJhOTliN2ZmMD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"name\": \"1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"properties\": {\r\n \"activityId\": \"e297f4df-2610-4dcf-aa5b-b6ebb451e15d ActivityId: 254463a8-bde3-4c07-9329-ee1c0d75315a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"27491bae-6ec5-4684-a3c8-d41194e92f42\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:29:28.0983068Z\",\r\n \"endTime\": \"2017-05-13T17:30:36.1540844Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"cf36e5b7-80d8-416c-8ce8-9cf5692104e6\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"2017-05-13T17:30:36.2923187Z\",\r\n \"endTime\": \"2017-05-13T17:30:37.6991643Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9804013Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9804013Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"8e07ef87-6e7f-45d0-83b6-0ebdc2ff0423\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9997818Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/dea94fc5-afae-4572-9963-1c450ea4c016\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:45.6999036Z\",\r\n \"endTime\": \"2017-05-13T17:32:35.6941188Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df25ba3a-1a25-4b54-81c1-a9fdf18ca48c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:45.6999036Z\",\r\n \"endTime\": \"2017-05-13T17:32:35.6628685Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/28727db4-addb-43ee-9fa2-fb33f3904ce3\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:32:36.151188Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"2054a1c6-8efe-4d39-bca4-f46b6ce9e97c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:32:36.1394063Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/f9c581a5-7598-4cfa-b178-e21a2fe2307a\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"31becdfb-e602-4153-8e23-2efcfe8c0920\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:32:59 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/8541dd98-1394-4e03-ba27-967f0e324d87" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "37415e78-db0a-4a3e-8726-bb96db910b0f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "4dcdd735-4f87-4d88-8704-3d6cc64e4ed9" ], "x-ms-correlation-request-id": [ - "580820fc-4929-4a1b-b447-1f5b7d43db4a" + "328824f2-aebf-4935-a655-7d8ee4250513" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20170513T173259Z:580820fc-4929-4a1b-b447-1f5b7d43db4a" + "CENTRALUSEUAP:20210319T101117Z:328824f2-aebf-4935-a655-7d8ee4250513" + ], + "Date": [ + "Fri, 19 Mar 2021 10:11:17 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"8541dd98-1394-4e03-ba27-967f0e324d87\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:09:22.1029526Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d5ce6472-6bb3-40e1-96b4-551c67f138ba?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2Q1Y2U2NDcyLTZiYjMtNDBlMS05NmI0LTU1MWM2N2YxMzhiYT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1712ca5a-2570-4e71-9e6c-7f32a99b7ff0?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzE3MTJjYTVhLTI1NzAtNGU3MS05ZTZjLTdmMzJhOTliN2ZmMD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"name\": \"1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"properties\": {\r\n \"activityId\": \"e297f4df-2610-4dcf-aa5b-b6ebb451e15d ActivityId: 254463a8-bde3-4c07-9329-ee1c0d75315a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"27491bae-6ec5-4684-a3c8-d41194e92f42\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:29:28.0983068Z\",\r\n \"endTime\": \"2017-05-13T17:30:36.1540844Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"cf36e5b7-80d8-416c-8ce8-9cf5692104e6\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"2017-05-13T17:30:36.2923187Z\",\r\n \"endTime\": \"2017-05-13T17:30:37.6991643Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9804013Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9804013Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"8e07ef87-6e7f-45d0-83b6-0ebdc2ff0423\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9997818Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/dea94fc5-afae-4572-9963-1c450ea4c016\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:45.6999036Z\",\r\n \"endTime\": \"2017-05-13T17:32:35.6941188Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df25ba3a-1a25-4b54-81c1-a9fdf18ca48c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:45.6999036Z\",\r\n \"endTime\": \"2017-05-13T17:32:35.6628685Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/28727db4-addb-43ee-9fa2-fb33f3904ce3\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:32:36.151188Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"2054a1c6-8efe-4d39-bca4-f46b6ce9e97c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:32:36.1394063Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/f9c581a5-7598-4cfa-b178-e21a2fe2307a\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"31becdfb-e602-4153-8e23-2efcfe8c0920\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:33:29 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11956" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/8541dd98-1394-4e03-ba27-967f0e324d87" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "14ceb54b-ca93-4b80-a10d-35311ed7c7fa" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "c16af13f-9315-421f-a220-2837ef0a1a1c" ], "x-ms-correlation-request-id": [ - "1fbc4401-1d2f-4940-9126-f35d3bd6877e" + "7c34da0b-e234-4cd2-b4c1-da907e6d6350" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20170513T173330Z:1fbc4401-1d2f-4940-9126-f35d3bd6877e" + "CENTRALUSEUAP:20210319T101148Z:7c34da0b-e234-4cd2-b4c1-da907e6d6350" + ], + "Date": [ + "Fri, 19 Mar 2021 10:11:48 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"8541dd98-1394-4e03-ba27-967f0e324d87\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:09:22.1029526Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d5ce6472-6bb3-40e1-96b4-551c67f138ba?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2Q1Y2U2NDcyLTZiYjMtNDBlMS05NmI0LTU1MWM2N2YxMzhiYT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1712ca5a-2570-4e71-9e6c-7f32a99b7ff0?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzE3MTJjYTVhLTI1NzAtNGU3MS05ZTZjLTdmMzJhOTliN2ZmMD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"name\": \"1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"properties\": {\r\n \"activityId\": \"e297f4df-2610-4dcf-aa5b-b6ebb451e15d ActivityId: 254463a8-bde3-4c07-9329-ee1c0d75315a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"27491bae-6ec5-4684-a3c8-d41194e92f42\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:29:28.0983068Z\",\r\n \"endTime\": \"2017-05-13T17:30:36.1540844Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"cf36e5b7-80d8-416c-8ce8-9cf5692104e6\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"2017-05-13T17:30:36.2923187Z\",\r\n \"endTime\": \"2017-05-13T17:30:37.6991643Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9804013Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9804013Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"8e07ef87-6e7f-45d0-83b6-0ebdc2ff0423\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9997818Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/dea94fc5-afae-4572-9963-1c450ea4c016\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:45.6999036Z\",\r\n \"endTime\": \"2017-05-13T17:32:35.6941188Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df25ba3a-1a25-4b54-81c1-a9fdf18ca48c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:45.6999036Z\",\r\n \"endTime\": \"2017-05-13T17:32:35.6628685Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/28727db4-addb-43ee-9fa2-fb33f3904ce3\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:32:36.151188Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"2054a1c6-8efe-4d39-bca4-f46b6ce9e97c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:32:36.1394063Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/f9c581a5-7598-4cfa-b178-e21a2fe2307a\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"31becdfb-e602-4153-8e23-2efcfe8c0920\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:33:59 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11955" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/8541dd98-1394-4e03-ba27-967f0e324d87" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "3315e629-644a-446e-8004-87f541bd588b" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "3157b35d-fd27-4e56-b83b-bd652bc660fc" ], "x-ms-correlation-request-id": [ - "537b22f5-1079-48e8-8610-1f33826eb517" + "31548823-d703-4aa3-942e-d96d1918a086" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20170513T173400Z:537b22f5-1079-48e8-8610-1f33826eb517" + "CENTRALUSEUAP:20210319T101218Z:31548823-d703-4aa3-942e-d96d1918a086" + ], + "Date": [ + "Fri, 19 Mar 2021 10:12:18 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"8541dd98-1394-4e03-ba27-967f0e324d87\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T10:09:22.1029526Z\",\r\n \"endTime\": \"2021-03-19T10:11:58Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d5ce6472-6bb3-40e1-96b4-551c67f138ba?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2Q1Y2U2NDcyLTZiYjMtNDBlMS05NmI0LTU1MWM2N2YxMzhiYT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/1712ca5a-2570-4e71-9e6c-7f32a99b7ff0?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxL29wZXJhdGlvbnJlc3VsdHMvMTcxMmNhNWEtMjU3MC00ZTcxLTllNmMtN2YzMmE5OWI3ZmYwP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"name\": \"1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"properties\": {\r\n \"activityId\": \"e297f4df-2610-4dcf-aa5b-b6ebb451e15d ActivityId: 254463a8-bde3-4c07-9329-ee1c0d75315a\",\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"friendlyName\": \"Planned failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"27491bae-6ec5-4684-a3c8-d41194e92f42\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T17:29:28.0983068Z\",\r\n \"endTime\": \"2017-05-13T17:30:36.1540844Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"cf36e5b7-80d8-416c-8ce8-9cf5692104e6\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"2017-05-13T17:30:36.2923187Z\",\r\n \"endTime\": \"2017-05-13T17:30:37.6991643Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"ShutdownAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9804013Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"All groups shutdown (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"ShutdownAllActionGroup\",\r\n \"groupId\": \"ShutdownAllActionGroup\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanShutdownGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9804013Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Shutdown: Group 1 (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"Shutdown\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"8e07ef87-6e7f-45d0-83b6-0ebdc2ff0423\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:37.9997818Z\",\r\n \"endTime\": \"2017-05-13T17:30:45.434245Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/dea94fc5-afae-4572-9963-1c450ea4c016\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:45.6999036Z\",\r\n \"endTime\": \"2017-05-13T17:32:35.6941188Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df25ba3a-1a25-4b54-81c1-a9fdf18ca48c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:30:45.6999036Z\",\r\n \"endTime\": \"2017-05-13T17:32:35.6628685Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/28727db4-addb-43ee-9fa2-fb33f3904ce3\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:32:36.151188Z\",\r\n \"endTime\": \"2017-05-13T17:34:17.6668128Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"2054a1c6-8efe-4d39-bca4-f46b6ce9e97c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:32:36.1394063Z\",\r\n \"endTime\": \"2017-05-13T17:34:17.5105638Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/f9c581a5-7598-4cfa-b178-e21a2fe2307a\",\r\n \"jobFriendlyName\": \"Planned failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"PlannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"31becdfb-e602-4153-8e23-2efcfe8c0920\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"2017-05-13T17:34:18.0886729Z\",\r\n \"endTime\": \"2017-05-13T17:34:18.5294117Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"endTime\": \"2017-05-13T17:34:18Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:29:26.2830745Z\",\r\n \"endTime\": \"2017-05-13T17:34:18Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:34:30 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11954" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/8541dd98-1394-4e03-ba27-967f0e324d87", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/8541dd98-1394-4e03-ba27-967f0e324d87" ], - "X-Powered-By": [ - "ASP.NET" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/1712ca5a-2570-4e71-9e6c-7f32a99b7ff0?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "c980a4be-6c3e-4a6c-b959-b4969c04d5be" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "x-ms-client-request-id": [ + "625460d2-5351-4471-9f5e-2a793e3b4838" ], "x-ms-correlation-request-id": [ - "14d9014e-e08d-43a8-8552-42ceffc990d8" + "4bd0f94c-6223-4214-976d-1045bafff820" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20170513T173430Z:14d9014e-e08d-43a8-8552-42ceffc990d8" + "CENTRALUSEUAP:20210319T101219Z:4bd0f94c-6223-4214-976d-1045bafff820" + ], + "Date": [ + "Fri, 19 Mar 2021 10:12:19 GMT" + ], + "Content-Length": [ + "1991" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\",\r\n \"Commit\"\r\n ],\r\n \"lastPlannedFailoverTime\": \"2021-03-19T10:09:23.0321413Z\",\r\n \"lastTestFailoverTime\": \"2021-03-18T15:36:14.4059063Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/8541dd98-1394-4e03-ba27-967f0e324d87\",\r\n \"startTime\": \"2021-03-19T10:09:30.6271147Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93c3fd69-3be3-42c6-83bd-1902a63e144e" + "7ff21779-63ae-4f8f-a2e1-88f68544b54f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\",\r\n \"Commit\"\r\n ],\r\n \"lastPlannedFailoverTime\": \"2017-05-13T17:29:27.7857898Z\",\r\n \"lastTestFailoverTime\": \"2017-05-13T14:36:28.4407195Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1c2bfd47-f5ba-4820-9378-d86db76c355c\",\r\n \"startTime\": \"2017-05-13T17:29:31.8040402Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1\",\r\n \"virtualMachineId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:34:37 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11953" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "93c3fd69-3be3-42c6-83bd-1902a63e144e 5/13/2017 5:34:38 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "7ff21779-63ae-4f8f-a2e1-88f68544b54f 3/19/2021 10:12:19 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "93c3fd69-3be3-42c6-83bd-1902a63e144e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "7ff21779-63ae-4f8f-a2e1-88f68544b54f" ], "x-ms-correlation-request-id": [ - "2b596503-6705-4a69-9f60-51fbf2c8981c" + "e5116795-0b30-4928-b72d-3faed1dd4072" ], "x-ms-routing-request-id": [ - "SOUTHINDIA:20170513T173438Z:2b596503-6705-4a69-9f60-51fbf2c8981c" + "CENTRALUSEUAP:20210319T101219Z:e5116795-0b30-4928-b72d-3faed1dd4072" + ], + "Date": [ + "Fri, 19 Mar 2021 10:12:19 GMT" + ], + "Content-Length": [ + "1991" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\",\r\n \"Commit\"\r\n ],\r\n \"lastPlannedFailoverTime\": \"2021-03-19T10:09:23.0321413Z\",\r\n \"lastTestFailoverTime\": \"2021-03-18T15:36:14.4059063Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"PlannedFailover\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/8541dd98-1394-4e03-ba27-967f0e324d87\",\r\n \"startTime\": \"2021-03-19T10:09:30.6271147Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPReprotect.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPReprotect.json index 79fad1c7e83de..72cb3496d191d 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPReprotect.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPReprotect.json @@ -1,537 +1,332 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/reProtect?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDEvcmVQcm90ZWN0P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/reProtect?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxL3JlUHJvdGVjdD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "966b5729-bdf6-4933-b4f9-6a7f10694d62" + "82894080-71f3-4d6d-a8f3-c87a00b73611" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 17:59:34 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/operationresults/99a280aa-53ed-4151-a6ed-c47b84f4a8b9?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/c87e3bc1-8fb2-4de6-b9ce-270f13a1a9de?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/99a280aa-53ed-4151-a6ed-c47b84f4a8b9", - "966b5729-bdf6-4933-b4f9-6a7f10694d62 5/13/2017 5:59:35 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/c87e3bc1-8fb2-4de6-b9ce-270f13a1a9de", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/c87e3bc1-8fb2-4de6-b9ce-270f13a1a9de" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/99a280aa-53ed-4151-a6ed-c47b84f4a8b9?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/c87e3bc1-8fb2-4de6-b9ce-270f13a1a9de?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "966b5729-bdf6-4933-b4f9-6a7f10694d62" - ], - "X-Powered-By": [ - "ASP.NET" + "82894080-71f3-4d6d-a8f3-c87a00b73611" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1193" ], "x-ms-correlation-request-id": [ - "8170a7d7-4bd2-4748-b499-bdbc10c2f2d4" + "084193f5-a8f4-44ce-a871-c9e43e666d30" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T175935Z:8170a7d7-4bd2-4748-b499-bdbc10c2f2d4" + "CENTRALUSEUAP:20210319T103247Z:084193f5-a8f4-44ce-a871-c9e43e666d30" + ], + "Date": [ + "Fri, 19 Mar 2021 10:32:46 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/99a280aa-53ed-4151-a6ed-c47b84f4a8b9?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzk5YTI4MGFhLTUzZWQtNDE1MS1hNmVkLWM0N2I4NGY0YThiOT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/c87e3bc1-8fb2-4de6-b9ce-270f13a1a9de?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2M4N2UzYmMxLThmYjItNGRlNi1iOWNlLTI3MGYxM2ExYTlkZT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/89591aa2-4ba9-4f08-9bd1-052932ba2045\",\r\n \"name\": \"89591aa2-4ba9-4f08-9bd1-052932ba2045\",\r\n \"properties\": {\r\n \"activityId\": \"966b5729-bdf6-4933-b4f9-6a7f10694d62 ActivityId: 8170a7d7-4bd2-4748-b499-bdbc10c2f2d4\",\r\n \"scenarioName\": \"ReverseReplication\",\r\n \"friendlyName\": \"Reverse replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"330d52c6-1572-4c4a-9824-315f6aa6be19\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:59:49.6953595Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Reverse replicate (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"ReverseReplicateGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"7c6bd1f6-8d5f-4498-a692-04e7d8b45bb4\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:59:49.2099169Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/efff6e08-cb62-4c9f-b08a-c29c5ccf0d76\",\r\n \"jobFriendlyName\": \"Reverse replication\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"ReverseReplication\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2017-05-13T17:59:36.0737145Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:59:36.0737145Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:00:04 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11945" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/89591aa2-4ba9-4f08-9bd1-052932ba2045" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/54cae725-f886-470a-b52d-2296fef0ad4c" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "9db6a88c-0162-4339-bff5-5b3e01f89d2c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14152" + "4a91de20-f16e-4f08-ab83-3ac4a066f83e" ], "x-ms-correlation-request-id": [ - "f13e5156-c1ca-422e-89fd-45320a6f7fc7" + "471ccc8e-4ed0-4656-b800-bc16504b2de6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180005Z:f13e5156-c1ca-422e-89fd-45320a6f7fc7" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/99a280aa-53ed-4151-a6ed-c47b84f4a8b9?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzk5YTI4MGFhLTUzZWQtNDE1MS1hNmVkLWM0N2I4NGY0YThiOT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/89591aa2-4ba9-4f08-9bd1-052932ba2045\",\r\n \"name\": \"89591aa2-4ba9-4f08-9bd1-052932ba2045\",\r\n \"properties\": {\r\n \"activityId\": \"966b5729-bdf6-4933-b4f9-6a7f10694d62 ActivityId: 8170a7d7-4bd2-4748-b499-bdbc10c2f2d4\",\r\n \"scenarioName\": \"ReverseReplication\",\r\n \"friendlyName\": \"Reverse replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"330d52c6-1572-4c4a-9824-315f6aa6be19\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:59:49.6953595Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Reverse replicate (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"ReverseReplicateGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"7c6bd1f6-8d5f-4498-a692-04e7d8b45bb4\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:59:49.2099169Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/efff6e08-cb62-4c9f-b08a-c29c5ccf0d76\",\r\n \"jobFriendlyName\": \"Reverse replication\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"ReverseReplication\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2017-05-13T17:59:36.0737145Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:59:36.0737145Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210319T103317Z:471ccc8e-4ed0-4656-b800-bc16504b2de6" ], "Date": [ - "Sat, 13 May 2017 18:00:35 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/89591aa2-4ba9-4f08-9bd1-052932ba2045" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" + "Fri, 19 Mar 2021 10:33:16 GMT" ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "f0825cca-be0c-47b1-8c48-b379c1b41a48" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14140" + "Content-Length": [ + "191" ], - "x-ms-correlation-request-id": [ - "8273f3ed-ff2b-4663-8c81-a00031bbe4e3" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180036Z:8273f3ed-ff2b-4663-8c81-a00031bbe4e3" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"54cae725-f886-470a-b52d-2296fef0ad4c\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:32:48.7249208Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/99a280aa-53ed-4151-a6ed-c47b84f4a8b9?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzk5YTI4MGFhLTUzZWQtNDE1MS1hNmVkLWM0N2I4NGY0YThiOT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/c87e3bc1-8fb2-4de6-b9ce-270f13a1a9de?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2M4N2UzYmMxLThmYjItNGRlNi1iOWNlLTI3MGYxM2ExYTlkZT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/89591aa2-4ba9-4f08-9bd1-052932ba2045\",\r\n \"name\": \"89591aa2-4ba9-4f08-9bd1-052932ba2045\",\r\n \"properties\": {\r\n \"activityId\": \"966b5729-bdf6-4933-b4f9-6a7f10694d62 ActivityId: 8170a7d7-4bd2-4748-b499-bdbc10c2f2d4\",\r\n \"scenarioName\": \"ReverseReplication\",\r\n \"friendlyName\": \"Reverse replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"330d52c6-1572-4c4a-9824-315f6aa6be19\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:59:49.6953595Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Reverse replicate (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"ReverseReplicateGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"7c6bd1f6-8d5f-4498-a692-04e7d8b45bb4\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:59:49.2099169Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/efff6e08-cb62-4c9f-b08a-c29c5ccf0d76\",\r\n \"jobFriendlyName\": \"Reverse replication\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"ReverseReplication\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2017-05-13T17:59:36.0737145Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:59:36.0737145Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:01:06 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11944" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/89591aa2-4ba9-4f08-9bd1-052932ba2045" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/54cae725-f886-470a-b52d-2296fef0ad4c" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "3ba25774-aa3b-42d9-a744-6f90e19b3a77" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14132" + "8dfecc53-be83-4e5f-aae0-3210a0ffbacd" ], "x-ms-correlation-request-id": [ - "cf1b000c-3ed0-4767-b7cf-82aa4f5642e7" + "e327dd11-1e9b-4a57-b36e-8f14814eacc5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180106Z:cf1b000c-3ed0-4767-b7cf-82aa4f5642e7" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/99a280aa-53ed-4151-a6ed-c47b84f4a8b9?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzk5YTI4MGFhLTUzZWQtNDE1MS1hNmVkLWM0N2I4NGY0YThiOT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/89591aa2-4ba9-4f08-9bd1-052932ba2045\",\r\n \"name\": \"89591aa2-4ba9-4f08-9bd1-052932ba2045\",\r\n \"properties\": {\r\n \"activityId\": \"966b5729-bdf6-4933-b4f9-6a7f10694d62 ActivityId: 8170a7d7-4bd2-4748-b499-bdbc10c2f2d4\",\r\n \"scenarioName\": \"ReverseReplication\",\r\n \"friendlyName\": \"Reverse replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"330d52c6-1572-4c4a-9824-315f6aa6be19\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:59:49.6953595Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Reverse replicate (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"ReverseReplicateGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"7c6bd1f6-8d5f-4498-a692-04e7d8b45bb4\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:59:49.2099169Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/efff6e08-cb62-4c9f-b08a-c29c5ccf0d76\",\r\n \"jobFriendlyName\": \"Reverse replication\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"ReverseReplication\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2017-05-13T17:59:36.0737145Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:59:36.0737145Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210319T103348Z:e327dd11-1e9b-4a57-b36e-8f14814eacc5" ], "Date": [ - "Sat, 13 May 2017 18:01:36 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" + "Fri, 19 Mar 2021 10:33:48 GMT" ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/89591aa2-4ba9-4f08-9bd1-052932ba2045" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "e97ad48a-821a-4ba3-98e1-14d6998dedd8" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14120" + "Content-Length": [ + "216" ], - "x-ms-correlation-request-id": [ - "e9d6bafb-78be-41b0-bea4-28a74a390414" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180136Z:e9d6bafb-78be-41b0-bea4-28a74a390414" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"54cae725-f886-470a-b52d-2296fef0ad4c\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T10:32:48.7249208Z\",\r\n \"endTime\": \"2021-03-19T10:33:43Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/99a280aa-53ed-4151-a6ed-c47b84f4a8b9?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzk5YTI4MGFhLTUzZWQtNDE1MS1hNmVkLWM0N2I4NGY0YThiOT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/c87e3bc1-8fb2-4de6-b9ce-270f13a1a9de?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxL29wZXJhdGlvbnJlc3VsdHMvYzg3ZTNiYzEtOGZiMi00ZGU2LWI5Y2UtMjcwZjEzYTFhOWRlP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/89591aa2-4ba9-4f08-9bd1-052932ba2045\",\r\n \"name\": \"89591aa2-4ba9-4f08-9bd1-052932ba2045\",\r\n \"properties\": {\r\n \"activityId\": \"966b5729-bdf6-4933-b4f9-6a7f10694d62 ActivityId: 8170a7d7-4bd2-4748-b499-bdbc10c2f2d4\",\r\n \"scenarioName\": \"ReverseReplication\",\r\n \"friendlyName\": \"Reverse replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"330d52c6-1572-4c4a-9824-315f6aa6be19\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:59:49.6953595Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Reverse replicate (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"ReverseReplicateGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"7c6bd1f6-8d5f-4498-a692-04e7d8b45bb4\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:59:49.2099169Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/efff6e08-cb62-4c9f-b08a-c29c5ccf0d76\",\r\n \"jobFriendlyName\": \"Reverse replication\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"ReverseReplication\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2017-05-13T17:59:36.0737145Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:59:36.0737145Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:02:07 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11943" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/89591aa2-4ba9-4f08-9bd1-052932ba2045" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/54cae725-f886-470a-b52d-2296fef0ad4c", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/54cae725-f886-470a-b52d-2296fef0ad4c" ], - "X-Powered-By": [ - "ASP.NET" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/c87e3bc1-8fb2-4de6-b9ce-270f13a1a9de?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "bce7bc66-57a2-489c-a95f-2184e379f57a" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14104" + "x-ms-client-request-id": [ + "6d19b77a-5a92-4672-929f-f0c1a73b551a" ], "x-ms-correlation-request-id": [ - "7893dae4-32ca-4b93-a41c-4f62f18aba55" + "4a26397c-76d1-4979-98a8-8025e70c8e82" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180207Z:7893dae4-32ca-4b93-a41c-4f62f18aba55" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/99a280aa-53ed-4151-a6ed-c47b84f4a8b9?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzk5YTI4MGFhLTUzZWQtNDE1MS1hNmVkLWM0N2I4NGY0YThiOT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/89591aa2-4ba9-4f08-9bd1-052932ba2045\",\r\n \"name\": \"89591aa2-4ba9-4f08-9bd1-052932ba2045\",\r\n \"properties\": {\r\n \"activityId\": \"966b5729-bdf6-4933-b4f9-6a7f10694d62 ActivityId: 8170a7d7-4bd2-4748-b499-bdbc10c2f2d4\",\r\n \"scenarioName\": \"ReverseReplication\",\r\n \"friendlyName\": \"Reverse replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"330d52c6-1572-4c4a-9824-315f6aa6be19\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:59:49.6953595Z\",\r\n \"endTime\": \"2017-05-13T18:02:25.8838803Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Reverse replicate (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"ReverseReplicateGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"7c6bd1f6-8d5f-4498-a692-04e7d8b45bb4\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T17:59:49.2099169Z\",\r\n \"endTime\": \"2017-05-13T18:02:25.8838803Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/efff6e08-cb62-4c9f-b08a-c29c5ccf0d76\",\r\n \"jobFriendlyName\": \"Reverse replication\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"ReverseReplication\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2017-05-13T17:59:36.0737145Z\",\r\n \"endTime\": \"2017-05-13T18:02:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T17:59:36.0737145Z\",\r\n \"endTime\": \"2017-05-13T18:02:25Z\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210319T103348Z:4a26397c-76d1-4979-98a8-8025e70c8e82" ], "Date": [ - "Sat, 13 May 2017 18:02:36 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" + "Fri, 19 Mar 2021 10:33:48 GMT" ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/89591aa2-4ba9-4f08-9bd1-052932ba2045" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "d672790a-7842-448e-b1ee-b87d3dd1e82a" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14098" + "Content-Length": [ + "1985" ], - "x-ms-correlation-request-id": [ - "1ed08885-da0f-4837-93b5-f52d0db04600" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180237Z:1ed08885-da0f-4837-93b5-f52d0db04600" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\"\r\n ],\r\n \"lastPlannedFailoverTime\": \"2021-03-19T10:14:19.7412714Z\",\r\n \"lastTestFailoverTime\": \"2021-03-18T15:36:14.4059063Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"ReverseReplication\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/54cae725-f886-470a-b52d-2296fef0ad4c\",\r\n \"startTime\": \"2021-03-19T10:32:49.3098829Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7097d455-78a5-4346-99d0-c2cadcffd979" + "bff59d05-51da-47f5-900e-4212f3fb2570" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\"\r\n ],\r\n \"lastPlannedFailoverTime\": \"2017-05-13T17:49:23.8812431Z\",\r\n \"lastTestFailoverTime\": \"2017-05-13T14:36:28.4407195Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"ReverseReplication\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/89591aa2-4ba9-4f08-9bd1-052932ba2045\",\r\n \"startTime\": \"2017-05-13T17:59:49.6836337Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1\",\r\n \"virtualMachineId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:02:37 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11942" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "7097d455-78a5-4346-99d0-c2cadcffd979 5/13/2017 6:02:38 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "bff59d05-51da-47f5-900e-4212f3fb2570 3/19/2021 10:33:49 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "7097d455-78a5-4346-99d0-c2cadcffd979" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14097" + "bff59d05-51da-47f5-900e-4212f3fb2570" ], "x-ms-correlation-request-id": [ - "c32f66ab-1a9d-4c4c-b7be-9986dc07cbdc" + "7120e149-147a-43e8-b5cc-5983217e7ce2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180238Z:c32f66ab-1a9d-4c4c-b7be-9986dc07cbdc" + "CENTRALUSEUAP:20210319T103349Z:7120e149-147a-43e8-b5cc-5983217e7ce2" + ], + "Date": [ + "Fri, 19 Mar 2021 10:33:49 GMT" + ], + "Content-Length": [ + "1985" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\"\r\n ],\r\n \"lastPlannedFailoverTime\": \"2021-03-19T10:14:19.7412714Z\",\r\n \"lastTestFailoverTime\": \"2021-03-18T15:36:14.4059063Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"ReverseReplication\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/54cae725-f886-470a-b52d-2296fef0ad4c\",\r\n \"startTime\": \"2021-03-19T10:32:49.3098829Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPTestFailover.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPTestFailover.json index 334a41549c068..d529047c29832 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPTestFailover.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPTestFailover.json @@ -1,608 +1,460 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/testFailover?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDEvdGVzdEZhaWxvdmVyP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/testFailover?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxL3Rlc3RGYWlsb3Zlcj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"failoverDirection\": \"PrimaryToRecovery\",\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"networkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"skipTestFailoverCleanup\": \"True\",\r\n \"providerSpecificDetails\": [\r\n {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"vaultLocation\": \"West US\"\r\n }\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"failoverDirection\": \"PrimaryToRecovery\",\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"networkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"providerSpecificDetails\": [\r\n {\r\n \"instanceType\": \"HyperVReplicaAzure\"\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "457" - ], "x-ms-client-request-id": [ - "227f7e15-f4ec-4869-8284-51098a4ef430" + "12283f09-d0f5-4a44-8aec-d8bfcb99bf63" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "373" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:36:26 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/operationresults/e0594969-ce0c-412e-94b2-6cafa0196e67?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/497afcf8-a309-4f2a-b1d3-b0195f4d2818?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e0594969-ce0c-412e-94b2-6cafa0196e67", - "227f7e15-f4ec-4869-8284-51098a4ef430 5/13/2017 2:36:26 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/497afcf8-a309-4f2a-b1d3-b0195f4d2818", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/497afcf8-a309-4f2a-b1d3-b0195f4d2818" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e0594969-ce0c-412e-94b2-6cafa0196e67?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/497afcf8-a309-4f2a-b1d3-b0195f4d2818?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "227f7e15-f4ec-4869-8284-51098a4ef430" - ], - "X-Powered-By": [ - "ASP.NET" + "12283f09-d0f5-4a44-8aec-d8bfcb99bf63" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "1f12b83b-6508-4015-a622-3c0e63db47ad" + "3d538aba-99bf-43a6-a664-7d0dde2b3b98" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T143626Z:1f12b83b-6508-4015-a622-3c0e63db47ad" + "CENTRALUSEUAP:20210318T153613Z:3d538aba-99bf-43a6-a664-7d0dde2b3b98" + ], + "Date": [ + "Thu, 18 Mar 2021 15:36:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e0594969-ce0c-412e-94b2-6cafa0196e67?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2UwNTk0OTY5LWNlMGMtNDEyZS05NGIyLTZjYWZhMDE5NmU2Nz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/497afcf8-a309-4f2a-b1d3-b0195f4d2818?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzQ5N2FmY2Y4LWEzMDktNGYyYS1iMWQzLWIwMTk1ZjRkMjgxOD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/315635dd-1ac0-474e-9fc2-a5e77465cb14\",\r\n \"name\": \"315635dd-1ac0-474e-9fc2-a5e77465cb14\",\r\n \"properties\": {\r\n \"activityId\": \"227f7e15-f4ec-4869-8284-51098a4ef430 ActivityId: 1f12b83b-6508-4015-a622-3c0e63db47ad\",\r\n \"scenarioName\": \"TestFailover\",\r\n \"friendlyName\": \"Test failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bcc99dc2-c001-4d55-8f17-0254e6b6000c\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T14:36:28.9250842Z\",\r\n \"endTime\": \"2017-05-13T14:36:32.5411475Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"f0d959cf-24fe-49b3-82be-f7d60d21ca7e\",\r\n \"name\": \"RpTfoNetworkCreation\",\r\n \"startTime\": \"2017-05-13T14:36:32.8386095Z\",\r\n \"endTime\": \"2017-05-13T14:36:33.386577Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the test environment\",\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\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:36:33.5897258Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df6eef0f-df62-4a17-b67d-1f465015db90\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:36:33.5897258Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/c6f95fdd-036f-4a3b-8442-2d66b16170fb\",\r\n \"jobFriendlyName\": \"Test failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"88af60e2-b5e3-4e32-9f35-6be3672cf610\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"63e455f7-0600-41c9-8ec8-26552326410f\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T14:36:28.1970111Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": \"Active\",\r\n \"comments\": null,\r\n \"networkName\": \"vnetavrai\",\r\n \"networkFriendlyName\": \"vnetavrai\",\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:36:28.1970111Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:36:56 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/315635dd-1ac0-474e-9fc2-a5e77465cb14" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/a144f484-7657-4ccc-b47c-26156fe64a46" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "de60371a-c9b0-4336-9dcb-8c451f732006" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" + "6afdab2d-d25d-42ba-8581-39790b76512c" ], "x-ms-correlation-request-id": [ - "fa1d0b52-a57d-4823-ae68-bbb39bf651f2" + "da31ce37-65e5-4e77-b154-ecdb4a509b85" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T143657Z:fa1d0b52-a57d-4823-ae68-bbb39bf651f2" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e0594969-ce0c-412e-94b2-6cafa0196e67?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2UwNTk0OTY5LWNlMGMtNDEyZS05NGIyLTZjYWZhMDE5NmU2Nz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/315635dd-1ac0-474e-9fc2-a5e77465cb14\",\r\n \"name\": \"315635dd-1ac0-474e-9fc2-a5e77465cb14\",\r\n \"properties\": {\r\n \"activityId\": \"227f7e15-f4ec-4869-8284-51098a4ef430 ActivityId: 1f12b83b-6508-4015-a622-3c0e63db47ad\",\r\n \"scenarioName\": \"TestFailover\",\r\n \"friendlyName\": \"Test failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bcc99dc2-c001-4d55-8f17-0254e6b6000c\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T14:36:28.9250842Z\",\r\n \"endTime\": \"2017-05-13T14:36:32.5411475Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"f0d959cf-24fe-49b3-82be-f7d60d21ca7e\",\r\n \"name\": \"RpTfoNetworkCreation\",\r\n \"startTime\": \"2017-05-13T14:36:32.8386095Z\",\r\n \"endTime\": \"2017-05-13T14:36:33.386577Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the test environment\",\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\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:36:33.5897258Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df6eef0f-df62-4a17-b67d-1f465015db90\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:36:33.5897258Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/c6f95fdd-036f-4a3b-8442-2d66b16170fb\",\r\n \"jobFriendlyName\": \"Test failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"88af60e2-b5e3-4e32-9f35-6be3672cf610\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"63e455f7-0600-41c9-8ec8-26552326410f\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T14:36:28.1970111Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": \"Active\",\r\n \"comments\": null,\r\n \"networkName\": \"vnetavrai\",\r\n \"networkFriendlyName\": \"vnetavrai\",\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:36:28.1970111Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210318T153644Z:da31ce37-65e5-4e77-b154-ecdb4a509b85" ], "Date": [ - "Sat, 13 May 2017 14:37:28 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/315635dd-1ac0-474e-9fc2-a5e77465cb14" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "2a7748ad-6c92-481b-aa9d-3f61b73f1501" + "Thu, 18 Mar 2021 15:36:43 GMT" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" + "Content-Length": [ + "191" ], - "x-ms-correlation-request-id": [ - "5877d0ba-abdc-49e3-b86f-243299173cf9" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T143728Z:5877d0ba-abdc-49e3-b86f-243299173cf9" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"a144f484-7657-4ccc-b47c-26156fe64a46\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-18T15:36:13.4509203Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e0594969-ce0c-412e-94b2-6cafa0196e67?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2UwNTk0OTY5LWNlMGMtNDEyZS05NGIyLTZjYWZhMDE5NmU2Nz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/497afcf8-a309-4f2a-b1d3-b0195f4d2818?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzQ5N2FmY2Y4LWEzMDktNGYyYS1iMWQzLWIwMTk1ZjRkMjgxOD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/315635dd-1ac0-474e-9fc2-a5e77465cb14\",\r\n \"name\": \"315635dd-1ac0-474e-9fc2-a5e77465cb14\",\r\n \"properties\": {\r\n \"activityId\": \"227f7e15-f4ec-4869-8284-51098a4ef430 ActivityId: 1f12b83b-6508-4015-a622-3c0e63db47ad\",\r\n \"scenarioName\": \"TestFailover\",\r\n \"friendlyName\": \"Test failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bcc99dc2-c001-4d55-8f17-0254e6b6000c\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T14:36:28.9250842Z\",\r\n \"endTime\": \"2017-05-13T14:36:32.5411475Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"f0d959cf-24fe-49b3-82be-f7d60d21ca7e\",\r\n \"name\": \"RpTfoNetworkCreation\",\r\n \"startTime\": \"2017-05-13T14:36:32.8386095Z\",\r\n \"endTime\": \"2017-05-13T14:36:33.386577Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the test environment\",\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\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:36:33.5897258Z\",\r\n \"endTime\": \"2017-05-13T14:37:44.5792333Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df6eef0f-df62-4a17-b67d-1f465015db90\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:36:33.5897258Z\",\r\n \"endTime\": \"2017-05-13T14:37:44.5359308Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/c6f95fdd-036f-4a3b-8442-2d66b16170fb\",\r\n \"jobFriendlyName\": \"Test failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:37:45.0323658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"88af60e2-b5e3-4e32-9f35-6be3672cf610\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:37:45.0323658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/7fcf071d-aad3-429e-9105-2526f14fe70d\",\r\n \"jobFriendlyName\": \"Test failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"63e455f7-0600-41c9-8ec8-26552326410f\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T14:36:28.1970111Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": \"Active\",\r\n \"comments\": null,\r\n \"networkName\": \"vnetavrai\",\r\n \"networkFriendlyName\": \"vnetavrai\",\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:36:28.1970111Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:38:00 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/315635dd-1ac0-474e-9fc2-a5e77465cb14" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/a144f484-7657-4ccc-b47c-26156fe64a46" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "b1a0e71e-2406-4e41-8c62-ebf4383b70b0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" + "242913ca-8e70-49c3-934e-30b8a0f073ae" ], "x-ms-correlation-request-id": [ - "fca25c47-b13a-4f75-9574-c2c1c76327f6" + "fb2d4966-8763-432d-89e8-bfc158fb2ceb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T143801Z:fca25c47-b13a-4f75-9574-c2c1c76327f6" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e0594969-ce0c-412e-94b2-6cafa0196e67?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2UwNTk0OTY5LWNlMGMtNDEyZS05NGIyLTZjYWZhMDE5NmU2Nz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/315635dd-1ac0-474e-9fc2-a5e77465cb14\",\r\n \"name\": \"315635dd-1ac0-474e-9fc2-a5e77465cb14\",\r\n \"properties\": {\r\n \"activityId\": \"227f7e15-f4ec-4869-8284-51098a4ef430 ActivityId: 1f12b83b-6508-4015-a622-3c0e63db47ad\",\r\n \"scenarioName\": \"TestFailover\",\r\n \"friendlyName\": \"Test failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bcc99dc2-c001-4d55-8f17-0254e6b6000c\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T14:36:28.9250842Z\",\r\n \"endTime\": \"2017-05-13T14:36:32.5411475Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"f0d959cf-24fe-49b3-82be-f7d60d21ca7e\",\r\n \"name\": \"RpTfoNetworkCreation\",\r\n \"startTime\": \"2017-05-13T14:36:32.8386095Z\",\r\n \"endTime\": \"2017-05-13T14:36:33.386577Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the test environment\",\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\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:36:33.5897258Z\",\r\n \"endTime\": \"2017-05-13T14:37:44.5792333Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df6eef0f-df62-4a17-b67d-1f465015db90\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:36:33.5897258Z\",\r\n \"endTime\": \"2017-05-13T14:37:44.5359308Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/c6f95fdd-036f-4a3b-8442-2d66b16170fb\",\r\n \"jobFriendlyName\": \"Test failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:37:45.0323658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"88af60e2-b5e3-4e32-9f35-6be3672cf610\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:37:45.0323658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/7fcf071d-aad3-429e-9105-2526f14fe70d\",\r\n \"jobFriendlyName\": \"Test failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"63e455f7-0600-41c9-8ec8-26552326410f\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T14:36:28.1970111Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": \"Active\",\r\n \"comments\": null,\r\n \"networkName\": \"vnetavrai\",\r\n \"networkFriendlyName\": \"vnetavrai\",\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:36:28.1970111Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210318T153715Z:fb2d4966-8763-432d-89e8-bfc158fb2ceb" ], "Date": [ - "Sat, 13 May 2017 14:38:31 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/315635dd-1ac0-474e-9fc2-a5e77465cb14" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "709f4584-d65c-4946-b7f2-873e34aeb2b6" + "Thu, 18 Mar 2021 15:37:14 GMT" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" + "Content-Length": [ + "191" ], - "x-ms-correlation-request-id": [ - "b76f4443-d49f-4cd0-976c-322847cdc5d6" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T143832Z:b76f4443-d49f-4cd0-976c-322847cdc5d6" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"a144f484-7657-4ccc-b47c-26156fe64a46\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-18T15:36:13.4509203Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e0594969-ce0c-412e-94b2-6cafa0196e67?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2UwNTk0OTY5LWNlMGMtNDEyZS05NGIyLTZjYWZhMDE5NmU2Nz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/497afcf8-a309-4f2a-b1d3-b0195f4d2818?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzQ5N2FmY2Y4LWEzMDktNGYyYS1iMWQzLWIwMTk1ZjRkMjgxOD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/315635dd-1ac0-474e-9fc2-a5e77465cb14\",\r\n \"name\": \"315635dd-1ac0-474e-9fc2-a5e77465cb14\",\r\n \"properties\": {\r\n \"activityId\": \"227f7e15-f4ec-4869-8284-51098a4ef430 ActivityId: 1f12b83b-6508-4015-a622-3c0e63db47ad\",\r\n \"scenarioName\": \"TestFailover\",\r\n \"friendlyName\": \"Test failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bcc99dc2-c001-4d55-8f17-0254e6b6000c\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T14:36:28.9250842Z\",\r\n \"endTime\": \"2017-05-13T14:36:32.5411475Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"f0d959cf-24fe-49b3-82be-f7d60d21ca7e\",\r\n \"name\": \"RpTfoNetworkCreation\",\r\n \"startTime\": \"2017-05-13T14:36:32.8386095Z\",\r\n \"endTime\": \"2017-05-13T14:36:33.386577Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the test environment\",\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\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:36:33.5897258Z\",\r\n \"endTime\": \"2017-05-13T14:37:44.5792333Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df6eef0f-df62-4a17-b67d-1f465015db90\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:36:33.5897258Z\",\r\n \"endTime\": \"2017-05-13T14:37:44.5359308Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/c6f95fdd-036f-4a3b-8442-2d66b16170fb\",\r\n \"jobFriendlyName\": \"Test failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:37:45.0323658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"88af60e2-b5e3-4e32-9f35-6be3672cf610\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:37:45.0323658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/7fcf071d-aad3-429e-9105-2526f14fe70d\",\r\n \"jobFriendlyName\": \"Test failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"63e455f7-0600-41c9-8ec8-26552326410f\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T14:36:28.1970111Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": \"Active\",\r\n \"comments\": null,\r\n \"networkName\": \"vnetavrai\",\r\n \"networkFriendlyName\": \"vnetavrai\",\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:36:28.1970111Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:39:02 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/315635dd-1ac0-474e-9fc2-a5e77465cb14" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/a144f484-7657-4ccc-b47c-26156fe64a46" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "32e8fa99-27fb-4272-8fc5-4b57f72082da" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" + "2b40e1fb-b047-4bae-b54e-2af2ce9dec41" ], "x-ms-correlation-request-id": [ - "e032bc28-fe12-410f-98fd-5ca1eecf007d" + "932485ee-bcfa-4299-8b82-399e05db82a7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T143902Z:e032bc28-fe12-410f-98fd-5ca1eecf007d" + "CENTRALUSEUAP:20210318T153745Z:932485ee-bcfa-4299-8b82-399e05db82a7" + ], + "Date": [ + "Thu, 18 Mar 2021 15:37:45 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"a144f484-7657-4ccc-b47c-26156fe64a46\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-18T15:36:13.4509203Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e0594969-ce0c-412e-94b2-6cafa0196e67?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2UwNTk0OTY5LWNlMGMtNDEyZS05NGIyLTZjYWZhMDE5NmU2Nz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/497afcf8-a309-4f2a-b1d3-b0195f4d2818?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzQ5N2FmY2Y4LWEzMDktNGYyYS1iMWQzLWIwMTk1ZjRkMjgxOD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/315635dd-1ac0-474e-9fc2-a5e77465cb14\",\r\n \"name\": \"315635dd-1ac0-474e-9fc2-a5e77465cb14\",\r\n \"properties\": {\r\n \"activityId\": \"227f7e15-f4ec-4869-8284-51098a4ef430 ActivityId: 1f12b83b-6508-4015-a622-3c0e63db47ad\",\r\n \"scenarioName\": \"TestFailover\",\r\n \"friendlyName\": \"Test failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bcc99dc2-c001-4d55-8f17-0254e6b6000c\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T14:36:28.9250842Z\",\r\n \"endTime\": \"2017-05-13T14:36:32.5411475Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"f0d959cf-24fe-49b3-82be-f7d60d21ca7e\",\r\n \"name\": \"RpTfoNetworkCreation\",\r\n \"startTime\": \"2017-05-13T14:36:32.8386095Z\",\r\n \"endTime\": \"2017-05-13T14:36:33.386577Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the test environment\",\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\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:36:33.5897258Z\",\r\n \"endTime\": \"2017-05-13T14:37:44.5792333Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df6eef0f-df62-4a17-b67d-1f465015db90\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:36:33.5897258Z\",\r\n \"endTime\": \"2017-05-13T14:37:44.5359308Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/c6f95fdd-036f-4a3b-8442-2d66b16170fb\",\r\n \"jobFriendlyName\": \"Test failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:37:45.0323658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"88af60e2-b5e3-4e32-9f35-6be3672cf610\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:37:45.0323658Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/7fcf071d-aad3-429e-9105-2526f14fe70d\",\r\n \"jobFriendlyName\": \"Test failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"63e455f7-0600-41c9-8ec8-26552326410f\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T14:36:28.1970111Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": \"Active\",\r\n \"comments\": null,\r\n \"networkName\": \"vnetavrai\",\r\n \"networkFriendlyName\": \"vnetavrai\",\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:36:28.1970111Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:39:32 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/315635dd-1ac0-474e-9fc2-a5e77465cb14" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/a144f484-7657-4ccc-b47c-26156fe64a46" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "046adb42-e982-4936-b25c-6eba06fdd498" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" + "6ced7429-b94d-46d1-9917-f6c403be3f0c" ], "x-ms-correlation-request-id": [ - "f2f8f39f-8f4a-4476-a6df-ab4eaabd72b8" + "f327e98f-da06-4e60-b9a3-e7cf7cf07de0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T143933Z:f2f8f39f-8f4a-4476-a6df-ab4eaabd72b8" + "CENTRALUSEUAP:20210318T153815Z:f327e98f-da06-4e60-b9a3-e7cf7cf07de0" + ], + "Date": [ + "Thu, 18 Mar 2021 15:38:15 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"a144f484-7657-4ccc-b47c-26156fe64a46\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-18T15:36:13.4509203Z\",\r\n \"endTime\": \"2021-03-18T15:38:11Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/e0594969-ce0c-412e-94b2-6cafa0196e67?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2UwNTk0OTY5LWNlMGMtNDEyZS05NGIyLTZjYWZhMDE5NmU2Nz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/497afcf8-a309-4f2a-b1d3-b0195f4d2818?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxL29wZXJhdGlvbnJlc3VsdHMvNDk3YWZjZjgtYTMwOS00ZjJhLWIxZDMtYjAxOTVmNGQyODE4P2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/315635dd-1ac0-474e-9fc2-a5e77465cb14\",\r\n \"name\": \"315635dd-1ac0-474e-9fc2-a5e77465cb14\",\r\n \"properties\": {\r\n \"activityId\": \"227f7e15-f4ec-4869-8284-51098a4ef430 ActivityId: 1f12b83b-6508-4015-a622-3c0e63db47ad\",\r\n \"scenarioName\": \"TestFailover\",\r\n \"friendlyName\": \"Test failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"bcc99dc2-c001-4d55-8f17-0254e6b6000c\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T14:36:28.9250842Z\",\r\n \"endTime\": \"2017-05-13T14:36:32.5411475Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"f0d959cf-24fe-49b3-82be-f7d60d21ca7e\",\r\n \"name\": \"RpTfoNetworkCreation\",\r\n \"startTime\": \"2017-05-13T14:36:32.8386095Z\",\r\n \"endTime\": \"2017-05-13T14:36:33.386577Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the test environment\",\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\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:36:33.5897258Z\",\r\n \"endTime\": \"2017-05-13T14:37:44.5792333Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"df6eef0f-df62-4a17-b67d-1f465015db90\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:36:33.5897258Z\",\r\n \"endTime\": \"2017-05-13T14:37:44.5359308Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/c6f95fdd-036f-4a3b-8442-2d66b16170fb\",\r\n \"jobFriendlyName\": \"Test failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:37:45.0323658Z\",\r\n \"endTime\": \"2017-05-13T14:39:56.9833673Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"88af60e2-b5e3-4e32-9f35-6be3672cf610\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:37:45.0323658Z\",\r\n \"endTime\": \"2017-05-13T14:39:56.9364442Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/7fcf071d-aad3-429e-9105-2526f14fe70d\",\r\n \"jobFriendlyName\": \"Test failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"63e455f7-0600-41c9-8ec8-26552326410f\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"2017-05-13T14:39:57.3895879Z\",\r\n \"endTime\": \"2017-05-13T14:39:58.4520855Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T14:36:28.1970111Z\",\r\n \"endTime\": \"2017-05-13T14:39:57Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": \"Active\",\r\n \"comments\": null,\r\n \"networkName\": \"vnetavrai\",\r\n \"networkFriendlyName\": \"vnetavrai\",\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"protectedItemDetails\": [\r\n {\r\n \"name\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"friendlyName\": \"vm1\",\r\n \"testVmName\": \"vm1-test\",\r\n \"testVmFriendlyName\": \"vm1-test\",\r\n \"networkConnectionStatus\": \"Connected\",\r\n \"networkFriendlyName\": \"vnetavrai\",\r\n \"subnet\": \"Subnet1\"\r\n }\r\n ],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:36:28.1970111Z\",\r\n \"endTime\": \"2017-05-13T14:39:57Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:40:03 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/315635dd-1ac0-474e-9fc2-a5e77465cb14" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/a144f484-7657-4ccc-b47c-26156fe64a46", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/a144f484-7657-4ccc-b47c-26156fe64a46" + ], + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/497afcf8-a309-4f2a-b1d3-b0195f4d2818?api-version=2021-02-10" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "25ce8085-cbc8-435a-aeec-46258e7673c5" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" + "dbfee619-5bfa-4486-be9a-5cb15152180f" ], "x-ms-correlation-request-id": [ - "b489fb23-eb66-4edb-97e2-9504798a7720" + "4f51621c-d3e2-4878-9e4a-de2e26f8dba7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T144004Z:b489fb23-eb66-4edb-97e2-9504798a7720" + "CENTRALUSEUAP:20210318T153816Z:4f51621c-d3e2-4878-9e4a-de2e26f8dba7" + ], + "Date": [ + "Thu, 18 Mar 2021 15:38:15 GMT" + ], + "Content-Length": [ + "1908" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"TestFailoverCleanup\"\r\n ],\r\n \"lastTestFailoverTime\": \"2021-03-18T15:36:14.4059063Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"TestFailover\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/a144f484-7657-4ccc-b47c-26156fe64a46\",\r\n \"startTime\": \"2021-03-18T15:36:22.3809342Z\"\r\n },\r\n \"currentScenarioStatus\": \"Suspended\",\r\n \"currentScenarioStatusDescription\": \"WaitingForStopTestFailover\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d4f89e8-f135-4a05-a66a-79fcdae3de50" + "a88ed9c2-fd93-491f-bdcd-a524a36a5e36" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"TestFailoverCleanup\"\r\n ],\r\n \"lastTestFailoverTime\": \"2017-05-13T14:36:28.4407195Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"TestFailover\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/315635dd-1ac0-474e-9fc2-a5e77465cb14\",\r\n \"startTime\": \"2017-05-13T14:36:32.6661592Z\"\r\n },\r\n \"currentScenarioStatus\": \"Suspended\",\r\n \"currentScenarioStatusDescription\": \"WaitingForStopTestFailover\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1\",\r\n \"virtualMachineId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:40:09 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0d4f89e8-f135-4a05-a66a-79fcdae3de50 5/13/2017 2:40:10 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "a88ed9c2-fd93-491f-bdcd-a524a36a5e36 3/18/2021 3:38:16 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "0d4f89e8-f135-4a05-a66a-79fcdae3de50" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" + "a88ed9c2-fd93-491f-bdcd-a524a36a5e36" ], "x-ms-correlation-request-id": [ - "679697f0-7116-410c-bc56-bda40e5336e6" + "fe30acdf-7b16-4dd8-a245-603770862208" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T144010Z:679697f0-7116-410c-bc56-bda40e5336e6" + "CENTRALUSEUAP:20210318T153816Z:fe30acdf-7b16-4dd8-a245-603770862208" + ], + "Date": [ + "Thu, 18 Mar 2021 15:38:16 GMT" + ], + "Content-Length": [ + "1908" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"TestFailoverCleanup\"\r\n ],\r\n \"lastTestFailoverTime\": \"2021-03-18T15:36:14.4059063Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"TestFailover\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/a144f484-7657-4ccc-b47c-26156fe64a46\",\r\n \"startTime\": \"2021-03-18T15:36:22.3809342Z\"\r\n },\r\n \"currentScenarioStatus\": \"Suspended\",\r\n \"currentScenarioStatusDescription\": \"WaitingForStopTestFailover\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPTestFailoverCleanup.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPTestFailoverCleanup.json index 74345fc098d20..f1af3adb2318c 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPTestFailoverCleanup.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPTestFailoverCleanup.json @@ -1,608 +1,399 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/testFailoverCleanup?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDEvdGVzdEZhaWxvdmVyQ2xlYW51cD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/testFailoverCleanup?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxL3Rlc3RGYWlsb3ZlckNsZWFudXA/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"comments\": \"Cleaning up\"\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "59" - ], "x-ms-client-request-id": [ - "02709c23-c58b-4881-821b-2facc6a772ea" + "07e517c5-2baa-4bb5-8a4a-ea0c6e798f03" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "59" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:46:52 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/operationresults/8b0f8f86-fa05-48bd-b0f0-89be179342b6?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/c1cc8ede-a4e4-4dae-a6fb-fd0e96cfa1ba?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8b0f8f86-fa05-48bd-b0f0-89be179342b6", - "02709c23-c58b-4881-821b-2facc6a772ea 5/13/2017 2:46:53 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/c1cc8ede-a4e4-4dae-a6fb-fd0e96cfa1ba", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/c1cc8ede-a4e4-4dae-a6fb-fd0e96cfa1ba" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8b0f8f86-fa05-48bd-b0f0-89be179342b6?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/c1cc8ede-a4e4-4dae-a6fb-fd0e96cfa1ba?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "02709c23-c58b-4881-821b-2facc6a772ea" - ], - "X-Powered-By": [ - "ASP.NET" + "07e517c5-2baa-4bb5-8a4a-ea0c6e798f03" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "a5511f6a-c662-4ca0-8e4e-65fb30450c08" + "c84f729e-e0be-4c1f-9c25-6149dd966aeb" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T144653Z:a5511f6a-c662-4ca0-8e4e-65fb30450c08" + "CENTRALUSEUAP:20210318T154322Z:c84f729e-e0be-4c1f-9c25-6149dd966aeb" + ], + "Date": [ + "Thu, 18 Mar 2021 15:43:21 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8b0f8f86-fa05-48bd-b0f0-89be179342b6?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzhiMGY4Zjg2LWZhMDUtNDhiZC1iMGYwLTg5YmUxNzkzNDJiNj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/c1cc8ede-a4e4-4dae-a6fb-fd0e96cfa1ba?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2MxY2M4ZWRlLWE0ZTQtNGRhZS1hNmZiLWZkMGU5NmNmYTFiYT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3f7a5ab0-d562-4acb-878a-4514844255e1\",\r\n \"name\": \"3f7a5ab0-d562-4acb-878a-4514844255e1\",\r\n \"properties\": {\r\n \"activityId\": \"02709c23-c58b-4881-821b-2facc6a772ea ActivityId: a5511f6a-c662-4ca0-8e4e-65fb30450c08\",\r\n \"scenarioName\": \"TestFailoverCleanup\",\r\n \"friendlyName\": \"Test failover cleanup\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"906cadf4-59df-4433-9a92-053b5c76dc52\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T14:46:55.6906188Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"f486f2b9-5c81-4dc1-a9fe-b8162ef1d88f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Test failover cleanup (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"TestFailoverCleanupGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"4b0569cb-2e52-4fdf-a168-cd9dadd1696c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"1df90e92-e162-45d2-96fb-45fb723d4ee7\",\r\n \"name\": \"RpTfoDeleteTestNetwork\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the test environment\",\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\": \"563ca63b-a770-40cf-a716-62b4fb45e040\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T14:46:54.9562446Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": null,\r\n \"comments\": \"Cleaning up\",\r\n \"networkName\": null,\r\n \"networkFriendlyName\": null,\r\n \"networkType\": null,\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:46:54.9562446Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:47:23 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3f7a5ab0-d562-4acb-878a-4514844255e1" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/88f2e4cd-e7cf-4c83-a519-86d83f61c232" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "a6992491-8b34-4a1e-b833-cbb75ce9286e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14435" + "36018659-2265-4f21-a4bf-d005ede80ea4" ], "x-ms-correlation-request-id": [ - "c1643129-4c9a-4483-9075-6158a9049f24" + "7b903eed-000e-4fbd-a3fd-0610a7f771c4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T144723Z:c1643129-4c9a-4483-9075-6158a9049f24" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8b0f8f86-fa05-48bd-b0f0-89be179342b6?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzhiMGY4Zjg2LWZhMDUtNDhiZC1iMGYwLTg5YmUxNzkzNDJiNj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3f7a5ab0-d562-4acb-878a-4514844255e1\",\r\n \"name\": \"3f7a5ab0-d562-4acb-878a-4514844255e1\",\r\n \"properties\": {\r\n \"activityId\": \"02709c23-c58b-4881-821b-2facc6a772ea ActivityId: a5511f6a-c662-4ca0-8e4e-65fb30450c08\",\r\n \"scenarioName\": \"TestFailoverCleanup\",\r\n \"friendlyName\": \"Test failover cleanup\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"906cadf4-59df-4433-9a92-053b5c76dc52\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T14:46:55.6906188Z\",\r\n \"endTime\": \"2017-05-13T14:47:26.3762555Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"f486f2b9-5c81-4dc1-a9fe-b8162ef1d88f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:47:26.4543628Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Test failover cleanup (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"TestFailoverCleanupGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"4b0569cb-2e52-4fdf-a168-cd9dadd1696c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:47:26.4543628Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d0fea0b0-737f-4e34-8bf1-03340a00f384\",\r\n \"jobFriendlyName\": \"Test failover cleanup\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailoverCleanup\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"1df90e92-e162-45d2-96fb-45fb723d4ee7\",\r\n \"name\": \"RpTfoDeleteTestNetwork\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the test environment\",\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\": \"563ca63b-a770-40cf-a716-62b4fb45e040\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T14:46:54.9562446Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": null,\r\n \"comments\": \"Cleaning up\",\r\n \"networkName\": null,\r\n \"networkFriendlyName\": null,\r\n \"networkType\": null,\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:46:54.9562446Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210318T154353Z:7b903eed-000e-4fbd-a3fd-0610a7f771c4" ], "Date": [ - "Sat, 13 May 2017 14:47:53 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3f7a5ab0-d562-4acb-878a-4514844255e1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" + "Thu, 18 Mar 2021 15:43:52 GMT" ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "27907bb7-62c2-4495-a933-eaaac90f441a" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14426" + "Content-Length": [ + "191" ], - "x-ms-correlation-request-id": [ - "ec4144a8-e5a2-4b61-baa8-24a6fe1ed9e9" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T144754Z:ec4144a8-e5a2-4b61-baa8-24a6fe1ed9e9" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"88f2e4cd-e7cf-4c83-a519-86d83f61c232\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-18T15:43:23.7288341Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8b0f8f86-fa05-48bd-b0f0-89be179342b6?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzhiMGY4Zjg2LWZhMDUtNDhiZC1iMGYwLTg5YmUxNzkzNDJiNj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/c1cc8ede-a4e4-4dae-a6fb-fd0e96cfa1ba?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2MxY2M4ZWRlLWE0ZTQtNGRhZS1hNmZiLWZkMGU5NmNmYTFiYT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3f7a5ab0-d562-4acb-878a-4514844255e1\",\r\n \"name\": \"3f7a5ab0-d562-4acb-878a-4514844255e1\",\r\n \"properties\": {\r\n \"activityId\": \"02709c23-c58b-4881-821b-2facc6a772ea ActivityId: a5511f6a-c662-4ca0-8e4e-65fb30450c08\",\r\n \"scenarioName\": \"TestFailoverCleanup\",\r\n \"friendlyName\": \"Test failover cleanup\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"906cadf4-59df-4433-9a92-053b5c76dc52\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T14:46:55.6906188Z\",\r\n \"endTime\": \"2017-05-13T14:47:26.3762555Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"f486f2b9-5c81-4dc1-a9fe-b8162ef1d88f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:47:26.4543628Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Test failover cleanup (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"TestFailoverCleanupGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"4b0569cb-2e52-4fdf-a168-cd9dadd1696c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:47:26.4543628Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d0fea0b0-737f-4e34-8bf1-03340a00f384\",\r\n \"jobFriendlyName\": \"Test failover cleanup\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailoverCleanup\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"1df90e92-e162-45d2-96fb-45fb723d4ee7\",\r\n \"name\": \"RpTfoDeleteTestNetwork\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the test environment\",\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\": \"563ca63b-a770-40cf-a716-62b4fb45e040\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T14:46:54.9562446Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": null,\r\n \"comments\": \"Cleaning up\",\r\n \"networkName\": null,\r\n \"networkFriendlyName\": null,\r\n \"networkType\": null,\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:46:54.9562446Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:48:24 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3f7a5ab0-d562-4acb-878a-4514844255e1" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/88f2e4cd-e7cf-4c83-a519-86d83f61c232" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "9d2b93f4-c5a6-4265-a22a-6090c50c157a" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14417" + "5b22eaf2-1875-4f91-a2f9-4f79a9e13284" ], "x-ms-correlation-request-id": [ - "97dd89f5-0169-4b0f-8b49-98060edfe72f" + "ff28ac8d-c120-43d5-9c37-4c9c33de955b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T144824Z:97dd89f5-0169-4b0f-8b49-98060edfe72f" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8b0f8f86-fa05-48bd-b0f0-89be179342b6?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzhiMGY4Zjg2LWZhMDUtNDhiZC1iMGYwLTg5YmUxNzkzNDJiNj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3f7a5ab0-d562-4acb-878a-4514844255e1\",\r\n \"name\": \"3f7a5ab0-d562-4acb-878a-4514844255e1\",\r\n \"properties\": {\r\n \"activityId\": \"02709c23-c58b-4881-821b-2facc6a772ea ActivityId: a5511f6a-c662-4ca0-8e4e-65fb30450c08\",\r\n \"scenarioName\": \"TestFailoverCleanup\",\r\n \"friendlyName\": \"Test failover cleanup\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"906cadf4-59df-4433-9a92-053b5c76dc52\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T14:46:55.6906188Z\",\r\n \"endTime\": \"2017-05-13T14:47:26.3762555Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"f486f2b9-5c81-4dc1-a9fe-b8162ef1d88f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:47:26.4543628Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Test failover cleanup (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"TestFailoverCleanupGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"4b0569cb-2e52-4fdf-a168-cd9dadd1696c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:47:26.4543628Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d0fea0b0-737f-4e34-8bf1-03340a00f384\",\r\n \"jobFriendlyName\": \"Test failover cleanup\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailoverCleanup\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"1df90e92-e162-45d2-96fb-45fb723d4ee7\",\r\n \"name\": \"RpTfoDeleteTestNetwork\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the test environment\",\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\": \"563ca63b-a770-40cf-a716-62b4fb45e040\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T14:46:54.9562446Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": null,\r\n \"comments\": \"Cleaning up\",\r\n \"networkName\": null,\r\n \"networkFriendlyName\": null,\r\n \"networkType\": null,\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:46:54.9562446Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210318T154423Z:ff28ac8d-c120-43d5-9c37-4c9c33de955b" ], "Date": [ - "Sat, 13 May 2017 14:48:54 GMT" - ], - "Pragma": [ - "no-cache" + "Thu, 18 Mar 2021 15:44:23 GMT" ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3f7a5ab0-d562-4acb-878a-4514844255e1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "2e0bf672-bd7c-42be-9763-7bc133f2489f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14410" + "Content-Length": [ + "191" ], - "x-ms-correlation-request-id": [ - "76acb51c-e233-4838-8071-83140bc0a76f" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T144855Z:76acb51c-e233-4838-8071-83140bc0a76f" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"88f2e4cd-e7cf-4c83-a519-86d83f61c232\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-18T15:43:23.7288341Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8b0f8f86-fa05-48bd-b0f0-89be179342b6?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzhiMGY4Zjg2LWZhMDUtNDhiZC1iMGYwLTg5YmUxNzkzNDJiNj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/c1cc8ede-a4e4-4dae-a6fb-fd0e96cfa1ba?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2MxY2M4ZWRlLWE0ZTQtNGRhZS1hNmZiLWZkMGU5NmNmYTFiYT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3f7a5ab0-d562-4acb-878a-4514844255e1\",\r\n \"name\": \"3f7a5ab0-d562-4acb-878a-4514844255e1\",\r\n \"properties\": {\r\n \"activityId\": \"02709c23-c58b-4881-821b-2facc6a772ea ActivityId: a5511f6a-c662-4ca0-8e4e-65fb30450c08\",\r\n \"scenarioName\": \"TestFailoverCleanup\",\r\n \"friendlyName\": \"Test failover cleanup\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"906cadf4-59df-4433-9a92-053b5c76dc52\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T14:46:55.6906188Z\",\r\n \"endTime\": \"2017-05-13T14:47:26.3762555Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"f486f2b9-5c81-4dc1-a9fe-b8162ef1d88f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:47:26.4543628Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Test failover cleanup (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"TestFailoverCleanupGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"4b0569cb-2e52-4fdf-a168-cd9dadd1696c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:47:26.4543628Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d0fea0b0-737f-4e34-8bf1-03340a00f384\",\r\n \"jobFriendlyName\": \"Test failover cleanup\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailoverCleanup\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"1df90e92-e162-45d2-96fb-45fb723d4ee7\",\r\n \"name\": \"RpTfoDeleteTestNetwork\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the test environment\",\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\": \"563ca63b-a770-40cf-a716-62b4fb45e040\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T14:46:54.9562446Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": null,\r\n \"comments\": \"Cleaning up\",\r\n \"networkName\": null,\r\n \"networkFriendlyName\": null,\r\n \"networkType\": null,\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:46:54.9562446Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:49:26 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3f7a5ab0-d562-4acb-878a-4514844255e1" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/88f2e4cd-e7cf-4c83-a519-86d83f61c232" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "6880ed0a-46ce-49a9-a4fc-109689b380bd" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14403" + "dea330b0-20b3-4df9-8233-f58ae74db28e" ], "x-ms-correlation-request-id": [ - "5fc57e80-538d-417c-930f-ddfd6538e1a2" + "2e0052e0-9ed1-43b6-8b25-ae1ad01d9215" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T144926Z:5fc57e80-538d-417c-930f-ddfd6538e1a2" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8b0f8f86-fa05-48bd-b0f0-89be179342b6?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzhiMGY4Zjg2LWZhMDUtNDhiZC1iMGYwLTg5YmUxNzkzNDJiNj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3f7a5ab0-d562-4acb-878a-4514844255e1\",\r\n \"name\": \"3f7a5ab0-d562-4acb-878a-4514844255e1\",\r\n \"properties\": {\r\n \"activityId\": \"02709c23-c58b-4881-821b-2facc6a772ea ActivityId: a5511f6a-c662-4ca0-8e4e-65fb30450c08\",\r\n \"scenarioName\": \"TestFailoverCleanup\",\r\n \"friendlyName\": \"Test failover cleanup\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"906cadf4-59df-4433-9a92-053b5c76dc52\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T14:46:55.6906188Z\",\r\n \"endTime\": \"2017-05-13T14:47:26.3762555Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"f486f2b9-5c81-4dc1-a9fe-b8162ef1d88f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:47:26.4543628Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Test failover cleanup (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"TestFailoverCleanupGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"4b0569cb-2e52-4fdf-a168-cd9dadd1696c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:47:26.4543628Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d0fea0b0-737f-4e34-8bf1-03340a00f384\",\r\n \"jobFriendlyName\": \"Test failover cleanup\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailoverCleanup\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"1df90e92-e162-45d2-96fb-45fb723d4ee7\",\r\n \"name\": \"RpTfoDeleteTestNetwork\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the test environment\",\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\": \"563ca63b-a770-40cf-a716-62b4fb45e040\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T14:46:54.9562446Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": null,\r\n \"comments\": \"Cleaning up\",\r\n \"networkName\": null,\r\n \"networkFriendlyName\": null,\r\n \"networkType\": null,\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:46:54.9562446Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210318T154454Z:2e0052e0-9ed1-43b6-8b25-ae1ad01d9215" ], "Date": [ - "Sat, 13 May 2017 14:49:57 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3f7a5ab0-d562-4acb-878a-4514844255e1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" + "Thu, 18 Mar 2021 15:44:53 GMT" ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "671e835d-219f-4f98-8762-9d625ea7cea4" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14397" + "Content-Length": [ + "216" ], - "x-ms-correlation-request-id": [ - "9d9f1faa-fced-417f-81ee-016c5b10aa5a" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T144957Z:9d9f1faa-fced-417f-81ee-016c5b10aa5a" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"88f2e4cd-e7cf-4c83-a519-86d83f61c232\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-18T15:43:23.7288341Z\",\r\n \"endTime\": \"2021-03-18T15:44:50Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/8b0f8f86-fa05-48bd-b0f0-89be179342b6?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzhiMGY4Zjg2LWZhMDUtNDhiZC1iMGYwLTg5YmUxNzkzNDJiNj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/c1cc8ede-a4e4-4dae-a6fb-fd0e96cfa1ba?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxL29wZXJhdGlvbnJlc3VsdHMvYzFjYzhlZGUtYTRlNC00ZGFlLWE2ZmItZmQwZTk2Y2ZhMWJhP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3f7a5ab0-d562-4acb-878a-4514844255e1\",\r\n \"name\": \"3f7a5ab0-d562-4acb-878a-4514844255e1\",\r\n \"properties\": {\r\n \"activityId\": \"02709c23-c58b-4881-821b-2facc6a772ea ActivityId: a5511f6a-c662-4ca0-8e4e-65fb30450c08\",\r\n \"scenarioName\": \"TestFailoverCleanup\",\r\n \"friendlyName\": \"Test failover cleanup\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"906cadf4-59df-4433-9a92-053b5c76dc52\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T14:46:55.6906188Z\",\r\n \"endTime\": \"2017-05-13T14:47:26.3762555Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"f486f2b9-5c81-4dc1-a9fe-b8162ef1d88f\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:47:26.4543628Z\",\r\n \"endTime\": \"2017-05-13T14:50:06.7303788Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Test failover cleanup (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"TestFailoverCleanupGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"4b0569cb-2e52-4fdf-a168-cd9dadd1696c\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T14:47:26.4543628Z\",\r\n \"endTime\": \"2017-05-13T14:50:06.7197498Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/d0fea0b0-737f-4e34-8bf1-03340a00f384\",\r\n \"jobFriendlyName\": \"Test failover cleanup\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"TestFailoverCleanup\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"1df90e92-e162-45d2-96fb-45fb723d4ee7\",\r\n \"name\": \"RpTfoDeleteTestNetwork\",\r\n \"startTime\": \"2017-05-13T14:50:06.9357986Z\",\r\n \"endTime\": \"2017-05-13T14:50:07.8114633Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the test environment\",\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\": \"563ca63b-a770-40cf-a716-62b4fb45e040\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"2017-05-13T14:50:08.0902141Z\",\r\n \"endTime\": \"2017-05-13T14:50:08.2803026Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T14:46:54.9562446Z\",\r\n \"endTime\": \"2017-05-13T14:50:07Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": null,\r\n \"comments\": \"Cleaning up\",\r\n \"networkName\": null,\r\n \"networkFriendlyName\": null,\r\n \"networkType\": null,\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:46:54.9562446Z\",\r\n \"endTime\": \"2017-05-13T14:50:07Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:50:29 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3f7a5ab0-d562-4acb-878a-4514844255e1" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/88f2e4cd-e7cf-4c83-a519-86d83f61c232", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/88f2e4cd-e7cf-4c83-a519-86d83f61c232" ], - "X-Powered-By": [ - "ASP.NET" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/c1cc8ede-a4e4-4dae-a6fb-fd0e96cfa1ba?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "6303dce2-7d64-4f78-baad-19a371b02a42" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14379" + "x-ms-client-request-id": [ + "bfb35e34-f171-47b3-a288-6af154227399" ], "x-ms-correlation-request-id": [ - "b751f73d-c506-4de4-bc7d-44977a6324af" + "ad0e83f9-682c-4c46-b6d0-e940a6ed87c5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T145029Z:b751f73d-c506-4de4-bc7d-44977a6324af" + "CENTRALUSEUAP:20210318T154454Z:ad0e83f9-682c-4c46-b6d0-e940a6ed87c5" + ], + "Date": [ + "Thu, 18 Mar 2021 15:44:54 GMT" + ], + "Content-Length": [ + "1929" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\"\r\n ],\r\n \"lastTestFailoverTime\": \"2021-03-18T15:36:14.4059063Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"TestFailoverCleanup\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/88f2e4cd-e7cf-4c83-a519-86d83f61c232\",\r\n \"startTime\": \"2021-03-18T15:43:27.0889817Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf168d5b-c6f9-4e25-8a17-ffcb0bfa8d7f" + "0209b657-def7-4449-8aac-984482e92933" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\"\r\n ],\r\n \"lastTestFailoverTime\": \"2017-05-13T14:36:28.4407195Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"TestFailoverCleanup\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/3f7a5ab0-d562-4acb-878a-4514844255e1\",\r\n \"startTime\": \"2017-05-13T14:46:55.9250119Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1\",\r\n \"virtualMachineId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:51:28 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bf168d5b-c6f9-4e25-8a17-ffcb0bfa8d7f 5/13/2017 2:51:29 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "0209b657-def7-4449-8aac-984482e92933 3/18/2021 3:44:55 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "bf168d5b-c6f9-4e25-8a17-ffcb0bfa8d7f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14362" + "0209b657-def7-4449-8aac-984482e92933" ], "x-ms-correlation-request-id": [ - "e75618ab-886a-400e-891b-0261a109014f" + "7e728eb2-e09e-4abd-952f-0391c54aa3cc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T145129Z:e75618ab-886a-400e-891b-0261a109014f" + "CENTRALUSEUAP:20210318T154455Z:7e728eb2-e09e-4abd-952f-0391c54aa3cc" + ], + "Date": [ + "Thu, 18 Mar 2021 15:44:54 GMT" + ], + "Content-Length": [ + "1929" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\"\r\n ],\r\n \"lastTestFailoverTime\": \"2021-03-18T15:36:14.4059063Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"TestFailoverCleanup\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/88f2e4cd-e7cf-4c83-a519-86d83f61c232\",\r\n \"startTime\": \"2021-03-18T15:43:27.0889817Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPUnplannedFailover.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPUnplannedFailover.json index 11afd18f06dfb..34c6d452f1585 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPUnplannedFailover.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RPUnplannedFailover.json @@ -1,608 +1,399 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/unplannedFailover?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDEvdW5wbGFubmVkRmFpbG92ZXI/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/unplannedFailover?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxL3VucGxhbm5lZEZhaWxvdmVyP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"failoverDirection\": \"PrimaryToRecovery\",\r\n \"sourceSiteOperations\": \"NotRequired\",\r\n \"providerSpecificDetails\": [\r\n {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"vaultLocation\": \"West US\"\r\n }\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"failoverDirection\": \"PrimaryToRecovery\",\r\n \"sourceSiteOperations\": \"NotRequired\",\r\n \"providerSpecificDetails\": [\r\n {\r\n \"instanceType\": \"HyperVReplicaAzure\"\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "261" - ], "x-ms-client-request-id": [ - "6ffb7fc8-8b34-45ee-a9b9-df73754c31b0" + "fdec5ae2-335c-4713-91b3-7a1d3f6b9c34" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "224" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:05:43 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/operationresults/2d5b0264-7cf1-4476-936e-0352ed032481?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/72bdec38-a5b0-4deb-b300-da6b36e2bc5c?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d5b0264-7cf1-4476-936e-0352ed032481", - "6ffb7fc8-8b34-45ee-a9b9-df73754c31b0 5/13/2017 6:05:44 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/72bdec38-a5b0-4deb-b300-da6b36e2bc5c", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/72bdec38-a5b0-4deb-b300-da6b36e2bc5c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d5b0264-7cf1-4476-936e-0352ed032481?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/72bdec38-a5b0-4deb-b300-da6b36e2bc5c?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "6ffb7fc8-8b34-45ee-a9b9-df73754c31b0" - ], - "X-Powered-By": [ - "ASP.NET" + "fdec5ae2-335c-4713-91b3-7a1d3f6b9c34" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "cc24a43e-a0e3-4f10-ac68-25718c094545" + "64ed0ee9-3837-492b-9340-58874454167e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180544Z:cc24a43e-a0e3-4f10-ac68-25718c094545" + "CENTRALUSEUAP:20210319T114223Z:64ed0ee9-3837-492b-9340-58874454167e" + ], + "Date": [ + "Fri, 19 Mar 2021 11:42:22 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d5b0264-7cf1-4476-936e-0352ed032481?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzJkNWIwMjY0LTdjZjEtNDQ3Ni05MzZlLTAzNTJlZDAzMjQ4MT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/72bdec38-a5b0-4deb-b300-da6b36e2bc5c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzcyYmRlYzM4LWE1YjAtNGRlYi1iMzAwLWRhNmIzNmUyYmM1Yz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1b8fb560-633e-4329-83fd-c8ee9cda0fd8\",\r\n \"name\": \"1b8fb560-633e-4329-83fd-c8ee9cda0fd8\",\r\n \"properties\": {\r\n \"activityId\": \"6ffb7fc8-8b34-45ee-a9b9-df73754c31b0 ActivityId: cc24a43e-a0e3-4f10-ac68-25718c094545\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"629e5ffe-9365-473e-a66a-43f4390fb984\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T18:05:47.6008035Z\",\r\n \"endTime\": \"2017-05-13T18:05:52.677206Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"b73181f5-1d9c-4613-97ce-ac2263976c80\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"2017-05-13T18:05:52.7709422Z\",\r\n \"endTime\": \"2017-05-13T18:05:54.0694669Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:05:54.2554224Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"af29e4a4-ff52-4265-a16b-45bf902e302e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:05:54.2554224Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/07cf6e6d-f31b-4ebd-92b5-d457b5ce944c\",\r\n \"jobFriendlyName\": \"Failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"UnplannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"c1d19f3a-ebde-484f-ab75-6a8b860feb62\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"88085fd9-113c-4539-a22b-61211da9645d\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T18:05:47.0820086Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T18:05:47.0820086Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:06:14 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1b8fb560-633e-4329-83fd-c8ee9cda0fd8" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3daf8986-f7fa-4b49-b9b6-f68855595b56" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "5277d915-7d7b-4a43-bca8-4154b52127b1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14083" + "1d03b0fd-945e-43e2-a16f-a56d7464d05d" ], "x-ms-correlation-request-id": [ - "02a5b292-153e-4893-af2d-b60b12e111d7" + "a2d5d3c3-757d-4a27-8510-5274ff9b315c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180615Z:02a5b292-153e-4893-af2d-b60b12e111d7" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d5b0264-7cf1-4476-936e-0352ed032481?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzJkNWIwMjY0LTdjZjEtNDQ3Ni05MzZlLTAzNTJlZDAzMjQ4MT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1b8fb560-633e-4329-83fd-c8ee9cda0fd8\",\r\n \"name\": \"1b8fb560-633e-4329-83fd-c8ee9cda0fd8\",\r\n \"properties\": {\r\n \"activityId\": \"6ffb7fc8-8b34-45ee-a9b9-df73754c31b0 ActivityId: cc24a43e-a0e3-4f10-ac68-25718c094545\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"629e5ffe-9365-473e-a66a-43f4390fb984\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T18:05:47.6008035Z\",\r\n \"endTime\": \"2017-05-13T18:05:52.677206Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"b73181f5-1d9c-4613-97ce-ac2263976c80\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"2017-05-13T18:05:52.7709422Z\",\r\n \"endTime\": \"2017-05-13T18:05:54.0694669Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:05:54.2554224Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"af29e4a4-ff52-4265-a16b-45bf902e302e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:05:54.2554224Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/07cf6e6d-f31b-4ebd-92b5-d457b5ce944c\",\r\n \"jobFriendlyName\": \"Failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"UnplannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"c1d19f3a-ebde-484f-ab75-6a8b860feb62\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"NotStarted\",\r\n \"stateDescription\": \"NotStarted\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/\",\r\n \"jobFriendlyName\": \"Unknown\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"Unknown\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"88085fd9-113c-4539-a22b-61211da9645d\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T18:05:47.0820086Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T18:05:47.0820086Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210319T114253Z:a2d5d3c3-757d-4a27-8510-5274ff9b315c" ], "Date": [ - "Sat, 13 May 2017 18:06:45 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1b8fb560-633e-4329-83fd-c8ee9cda0fd8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Fri, 19 Mar 2021 11:42:53 GMT" ], - "x-ms-client-request-id": [ - "acf7f10c-df79-449f-b804-565c123d1ac9" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14072" + "Content-Length": [ + "191" ], - "x-ms-correlation-request-id": [ - "2e9401cf-c413-47ce-9c4b-40ce448f4353" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180645Z:2e9401cf-c413-47ce-9c4b-40ce448f4353" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3daf8986-f7fa-4b49-b9b6-f68855595b56\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T11:42:24.1487176Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d5b0264-7cf1-4476-936e-0352ed032481?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzJkNWIwMjY0LTdjZjEtNDQ3Ni05MzZlLTAzNTJlZDAzMjQ4MT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/72bdec38-a5b0-4deb-b300-da6b36e2bc5c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzcyYmRlYzM4LWE1YjAtNGRlYi1iMzAwLWRhNmIzNmUyYmM1Yz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1b8fb560-633e-4329-83fd-c8ee9cda0fd8\",\r\n \"name\": \"1b8fb560-633e-4329-83fd-c8ee9cda0fd8\",\r\n \"properties\": {\r\n \"activityId\": \"6ffb7fc8-8b34-45ee-a9b9-df73754c31b0 ActivityId: cc24a43e-a0e3-4f10-ac68-25718c094545\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"629e5ffe-9365-473e-a66a-43f4390fb984\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T18:05:47.6008035Z\",\r\n \"endTime\": \"2017-05-13T18:05:52.677206Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"b73181f5-1d9c-4613-97ce-ac2263976c80\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"2017-05-13T18:05:52.7709422Z\",\r\n \"endTime\": \"2017-05-13T18:05:54.0694669Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:05:54.2554224Z\",\r\n \"endTime\": \"2017-05-13T18:07:03.7590169Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"af29e4a4-ff52-4265-a16b-45bf902e302e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:05:54.2554224Z\",\r\n \"endTime\": \"2017-05-13T18:07:03.7277598Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/07cf6e6d-f31b-4ebd-92b5-d457b5ce944c\",\r\n \"jobFriendlyName\": \"Failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"UnplannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:07:04.0558687Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"c1d19f3a-ebde-484f-ab75-6a8b860feb62\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:07:04.0558687Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/f1e83365-6c9f-4511-994c-87460a349494\",\r\n \"jobFriendlyName\": \"Failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"UnplannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"88085fd9-113c-4539-a22b-61211da9645d\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T18:05:47.0820086Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T18:05:47.0820086Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:07:16 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1b8fb560-633e-4329-83fd-c8ee9cda0fd8" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3daf8986-f7fa-4b49-b9b6-f68855595b56" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "80c00394-9b86-40d0-bd25-ca7e44da8be0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14058" + "3f15683e-457f-4934-8f73-7460be16a755" ], "x-ms-correlation-request-id": [ - "380cdc86-d4d8-404e-a098-e5abde4c8a1f" + "a8e2f606-9d64-406c-a830-6521cdc19f0c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180716Z:380cdc86-d4d8-404e-a098-e5abde4c8a1f" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d5b0264-7cf1-4476-936e-0352ed032481?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzJkNWIwMjY0LTdjZjEtNDQ3Ni05MzZlLTAzNTJlZDAzMjQ4MT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1b8fb560-633e-4329-83fd-c8ee9cda0fd8\",\r\n \"name\": \"1b8fb560-633e-4329-83fd-c8ee9cda0fd8\",\r\n \"properties\": {\r\n \"activityId\": \"6ffb7fc8-8b34-45ee-a9b9-df73754c31b0 ActivityId: cc24a43e-a0e3-4f10-ac68-25718c094545\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"629e5ffe-9365-473e-a66a-43f4390fb984\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T18:05:47.6008035Z\",\r\n \"endTime\": \"2017-05-13T18:05:52.677206Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"b73181f5-1d9c-4613-97ce-ac2263976c80\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"2017-05-13T18:05:52.7709422Z\",\r\n \"endTime\": \"2017-05-13T18:05:54.0694669Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:05:54.2554224Z\",\r\n \"endTime\": \"2017-05-13T18:07:03.7590169Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"af29e4a4-ff52-4265-a16b-45bf902e302e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:05:54.2554224Z\",\r\n \"endTime\": \"2017-05-13T18:07:03.7277598Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/07cf6e6d-f31b-4ebd-92b5-d457b5ce944c\",\r\n \"jobFriendlyName\": \"Failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"UnplannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:07:04.0558687Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"c1d19f3a-ebde-484f-ab75-6a8b860feb62\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:07:04.0558687Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/f1e83365-6c9f-4511-994c-87460a349494\",\r\n \"jobFriendlyName\": \"Failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"UnplannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"88085fd9-113c-4539-a22b-61211da9645d\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T18:05:47.0820086Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T18:05:47.0820086Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210319T114324Z:a8e2f606-9d64-406c-a830-6521cdc19f0c" ], "Date": [ - "Sat, 13 May 2017 18:07:46 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" + "Fri, 19 Mar 2021 11:43:23 GMT" ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1b8fb560-633e-4329-83fd-c8ee9cda0fd8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "b6512903-f39c-4792-a9b2-72f31fe9c969" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14040" + "Content-Length": [ + "191" ], - "x-ms-correlation-request-id": [ - "eb15b3c6-c279-4007-9bcf-416a6199a877" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180747Z:eb15b3c6-c279-4007-9bcf-416a6199a877" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3daf8986-f7fa-4b49-b9b6-f68855595b56\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T11:42:24.1487176Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d5b0264-7cf1-4476-936e-0352ed032481?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzJkNWIwMjY0LTdjZjEtNDQ3Ni05MzZlLTAzNTJlZDAzMjQ4MT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/72bdec38-a5b0-4deb-b300-da6b36e2bc5c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzcyYmRlYzM4LWE1YjAtNGRlYi1iMzAwLWRhNmIzNmUyYmM1Yz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1b8fb560-633e-4329-83fd-c8ee9cda0fd8\",\r\n \"name\": \"1b8fb560-633e-4329-83fd-c8ee9cda0fd8\",\r\n \"properties\": {\r\n \"activityId\": \"6ffb7fc8-8b34-45ee-a9b9-df73754c31b0 ActivityId: cc24a43e-a0e3-4f10-ac68-25718c094545\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"629e5ffe-9365-473e-a66a-43f4390fb984\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T18:05:47.6008035Z\",\r\n \"endTime\": \"2017-05-13T18:05:52.677206Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"b73181f5-1d9c-4613-97ce-ac2263976c80\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"2017-05-13T18:05:52.7709422Z\",\r\n \"endTime\": \"2017-05-13T18:05:54.0694669Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:05:54.2554224Z\",\r\n \"endTime\": \"2017-05-13T18:07:03.7590169Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"af29e4a4-ff52-4265-a16b-45bf902e302e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:05:54.2554224Z\",\r\n \"endTime\": \"2017-05-13T18:07:03.7277598Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/07cf6e6d-f31b-4ebd-92b5-d457b5ce944c\",\r\n \"jobFriendlyName\": \"Failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"UnplannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:07:04.0558687Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"c1d19f3a-ebde-484f-ab75-6a8b860feb62\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:07:04.0558687Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/f1e83365-6c9f-4511-994c-87460a349494\",\r\n \"jobFriendlyName\": \"Failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"UnplannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"88085fd9-113c-4539-a22b-61211da9645d\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T18:05:47.0820086Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T18:05:47.0820086Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:08:17 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1b8fb560-633e-4329-83fd-c8ee9cda0fd8" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3daf8986-f7fa-4b49-b9b6-f68855595b56" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "7b8d4afd-44ea-4ec5-8c55-a6b341566b26" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14030" + "16ff53af-3f76-453b-bd10-3ebaea9d5fd9" ], "x-ms-correlation-request-id": [ - "1748fdf2-ce35-4884-8a99-1b80fe156eec" + "90654fdf-e9e3-4b5c-8428-691516d2e489" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180817Z:1748fdf2-ce35-4884-8a99-1b80fe156eec" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d5b0264-7cf1-4476-936e-0352ed032481?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzJkNWIwMjY0LTdjZjEtNDQ3Ni05MzZlLTAzNTJlZDAzMjQ4MT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1b8fb560-633e-4329-83fd-c8ee9cda0fd8\",\r\n \"name\": \"1b8fb560-633e-4329-83fd-c8ee9cda0fd8\",\r\n \"properties\": {\r\n \"activityId\": \"6ffb7fc8-8b34-45ee-a9b9-df73754c31b0 ActivityId: cc24a43e-a0e3-4f10-ac68-25718c094545\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"629e5ffe-9365-473e-a66a-43f4390fb984\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T18:05:47.6008035Z\",\r\n \"endTime\": \"2017-05-13T18:05:52.677206Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"b73181f5-1d9c-4613-97ce-ac2263976c80\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"2017-05-13T18:05:52.7709422Z\",\r\n \"endTime\": \"2017-05-13T18:05:54.0694669Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:05:54.2554224Z\",\r\n \"endTime\": \"2017-05-13T18:07:03.7590169Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"af29e4a4-ff52-4265-a16b-45bf902e302e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:05:54.2554224Z\",\r\n \"endTime\": \"2017-05-13T18:07:03.7277598Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/07cf6e6d-f31b-4ebd-92b5-d457b5ce944c\",\r\n \"jobFriendlyName\": \"Failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"UnplannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:07:04.0558687Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"c1d19f3a-ebde-484f-ab75-6a8b860feb62\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:07:04.0558687Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/f1e83365-6c9f-4511-994c-87460a349494\",\r\n \"jobFriendlyName\": \"Failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"UnplannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"88085fd9-113c-4539-a22b-61211da9645d\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T18:05:47.0820086Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T18:05:47.0820086Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210319T114354Z:90654fdf-e9e3-4b5c-8428-691516d2e489" ], "Date": [ - "Sat, 13 May 2017 18:08:47 GMT" - ], - "Pragma": [ - "no-cache" + "Fri, 19 Mar 2021 11:43:53 GMT" ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1b8fb560-633e-4329-83fd-c8ee9cda0fd8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "3e7d2a32-e60c-496b-8f9b-198496e1ba51" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14019" + "Content-Length": [ + "216" ], - "x-ms-correlation-request-id": [ - "b63ba511-b1c7-4b9a-a72b-d95191893f40" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180848Z:b63ba511-b1c7-4b9a-a72b-d95191893f40" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"3daf8986-f7fa-4b49-b9b6-f68855595b56\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T11:42:24.1487176Z\",\r\n \"endTime\": \"2021-03-19T11:43:48Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d5b0264-7cf1-4476-936e-0352ed032481?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzJkNWIwMjY0LTdjZjEtNDQ3Ni05MzZlLTAzNTJlZDAzMjQ4MT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/72bdec38-a5b0-4deb-b300-da6b36e2bc5c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxL29wZXJhdGlvbnJlc3VsdHMvNzJiZGVjMzgtYTViMC00ZGViLWIzMDAtZGE2YjM2ZTJiYzVjP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1b8fb560-633e-4329-83fd-c8ee9cda0fd8\",\r\n \"name\": \"1b8fb560-633e-4329-83fd-c8ee9cda0fd8\",\r\n \"properties\": {\r\n \"activityId\": \"6ffb7fc8-8b34-45ee-a9b9-df73754c31b0 ActivityId: cc24a43e-a0e3-4f10-ac68-25718c094545\",\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"friendlyName\": \"Failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"629e5ffe-9365-473e-a66a-43f4390fb984\",\r\n \"name\": \"RpSrsPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T18:05:47.6008035Z\",\r\n \"endTime\": \"2017-05-13T18:05:52.677206Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for the recovery plan\",\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\": \"b73181f5-1d9c-4613-97ce-ac2263976c80\",\r\n \"name\": \"RpEnvironmentCreationTask\",\r\n \"startTime\": \"2017-05-13T18:05:52.7709422Z\",\r\n \"endTime\": \"2017-05-13T18:05:54.0694669Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Create the environment\",\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\": \"FailoverAllActionGroup\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:05:54.2554224Z\",\r\n \"endTime\": \"2017-05-13T18:07:03.7590169Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Recovery plan failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"FailoverAllActionGroup\",\r\n \"groupId\": \"FailoverAllActionGroup\",\r\n \"rpGroupType\": \"RpFailoverTask\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"af29e4a4-ff52-4265-a16b-45bf902e302e\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:05:54.2554224Z\",\r\n \"endTime\": \"2017-05-13T18:07:03.7277598Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/07cf6e6d-f31b-4ebd-92b5-d457b5ce944c\",\r\n \"jobFriendlyName\": \"Failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"UnplannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"Group1\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:07:04.0558687Z\",\r\n \"endTime\": \"2017-05-13T18:09:13.093107Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Group 1: Start (1)\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"name\": \"Group1\",\r\n \"groupId\": \"Group1\",\r\n \"rpGroupType\": \"BootGroup\",\r\n \"instanceType\": \"RecoveryPlanGroupTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"c1d19f3a-ebde-484f-ab75-6a8b860feb62\",\r\n \"name\": \"Unknown\",\r\n \"startTime\": \"2017-05-13T18:07:04.0558687Z\",\r\n \"endTime\": \"2017-05-13T18:09:13.0618543Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"vm1\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"VirtualMachineTaskDetails\",\r\n \"customDetails\": {\r\n \"skippedReason\": \"None\",\r\n \"skippedReasonString\": null,\r\n \"jobTask\": {\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/f1e83365-6c9f-4511-994c-87460a349494\",\r\n \"jobFriendlyName\": \"Failover\",\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"Vm\",\r\n \"jobScenarioName\": \"UnplannedFailover\"\r\n },\r\n \"instanceType\": \"VirtualMachineTaskDetails\"\r\n },\r\n \"groupTaskCustomDetails\": null,\r\n \"errors\": []\r\n }\r\n ]\r\n },\r\n \"errors\": []\r\n },\r\n {\r\n \"taskId\": \"88085fd9-113c-4539-a22b-61211da9645d\",\r\n \"name\": \"EndRecoveryPlanTask\",\r\n \"startTime\": \"2017-05-13T18:09:13.3512019Z\",\r\n \"endTime\": \"2017-05-13T18:09:13.5699605Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Finalizing the recovery plan\",\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\": \"2017-05-13T18:05:47.0820086Z\",\r\n \"endTime\": \"2017-05-13T18:09:13Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"bc06a2b0-c8b0-47ae-af1c-0dae26a8b61e\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T18:05:47.0820086Z\",\r\n \"endTime\": \"2017-05-13T18:09:13Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:09:18 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1b8fb560-633e-4329-83fd-c8ee9cda0fd8" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3daf8986-f7fa-4b49-b9b6-f68855595b56", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3daf8986-f7fa-4b49-b9b6-f68855595b56" ], - "X-Powered-By": [ - "ASP.NET" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/72bdec38-a5b0-4deb-b300-da6b36e2bc5c?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "8f5a1c96-00b7-4375-b30e-7dfe4c4130cf" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14013" + "x-ms-client-request-id": [ + "025d2f7e-1d91-4204-86ba-e790db64fe96" ], "x-ms-correlation-request-id": [ - "53263c18-e0cc-42a6-82e0-62e0dc1cd0e7" + "80ec84dc-509a-4d3d-8066-696223b1cc91" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180918Z:53263c18-e0cc-42a6-82e0-62e0dc1cd0e7" + "CENTRALUSEUAP:20210319T114355Z:80ec84dc-509a-4d3d-8066-696223b1cc91" + ], + "Date": [ + "Fri, 19 Mar 2021 11:43:55 GMT" + ], + "Content-Length": [ + "2052" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\",\r\n \"Commit\"\r\n ],\r\n \"lastPlannedFailoverTime\": \"2021-03-19T10:14:19.7412714Z\",\r\n \"lastUnplannedFailoverTime\": \"2021-03-19T11:42:24.9037104Z\",\r\n \"lastTestFailoverTime\": \"2021-03-18T15:36:14.4059063Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3daf8986-f7fa-4b49-b9b6-f68855595b56\",\r\n \"startTime\": \"2021-03-19T11:42:32.8536477Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "550d3f8c-0b37-4961-9a07-08b8551c2311" + "7a20b1ef-cabe-4fa1-952e-31568da3033a" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\",\r\n \"Commit\"\r\n ],\r\n \"lastPlannedFailoverTime\": \"2017-05-13T17:49:23.8812431Z\",\r\n \"lastTestFailoverTime\": \"2017-05-13T14:36:28.4407195Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/1b8fb560-633e-4329-83fd-c8ee9cda0fd8\",\r\n \"startTime\": \"2017-05-13T18:05:52.677206Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1\",\r\n \"virtualMachineId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 18:09:18 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "550d3f8c-0b37-4961-9a07-08b8551c2311 5/13/2017 6:09:19 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "7a20b1ef-cabe-4fa1-952e-31568da3033a 3/19/2021 11:43:55 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "550d3f8c-0b37-4961-9a07-08b8551c2311" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14012" + "7a20b1ef-cabe-4fa1-952e-31568da3033a" ], "x-ms-correlation-request-id": [ - "568353e6-add6-40c5-b8d6-a94b8faf9662" + "86e29a5b-df4e-43df-9938-2ce2e96f1e4f" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T180919Z:568353e6-add6-40c5-b8d6-a94b8faf9662" + "CENTRALUSEUAP:20210319T114355Z:86e29a5b-df4e-43df-9938-2ce2e96f1e4f" + ], + "Date": [ + "Fri, 19 Mar 2021 11:43:55 GMT" + ], + "Content-Length": [ + "2052" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\",\r\n \"Commit\"\r\n ],\r\n \"lastPlannedFailoverTime\": \"2021-03-19T10:14:19.7412714Z\",\r\n \"lastUnplannedFailoverTime\": \"2021-03-19T11:42:24.9037104Z\",\r\n \"lastTestFailoverTime\": \"2021-03-18T15:36:14.4059063Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3daf8986-f7fa-4b49-b9b6-f68855595b56\",\r\n \"startTime\": \"2021-03-19T11:42:32.8536477Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"virtualMachineId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RefreshRsp.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RefreshRsp.json index e8544828d3de3..4ee0622585cb7 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RefreshRsp.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RefreshRsp.json @@ -1,477 +1,510 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9bade4ff-1a6b-41eb-a0b5-2f4f3ae81d77" + "c857b741-37e8-4e30-840d-37b5043626a6" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:46:22 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11953" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9bade4ff-1a6b-41eb-a0b5-2f4f3ae81d77 5/11/2017 5:46:23 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "c857b741-37e8-4e30-840d-37b5043626a6 3/19/2021 10:37:40 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "9bade4ff-1a6b-41eb-a0b5-2f4f3ae81d77" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13863" + "c857b741-37e8-4e30-840d-37b5043626a6" ], "x-ms-correlation-request-id": [ - "82d80f7a-6d57-4f9a-9359-7d96532bbc2a" + "34aa2550-284c-4d2f-be08-d19dfe52f279" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T174623Z:82d80f7a-6d57-4f9a-9359-7d96532bbc2a" + "CENTRALUSEUAP:20210319T103740Z:34aa2550-284c-4d2f-be08-d19dfe52f279" + ], + "Date": [ + "Fri, 19 Mar 2021 10:37:39 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998/refreshProvider?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblJlY292ZXJ5U2VydmljZXNQcm92aWRlcnMvYmEyYTJkMjUtMzc3Zi00ZjRiLTk0YTQtMjk4MWM3OWIwOTk4L3JlZnJlc2hQcm92aWRlcj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d/refreshProvider?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25SZWNvdmVyeVNlcnZpY2VzUHJvdmlkZXJzLzcxZjIxYmVkLWIwMGYtNDg2OS05ZGJmLTI4OGU3Y2I0MDUxZC9yZWZyZXNoUHJvdmlkZXI/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b2e0012-db10-416a-a888-002d3d744462" + "1681c8fc-e12f-4e03-b158-46a734878728" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:46:24 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998/operationresults/2d9589c9-d300-4291-90ef-c804137843c0?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d/operationresults/44f92562-050c-44be-8549-752609a9871c?api-version=2021-02-10" ], "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d9589c9-d300-4291-90ef-c804137843c0?api-version=2018-07-10" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2b2e0012-db10-416a-a888-002d3d744462 5/11/2017 5:46:24 PM" + "1681c8fc-e12f-4e03-b158-46a734878728 3/19/2021 10:37:40 AM" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/44f92562-050c-44be-8549-752609a9871c?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "2b2e0012-db10-416a-a888-002d3d744462" + "X-Content-Type-Options": [ + "nosniff" ], - "X-Powered-By": [ - "ASP.NET" + "x-ms-client-request-id": [ + "1681c8fc-e12f-4e03-b158-46a734878728" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-correlation-request-id": [ - "508050c2-4f08-46aa-8431-71b2af4b511a" + "dafc921f-4a09-4ed7-8b77-9f2cbc8fe2dd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T174624Z:508050c2-4f08-46aa-8431-71b2af4b511a" + "CENTRALUSEUAP:20210319T103740Z:dafc921f-4a09-4ed7-8b77-9f2cbc8fe2dd" + ], + "Date": [ + "Fri, 19 Mar 2021 10:37:39 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d9589c9-d300-4291-90ef-c804137843c0?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzJkOTU4OWM5LWQzMDAtNDI5MS05MGVmLWM4MDQxMzc4NDNjMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/44f92562-050c-44be-8549-752609a9871c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzQ0ZjkyNTYyLTA1MGMtNDRiZS04NTQ5LTc1MjYwOWE5ODcxYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d9589c9-d300-4291-90ef-c804137843c0\",\r\n \"name\": \"2d9589c9-d300-4291-90ef-c804137843c0\",\r\n \"properties\": {\r\n \"activityId\": \"2b2e0012-db10-416a-a888-002d3d744462 ActivityId: 508050c2-4f08-46aa-8431-71b2af4b511a\",\r\n \"scenarioName\": \"RefreshFabricLayout\",\r\n \"friendlyName\": \"Refresh server details\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RefreshFabricLayoutTask\",\r\n \"name\": \"RefreshFabricLayoutTask\",\r\n \"startTime\": \"2017-05-11T17:46:25.9880883Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Getting details from 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 \"taskId\": \"WaitForLayoutProcessingTask\",\r\n \"name\": \"WaitForLayoutProcessingTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Processing details\",\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\": \"2017-05-11T17:46:24.7083123Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"targetObjectName\": \"CP-B3L40406-12.ntdev.corp.microsoft.com\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-11T17:46:24.7083123Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:46:55 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11952" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d9589c9-d300-4291-90ef-c804137843c0" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/44f92562-050c-44be-8549-752609a9871c" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "fd90a3e9-7265-4dd0-b690-148c58daf8e6" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13855" + "3419ad56-2a29-46e5-b196-b3e469a9516d" ], "x-ms-correlation-request-id": [ - "9bd0a66b-33cc-4c27-85ff-c4547774e5b0" + "ea368d2a-2979-49e6-9570-9ce381aaedff" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T174655Z:9bd0a66b-33cc-4c27-85ff-c4547774e5b0" + "CENTRALUSEUAP:20210319T103811Z:ea368d2a-2979-49e6-9570-9ce381aaedff" + ], + "Date": [ + "Fri, 19 Mar 2021 10:38:11 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"44f92562-050c-44be-8549-752609a9871c\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:37:40.743857Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d9589c9-d300-4291-90ef-c804137843c0?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzJkOTU4OWM5LWQzMDAtNDI5MS05MGVmLWM4MDQxMzc4NDNjMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/44f92562-050c-44be-8549-752609a9871c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzQ0ZjkyNTYyLTA1MGMtNDRiZS04NTQ5LTc1MjYwOWE5ODcxYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d9589c9-d300-4291-90ef-c804137843c0\",\r\n \"name\": \"2d9589c9-d300-4291-90ef-c804137843c0\",\r\n \"properties\": {\r\n \"activityId\": \"2b2e0012-db10-416a-a888-002d3d744462 ActivityId: 508050c2-4f08-46aa-8431-71b2af4b511a\",\r\n \"scenarioName\": \"RefreshFabricLayout\",\r\n \"friendlyName\": \"Refresh server details\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RefreshFabricLayoutTask\",\r\n \"name\": \"RefreshFabricLayoutTask\",\r\n \"startTime\": \"2017-05-11T17:46:25.9880883Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Getting details from 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 \"taskId\": \"WaitForLayoutProcessingTask\",\r\n \"name\": \"WaitForLayoutProcessingTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Processing details\",\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\": \"2017-05-11T17:46:24.7083123Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"targetObjectName\": \"CP-B3L40406-12.ntdev.corp.microsoft.com\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-11T17:46:24.7083123Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:47:26 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11951" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d9589c9-d300-4291-90ef-c804137843c0" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/44f92562-050c-44be-8549-752609a9871c" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "c2aae84f-9e7b-424a-8e5b-8bc4f795a6a7" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13852" + "efe5fd9a-268e-4c38-9a76-a63800cf643f" ], "x-ms-correlation-request-id": [ - "0a852155-a091-461c-a304-077292cccc40" + "e7eeb9f0-7dae-4760-9825-42cdd8211c69" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T174726Z:0a852155-a091-461c-a304-077292cccc40" + "CENTRALUSEUAP:20210319T103841Z:e7eeb9f0-7dae-4760-9825-42cdd8211c69" + ], + "Date": [ + "Fri, 19 Mar 2021 10:38:41 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"44f92562-050c-44be-8549-752609a9871c\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:37:40.743857Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d9589c9-d300-4291-90ef-c804137843c0?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzJkOTU4OWM5LWQzMDAtNDI5MS05MGVmLWM4MDQxMzc4NDNjMD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/44f92562-050c-44be-8549-752609a9871c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzQ0ZjkyNTYyLTA1MGMtNDRiZS04NTQ5LTc1MjYwOWE5ODcxYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d9589c9-d300-4291-90ef-c804137843c0\",\r\n \"name\": \"2d9589c9-d300-4291-90ef-c804137843c0\",\r\n \"properties\": {\r\n \"activityId\": \"2b2e0012-db10-416a-a888-002d3d744462 ActivityId: 508050c2-4f08-46aa-8431-71b2af4b511a\",\r\n \"scenarioName\": \"RefreshFabricLayout\",\r\n \"friendlyName\": \"Refresh server details\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RefreshFabricLayoutTask\",\r\n \"name\": \"RefreshFabricLayoutTask\",\r\n \"startTime\": \"2017-05-11T17:46:25.9880883Z\",\r\n \"endTime\": \"2017-05-11T17:47:56.0114741Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Getting details from 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\": \"WaitForLayoutProcessingTask\",\r\n \"name\": \"WaitForLayoutProcessingTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Processing details\",\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 \"errors\": [],\r\n \"startTime\": \"2017-05-11T17:46:24.7083123Z\",\r\n \"endTime\": \"2017-05-11T17:47:55Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"targetObjectName\": \"CP-B3L40406-12.ntdev.corp.microsoft.com\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-11T17:46:24.7083123Z\",\r\n \"endTime\": \"2017-05-11T17:47:55Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:47:56 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11950" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d9589c9-d300-4291-90ef-c804137843c0" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/44f92562-050c-44be-8549-752609a9871c" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "f14421e7-3046-499e-9076-df55c43aaf23" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13843" + "d4974b4e-8d1d-4569-8b61-d30b4f91c0d5" ], "x-ms-correlation-request-id": [ - "1db012ba-8dab-472a-ba1f-3b58b0aa6ea9" + "866ff2a1-6cf2-48db-87db-4efd02c6e1b6" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T174757Z:1db012ba-8dab-472a-ba1f-3b58b0aa6ea9" + "CENTRALUSEUAP:20210319T103912Z:866ff2a1-6cf2-48db-87db-4efd02c6e1b6" + ], + "Date": [ + "Fri, 19 Mar 2021 10:39:12 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"44f92562-050c-44be-8549-752609a9871c\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:37:40.743857Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998/operationresults/2d9589c9-d300-4291-90ef-c804137843c0?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblJlY292ZXJ5U2VydmljZXNQcm92aWRlcnMvYmEyYTJkMjUtMzc3Zi00ZjRiLTk0YTQtMjk4MWM3OWIwOTk4L29wZXJhdGlvbnJlc3VsdHMvMmQ5NTg5YzktZDMwMC00MjkxLTkwZWYtYzgwNDEzNzg0M2MwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/44f92562-050c-44be-8549-752609a9871c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzQ0ZjkyNTYyLTA1MGMtNDRiZS04NTQ5LTc1MjYwOWE5ODcxYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d9589c9-d300-4291-90ef-c804137843c0\",\r\n \"name\": \"2d9589c9-d300-4291-90ef-c804137843c0\",\r\n \"properties\": {\r\n \"activityId\": \"2b2e0012-db10-416a-a888-002d3d744462 ActivityId: 508050c2-4f08-46aa-8431-71b2af4b511a\",\r\n \"scenarioName\": \"RefreshFabricLayout\",\r\n \"friendlyName\": \"Refresh server details\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"RefreshFabricLayoutTask\",\r\n \"name\": \"RefreshFabricLayoutTask\",\r\n \"startTime\": \"2017-05-11T17:46:25.9880883Z\",\r\n \"endTime\": \"2017-05-11T17:47:56.0114741Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Getting details from 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\": \"WaitForLayoutProcessingTask\",\r\n \"name\": \"WaitForLayoutProcessingTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Processing details\",\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 \"errors\": [],\r\n \"startTime\": \"2017-05-11T17:46:24.7083123Z\",\r\n \"endTime\": \"2017-05-11T17:47:55Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"targetObjectName\": \"CP-B3L40406-12.ntdev.corp.microsoft.com\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-11T17:46:24.7083123Z\",\r\n \"endTime\": \"2017-05-11T17:47:55Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:47:56 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11949" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0", + "Kestrel" ], - "Vary": [ - "Accept-Encoding" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/2d9589c9-d300-4291-90ef-c804137843c0" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/44f92562-050c-44be-8549-752609a9871c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "5d6f6f92-e4ff-4a2e-be02-6a5297755002" + ], + "x-ms-correlation-request-id": [ + "06eda48e-4322-4e5e-a460-86b1bb8d1d46" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210319T103942Z:06eda48e-4322-4e5e-a460-86b1bb8d1d46" + ], + "Date": [ + "Fri, 19 Mar 2021 10:39:41 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"44f92562-050c-44be-8549-752609a9871c\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T10:37:40.743857Z\",\r\n \"endTime\": \"2021-03-19T10:39:24Z\",\r\n \"percentComplete\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d/operationresults/44f92562-050c-44be-8549-752609a9871c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25SZWNvdmVyeVNlcnZpY2VzUHJvdmlkZXJzLzcxZjIxYmVkLWIwMGYtNDg2OS05ZGJmLTI4OGU3Y2I0MDUxZC9vcGVyYXRpb25yZXN1bHRzLzQ0ZjkyNTYyLTA1MGMtNDRiZS04NTQ5LTc1MjYwOWE5ODcxYz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/44f92562-050c-44be-8549-752609a9871c", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/44f92562-050c-44be-8549-752609a9871c" ], - "X-Powered-By": [ - "ASP.NET" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/44f92562-050c-44be-8549-752609a9871c?api-version=2021-02-10" + ], + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "f14421e7-3046-499e-9076-df55c43aaf23" + "629d0bd4-cd75-4b9b-b8e3-08806ab219f5" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "13843" + "11948" ], "x-ms-correlation-request-id": [ - "1db012ba-8dab-472a-ba1f-3b58b0aa6ea9" + "47fe7f9d-07c7-4fbc-b6a3-ab7ab217be26" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T174757Z:1db012ba-8dab-472a-ba1f-3b58b0aa6ea9" + "CENTRALUSEUAP:20210319T103942Z:47fe7f9d-07c7-4fbc-b6a3-ab7ab217be26" + ], + "Date": [ + "Fri, 19 Mar 2021 10:39:42 GMT" + ], + "Expires": [ + "-1" ] }, - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 204 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblJlY292ZXJ5U2VydmljZXNQcm92aWRlcnMvYmEyYTJkMjUtMzc3Zi00ZjRiLTk0YTQtMjk4MWM3OWIwOTk4P2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25SZWNvdmVyeVNlcnZpY2VzUHJvdmlkZXJzLzcxZjIxYmVkLWIwMGYtNDg2OS05ZGJmLTI4OGU3Y2I0MDUxZD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eb0e406d-a070-4907-b672-cb073912ee80" + "fcb511f3-5949-45d6-a720-9c03535c9f97" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders\",\r\n \"name\": \"ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"properties\": {\r\n \"fabricType\": \"HyperVSite\",\r\n \"friendlyName\": \"CP-B3L40406-12.ntdev.corp.microsoft.com\",\r\n \"providerVersion\": \"5.1.2250.0\",\r\n \"serverVersion\": \"3.2.7510.0\",\r\n \"providerVersionState\": \"Latest\",\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"lastHeartBeat\": \"2017-05-11T17:47:55.9942917Z\",\r\n \"connectionStatus\": \"Connected\",\r\n \"protectedItemCount\": 0,\r\n \"allowedScenarios\": [\r\n \"Refresh\",\r\n \"Purge\"\r\n ],\r\n \"healthErrorDetails\": []\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:47:58 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11947" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "eb0e406d-a070-4907-b672-cb073912ee80 5/11/2017 5:47:58 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "fcb511f3-5949-45d6-a720-9c03535c9f97 3/19/2021 10:39:43 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "eb0e406d-a070-4907-b672-cb073912ee80" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13842" + "fcb511f3-5949-45d6-a720-9c03535c9f97" ], "x-ms-correlation-request-id": [ - "4c61702d-0af1-4c09-bec1-7c2386904af7" + "9cdb0686-b304-41f9-8653-d20519c2a6dc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T174758Z:4c61702d-0af1-4c09-bec1-7c2386904af7" + "CENTRALUSEUAP:20210319T103943Z:9cdb0686-b304-41f9-8653-d20519c2a6dc" + ], + "Date": [ + "Fri, 19 Mar 2021 10:39:42 GMT" + ], + "Content-Length": [ + "1214" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders\",\r\n \"name\": \"71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"properties\": {\r\n \"fabricType\": \"HyperVSite\",\r\n \"friendlyName\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"providerVersion\": \"5.1.6612.0\",\r\n \"serverVersion\": \"0.0\",\r\n \"providerVersionState\": \"Latest\",\r\n \"providerVersionExpiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"lastHeartBeat\": \"2021-03-19T10:39:40.9564613Z\",\r\n \"connectionStatus\": \"Connected\",\r\n \"protectedItemCount\": 4,\r\n \"allowedScenarios\": [\r\n \"Refresh\"\r\n ],\r\n \"healthErrorDetails\": [],\r\n \"draIdentifier\": \"71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"machineId\": null,\r\n \"machineName\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"biosId\": null,\r\n \"authenticationIdentityDetails\": null,\r\n \"resourceAccessIdentityDetails\": null,\r\n \"dataPlaneAuthenticationIdentityDetails\": null,\r\n \"providerVersionDetails\": {\r\n \"version\": \"5.1.6612.0\",\r\n \"expiryDate\": \"9999-12-31T23:59:59.9999999\",\r\n \"status\": \"Supported\"\r\n }\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RenewCertificate.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RenewCertificate.json index 5cb7b75c9e7ea..0fdd326810984 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RenewCertificate.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RenewCertificate.json @@ -1,347 +1,642 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/renewCertificate?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZW5ld0NlcnRpZmljYXRlP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/renewCertificate?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVuZXdDZXJ0aWZpY2F0ZT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"renewCertificateType\": \"Cloud\"\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "65" - ], "x-ms-client-request-id": [ - "e419cab4-1df6-4cf0-b87c-9e14fded0825" + "6b62c890-ebbc-4f12-81e1-b1584069cb92" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "65" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:24:06 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/operationresults/39d9f663-6456-4983-997c-ed6e74b15e0e?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/operationresults/93a143c0-cec1-444c-b694-308692ac9e74?api-version=2021-02-10" ], "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/39d9f663-6456-4983-997c-ed6e74b15e0e?api-version=2018-07-10" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e419cab4-1df6-4cf0-b87c-9e14fded0825 5/13/2017 7:24:07 PM" + "6b62c890-ebbc-4f12-81e1-b1584069cb92 3/19/2021 11:28:28 AM" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/93a143c0-cec1-444c-b694-308692ac9e74?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "e419cab4-1df6-4cf0-b87c-9e14fded0825" + "X-Content-Type-Options": [ + "nosniff" ], - "X-Powered-By": [ - "ASP.NET" + "x-ms-client-request-id": [ + "6b62c890-ebbc-4f12-81e1-b1584069cb92" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-correlation-request-id": [ - "f164cc4e-1ff1-4f5f-a293-78808b8bf73b" + "eb401b38-6c98-40b9-9111-123c3cb1e33a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T192407Z:f164cc4e-1ff1-4f5f-a293-78808b8bf73b" + "CENTRALUSEUAP:20210319T112828Z:eb401b38-6c98-40b9-9111-123c3cb1e33a" + ], + "Date": [ + "Fri, 19 Mar 2021 11:28:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/39d9f663-6456-4983-997c-ed6e74b15e0e?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzM5ZDlmNjYzLTY0NTYtNDk4My05OTdjLWVkNmU3NGIxNWUwZT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/93a143c0-cec1-444c-b694-308692ac9e74?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzkzYTE0M2MwLWNlYzEtNDQ0Yy1iNjk0LTMwODY5MmFjOWU3ND9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/39d9f663-6456-4983-997c-ed6e74b15e0e\",\r\n \"name\": \"39d9f663-6456-4983-997c-ed6e74b15e0e\",\r\n \"properties\": {\r\n \"activityId\": \"e419cab4-1df6-4cf0-b87c-9e14fded0825 ActivityId: f164cc4e-1ff1-4f5f-a293-78808b8bf73b\",\r\n \"scenarioName\": \"CertificateRenewal\",\r\n \"friendlyName\": \"Renewing certificates for servers or sites\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"371f87f9-53e5-429f-b10b-f14700a4b137\",\r\n \"name\": \"HvrAzureCertificateRenewalTask\",\r\n \"startTime\": \"2017-05-13T19:24:08.0235135Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Renewing certificates for replication to Azure\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"InlineWorkflowTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"workflowIds\": [\r\n \"441f078c-c001-428a-81ce-8dabef5a82a4\"\r\n ],\r\n \"instanceType\": \"InlineWorkflowTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"HvrAzureCloudCertificateRenewalTask\",\r\n \"name\": \"HvrAzureCloudCertificateRenewalTask\",\r\n \"startTime\": \"2017-05-13T19:24:08.4597339Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Renewing certificates for replication to Azure\",\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\": \"HvrAzureHostCertificateRenewalTask\",\r\n \"name\": \"HvrAzureHostCertificateRenewalTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Renewing virtual machine certificates for Hyper-V Replica Azure\",\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 },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2017-05-13T19:24:07.1246831Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"targetObjectName\": \"SiteRecoveryTestSite1\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T19:24:07.1246831Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/93a143c0-cec1-444c-b694-308692ac9e74" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "b0385a2e-24a7-4687-88fa-7f5b9043ab76" + ], + "x-ms-correlation-request-id": [ + "529d0336-7341-4e04-9314-c973d9f414bc" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210319T112859Z:529d0336-7341-4e04-9314-c973d9f414bc" + ], + "Date": [ + "Fri, 19 Mar 2021 11:28:59 GMT" + ], + "Content-Length": [ + "191" + ], "Content-Type": [ "application/json" ], "Expires": [ "-1" - ], + ] + }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"93a143c0-cec1-444c-b694-308692ac9e74\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T11:28:28.5237481Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/93a143c0-cec1-444c-b694-308692ac9e74?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzkzYTE0M2MwLWNlYzEtNDQ0Yy1iNjk0LTMwODY5MmFjOWU3ND9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ] + }, + "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:24:37 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/39d9f663-6456-4983-997c-ed6e74b15e0e" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/93a143c0-cec1-444c-b694-308692ac9e74" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "8afadac1-cd3d-42a1-a78b-a8f3c2d4dcfd" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13957" + "6c6d437e-9688-4637-a60b-1dfc618656e2" ], "x-ms-correlation-request-id": [ - "e9d7f89e-6106-469e-8520-320d897a00f5" + "96b7fd28-11ae-4912-ac77-6ee125723e12" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T192437Z:e9d7f89e-6106-469e-8520-320d897a00f5" + "CENTRALUSEUAP:20210319T112929Z:96b7fd28-11ae-4912-ac77-6ee125723e12" + ], + "Date": [ + "Fri, 19 Mar 2021 11:29:29 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"93a143c0-cec1-444c-b694-308692ac9e74\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T11:28:28.5237481Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/39d9f663-6456-4983-997c-ed6e74b15e0e?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzM5ZDlmNjYzLTY0NTYtNDk4My05OTdjLWVkNmU3NGIxNWUwZT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/93a143c0-cec1-444c-b694-308692ac9e74?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzkzYTE0M2MwLWNlYzEtNDQ0Yy1iNjk0LTMwODY5MmFjOWU3ND9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/39d9f663-6456-4983-997c-ed6e74b15e0e\",\r\n \"name\": \"39d9f663-6456-4983-997c-ed6e74b15e0e\",\r\n \"properties\": {\r\n \"activityId\": \"e419cab4-1df6-4cf0-b87c-9e14fded0825 ActivityId: f164cc4e-1ff1-4f5f-a293-78808b8bf73b\",\r\n \"scenarioName\": \"CertificateRenewal\",\r\n \"friendlyName\": \"Renewing certificates for servers or sites\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"371f87f9-53e5-429f-b10b-f14700a4b137\",\r\n \"name\": \"HvrAzureCertificateRenewalTask\",\r\n \"startTime\": \"2017-05-13T19:24:08.0235135Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Renewing certificates for replication to Azure\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"taskType\": \"InlineWorkflowTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"workflowIds\": [\r\n \"441f078c-c001-428a-81ce-8dabef5a82a4\"\r\n ],\r\n \"instanceType\": \"InlineWorkflowTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"HvrAzureCloudCertificateRenewalTask\",\r\n \"name\": \"HvrAzureCloudCertificateRenewalTask\",\r\n \"startTime\": \"2017-05-13T19:24:08.4597339Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Renewing certificates for replication to Azure\",\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\": \"HvrAzureHostCertificateRenewalTask\",\r\n \"name\": \"HvrAzureHostCertificateRenewalTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Renewing virtual machine certificates for Hyper-V Replica Azure\",\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 },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2017-05-13T19:24:07.1246831Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"targetObjectName\": \"SiteRecoveryTestSite1\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T19:24:07.1246831Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/93a143c0-cec1-444c-b694-308692ac9e74" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "e776ccf0-c230-48ca-8b38-aa10ae52cd8c" + ], + "x-ms-correlation-request-id": [ + "f38ebd8d-98c6-436c-adb5-5d495b8a48f3" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210319T113000Z:f38ebd8d-98c6-436c-adb5-5d495b8a48f3" + ], + "Date": [ + "Fri, 19 Mar 2021 11:30:00 GMT" + ], + "Content-Length": [ + "191" + ], "Content-Type": [ "application/json" ], "Expires": [ "-1" - ], + ] + }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"93a143c0-cec1-444c-b694-308692ac9e74\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T11:28:28.5237481Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/93a143c0-cec1-444c-b694-308692ac9e74?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzkzYTE0M2MwLWNlYzEtNDQ0Yy1iNjk0LTMwODY5MmFjOWU3ND9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ] + }, + "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:25:07 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0", + "Kestrel" ], - "Vary": [ - "Accept-Encoding" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/39d9f663-6456-4983-997c-ed6e74b15e0e" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/93a143c0-cec1-444c-b694-308692ac9e74" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "56827860-8baa-491d-9b34-5f49133b6e63" + ], + "x-ms-correlation-request-id": [ + "2d6c0d55-ec54-4182-b2b6-12779c980649" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210319T113030Z:2d6c0d55-ec54-4182-b2b6-12779c980649" + ], + "Date": [ + "Fri, 19 Mar 2021 11:30:30 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"93a143c0-cec1-444c-b694-308692ac9e74\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T11:28:28.5237481Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/93a143c0-cec1-444c-b694-308692ac9e74?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzkzYTE0M2MwLWNlYzEtNDQ0Yy1iNjk0LTMwODY5MmFjOWU3ND9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/93a143c0-cec1-444c-b694-308692ac9e74" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "b814aab2-1080-4c09-913e-d949b9893eea" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14027" + "c19e8cfc-4192-4ee4-80c3-1f1f463cca5b" ], "x-ms-correlation-request-id": [ - "0d4e3752-70ef-4f40-86c4-f693e23663e8" + "38d72e4b-dfe1-492e-b007-0bcb20efb4f1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T192508Z:0d4e3752-70ef-4f40-86c4-f693e23663e8" + "CENTRALUSEUAP:20210319T113101Z:38d72e4b-dfe1-492e-b007-0bcb20efb4f1" + ], + "Date": [ + "Fri, 19 Mar 2021 11:31:01 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"93a143c0-cec1-444c-b694-308692ac9e74\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T11:28:28.5237481Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/39d9f663-6456-4983-997c-ed6e74b15e0e?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzM5ZDlmNjYzLTY0NTYtNDk4My05OTdjLWVkNmU3NGIxNWUwZT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/93a143c0-cec1-444c-b694-308692ac9e74?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzkzYTE0M2MwLWNlYzEtNDQ0Yy1iNjk0LTMwODY5MmFjOWU3ND9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/39d9f663-6456-4983-997c-ed6e74b15e0e\",\r\n \"name\": \"39d9f663-6456-4983-997c-ed6e74b15e0e\",\r\n \"properties\": {\r\n \"activityId\": \"e419cab4-1df6-4cf0-b87c-9e14fded0825 ActivityId: f164cc4e-1ff1-4f5f-a293-78808b8bf73b\",\r\n \"scenarioName\": \"CertificateRenewal\",\r\n \"friendlyName\": \"Renewing certificates for servers or sites\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"371f87f9-53e5-429f-b10b-f14700a4b137\",\r\n \"name\": \"HvrAzureCertificateRenewalTask\",\r\n \"startTime\": \"2017-05-13T19:24:08.0235135Z\",\r\n \"endTime\": \"2017-05-13T19:25:30Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Renewing certificates for replication to Azure\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"taskType\": \"InlineWorkflowTaskDetails\",\r\n \"customDetails\": null,\r\n \"groupTaskCustomDetails\": {\r\n \"workflowIds\": [\r\n \"441f078c-c001-428a-81ce-8dabef5a82a4\"\r\n ],\r\n \"instanceType\": \"InlineWorkflowTaskDetails\",\r\n \"childTasks\": [\r\n {\r\n \"taskId\": \"HvrAzureCloudCertificateRenewalTask\",\r\n \"name\": \"HvrAzureCloudCertificateRenewalTask\",\r\n \"startTime\": \"2017-05-13T19:24:08.4597339Z\",\r\n \"endTime\": \"2017-05-13T19:25:21.1085312Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Renewing certificates for replication to Azure\",\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\": \"HvrAzureHostCertificateRenewalTask\",\r\n \"name\": \"HvrAzureHostCertificateRenewalTask\",\r\n \"startTime\": \"2017-05-13T19:25:21.1085312Z\",\r\n \"endTime\": \"2017-05-13T19:25:31.186941Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Renewing virtual machine certificates for Hyper-V Replica Azure\",\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 },\r\n \"errors\": []\r\n }\r\n ],\r\n \"errors\": [],\r\n \"startTime\": \"2017-05-13T19:24:07.1246831Z\",\r\n \"endTime\": \"2017-05-13T19:25:31Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"targetObjectName\": \"SiteRecoveryTestSite1\",\r\n \"targetInstanceType\": \"Server\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T19:24:07.1246831Z\",\r\n \"endTime\": \"2017-05-13T19:25:31Z\"\r\n}", "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/93a143c0-cec1-444c-b694-308692ac9e74" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "0a6e1ae4-7705-49cd-9477-d730216b2824" + ], + "x-ms-correlation-request-id": [ + "d1015ae3-9fd8-4d7c-9955-ab1d04cd0bbf" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210319T113131Z:d1015ae3-9fd8-4d7c-9955-ab1d04cd0bbf" + ], + "Date": [ + "Fri, 19 Mar 2021 11:31:31 GMT" + ], + "Content-Length": [ + "191" + ], "Content-Type": [ "application/json" ], "Expires": [ "-1" - ], + ] + }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"93a143c0-cec1-444c-b694-308692ac9e74\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T11:28:28.5237481Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/93a143c0-cec1-444c-b694-308692ac9e74?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzkzYTE0M2MwLWNlYzEtNDQ0Yy1iNjk0LTMwODY5MmFjOWU3ND9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ] + }, + "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:25:38 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0", + "Kestrel" ], - "Vary": [ - "Accept-Encoding" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/39d9f663-6456-4983-997c-ed6e74b15e0e" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/93a143c0-cec1-444c-b694-308692ac9e74" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "07e58734-42b1-4208-8fe8-f2f9eb206024" + ], + "x-ms-correlation-request-id": [ + "1a87cc74-d321-41da-a907-38acae556293" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210319T113201Z:1a87cc74-d321-41da-a907-38acae556293" + ], + "Date": [ + "Fri, 19 Mar 2021 11:32:01 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"93a143c0-cec1-444c-b694-308692ac9e74\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T11:28:28.5237481Z\",\r\n \"endTime\": \"2021-03-19T11:31:55Z\",\r\n \"percentComplete\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/operationresults/93a143c0-cec1-444c-b694-308692ac9e74?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvb3BlcmF0aW9ucmVzdWx0cy85M2ExNDNjMC1jZWMxLTQ0NGMtYjY5NC0zMDg2OTJhYzllNzQ/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/93a143c0-cec1-444c-b694-308692ac9e74", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/93a143c0-cec1-444c-b694-308692ac9e74" + ], + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/93a143c0-cec1-444c-b694-308692ac9e74?api-version=2021-02-10" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "08772b13-f7ab-4526-99bc-2eef0e53971e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14016" + "4870c549-d782-4df8-a139-abc3f14bba94" ], "x-ms-correlation-request-id": [ - "a6179fcb-b992-4d42-b9da-02c53ae8ebb4" + "e617e486-ddd9-41f2-8356-073670d59863" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T192539Z:a6179fcb-b992-4d42-b9da-02c53ae8ebb4" + "CENTRALUSEUAP:20210319T113202Z:e617e486-ddd9-41f2-8356-073670d59863" + ], + "Date": [ + "Fri, 19 Mar 2021 11:32:01 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd3aa600-4bef-4b33-b55f-80eccff9f004" + "163eab97-4120-4626-9e71-1507fdc5f466" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:25:57 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "cd3aa600-4bef-4b33-b55f-80eccff9f004 5/13/2017 7:25:58 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "163eab97-4120-4626-9e71-1507fdc5f466 3/19/2021 11:32:02 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "cd3aa600-4bef-4b33-b55f-80eccff9f004" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14008" + "163eab97-4120-4626-9e71-1507fdc5f466" ], "x-ms-correlation-request-id": [ - "aae3de62-c7e8-4eaf-b6b5-6235b159d809" + "64d47753-d363-4bde-92dd-46404f5c4550" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T192558Z:aae3de62-c7e8-4eaf-b6b5-6235b159d809" + "CENTRALUSEUAP:20210319T113202Z:64d47753-d363-4bde-92dd-46404f5c4550" + ], + "Date": [ + "Fri, 19 Mar 2021 11:32:02 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RepairReplication.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RepairReplication.json index 4e4479267dc78..140aa2b99901e 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RepairReplication.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/RepairReplication.json @@ -1,413 +1,399 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57bc3268-ae41-4f90-9df5-0a2078de88ca" + "9b82ed43-9b1e-42a3-b676-8de033885491" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:52:15 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "57bc3268-ae41-4f90-9df5-0a2078de88ca 5/13/2017 7:52:15 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "9b82ed43-9b1e-42a3-b676-8de033885491 3/19/2021 10:54:41 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "57bc3268-ae41-4f90-9df5-0a2078de88ca" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14012" + "9b82ed43-9b1e-42a3-b676-8de033885491" ], "x-ms-correlation-request-id": [ - "164ae070-be49-4fd1-857d-8708963f3c82" + "d5841263-bfb9-4a66-9f55-612e7baa0713" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T195215Z:164ae070-be49-4fd1-857d-8708963f3c82" + "CENTRALUSEUAP:20210319T105441Z:d5841263-bfb9-4a66-9f55-612e7baa0713" + ], + "Date": [ + "Fri, 19 Mar 2021 10:54:41 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 4,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/repairReplication?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMi9yZXBhaXJSZXBsaWNhdGlvbj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/repairReplication?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy9yZXBhaXJSZXBsaWNhdGlvbj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5f41b39c-a82e-4497-9c98-1a86034a5d44" + "9b989072-ef73-425b-897c-398c283cab23" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:52:20 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/operationresults/5c8174cc-7cb0-4701-a5e5-ea557899c99c?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/operationresults/977fef7c-b57e-450b-9813-8f2426e91802?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/5c8174cc-7cb0-4701-a5e5-ea557899c99c", - "5f41b39c-a82e-4497-9c98-1a86034a5d44 5/13/2017 7:52:21 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/977fef7c-b57e-450b-9813-8f2426e91802", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/977fef7c-b57e-450b-9813-8f2426e91802" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/5c8174cc-7cb0-4701-a5e5-ea557899c99c?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/977fef7c-b57e-450b-9813-8f2426e91802?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "5f41b39c-a82e-4497-9c98-1a86034a5d44" - ], - "X-Powered-By": [ - "ASP.NET" + "9b989072-ef73-425b-897c-398c283cab23" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1193" ], "x-ms-correlation-request-id": [ - "281f538b-cf35-496a-a47c-cacdd4aa9173" + "ad08872e-37af-4a4a-984b-55a52c537cef" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T195220Z:281f538b-cf35-496a-a47c-cacdd4aa9173" + "CENTRALUSEUAP:20210319T105442Z:ad08872e-37af-4a4a-984b-55a52c537cef" + ], + "Date": [ + "Fri, 19 Mar 2021 10:54:41 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/5c8174cc-7cb0-4701-a5e5-ea557899c99c?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzVjODE3NGNjLTdjYjAtNDcwMS1hNWU1LWVhNTU3ODk5Yzk5Yz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/977fef7c-b57e-450b-9813-8f2426e91802?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzk3N2ZlZjdjLWI1N2UtNDUwYi05ODEzLThmMjQyNmU5MTgwMj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/5c8174cc-7cb0-4701-a5e5-ea557899c99c\",\r\n \"name\": \"5c8174cc-7cb0-4701-a5e5-ea557899c99c\",\r\n \"properties\": {\r\n \"activityId\": \"5f41b39c-a82e-4497-9c98-1a86034a5d44 ActivityId: 281f538b-cf35-496a-a47c-cacdd4aa9173\",\r\n \"scenarioName\": \"RepairVMReplication\",\r\n \"friendlyName\": \"Resynchronize the virtual machine\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"c5112561-3f05-427c-98d2-340d92fc68cb\",\r\n \"name\": \"RepairVmReplicationTask\",\r\n \"startTime\": \"2017-05-13T19:52:21.3421671Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting resynchronization for 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T19:52:20.927696Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T19:52:20.927696Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:52:50 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/5c8174cc-7cb0-4701-a5e5-ea557899c99c" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/977fef7c-b57e-450b-9813-8f2426e91802" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "3720c635-c91a-45e4-b8b1-4c53d2fa5399" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13998" + "16fa316f-4fc0-48b3-858c-40d14b82a845" ], "x-ms-correlation-request-id": [ - "7ca7403d-10b2-47e8-8f1b-6514f4c2d413" + "bcdb7ed5-1092-4d31-a035-4ef00236d7f8" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T195251Z:7ca7403d-10b2-47e8-8f1b-6514f4c2d413" + "CENTRALUSEUAP:20210319T105512Z:bcdb7ed5-1092-4d31-a035-4ef00236d7f8" + ], + "Date": [ + "Fri, 19 Mar 2021 10:55:11 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"977fef7c-b57e-450b-9813-8f2426e91802\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:54:41.8013453Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/5c8174cc-7cb0-4701-a5e5-ea557899c99c?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzVjODE3NGNjLTdjYjAtNDcwMS1hNWU1LWVhNTU3ODk5Yzk5Yz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/977fef7c-b57e-450b-9813-8f2426e91802?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzk3N2ZlZjdjLWI1N2UtNDUwYi05ODEzLThmMjQyNmU5MTgwMj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/5c8174cc-7cb0-4701-a5e5-ea557899c99c\",\r\n \"name\": \"5c8174cc-7cb0-4701-a5e5-ea557899c99c\",\r\n \"properties\": {\r\n \"activityId\": \"5f41b39c-a82e-4497-9c98-1a86034a5d44 ActivityId: 281f538b-cf35-496a-a47c-cacdd4aa9173\",\r\n \"scenarioName\": \"RepairVMReplication\",\r\n \"friendlyName\": \"Resynchronize the virtual machine\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"c5112561-3f05-427c-98d2-340d92fc68cb\",\r\n \"name\": \"RepairVmReplicationTask\",\r\n \"startTime\": \"2017-05-13T19:52:21.3421671Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting resynchronization for 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T19:52:20.927696Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T19:52:20.927696Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:53:21 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/5c8174cc-7cb0-4701-a5e5-ea557899c99c" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/977fef7c-b57e-450b-9813-8f2426e91802" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "42fa9dc3-41a4-4f3c-8cca-10eaca109b17" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13989" + "41d6cdba-f245-4ff8-99f6-332fcfdbafc6" ], "x-ms-correlation-request-id": [ - "c93da9df-0b3d-4bc8-9cc8-1300a923e762" + "bfea87fd-05cc-4b7c-9839-7aa833097a67" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T195322Z:c93da9df-0b3d-4bc8-9cc8-1300a923e762" + "CENTRALUSEUAP:20210319T105542Z:bfea87fd-05cc-4b7c-9839-7aa833097a67" + ], + "Date": [ + "Fri, 19 Mar 2021 10:55:42 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"977fef7c-b57e-450b-9813-8f2426e91802\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T10:54:41.8013453Z\",\r\n \"endTime\": \"2021-03-19T10:55:32Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/5c8174cc-7cb0-4701-a5e5-ea557899c99c?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzVjODE3NGNjLTdjYjAtNDcwMS1hNWU1LWVhNTU3ODk5Yzk5Yz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/operationresults/977fef7c-b57e-450b-9813-8f2426e91802?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy9vcGVyYXRpb25yZXN1bHRzLzk3N2ZlZjdjLWI1N2UtNDUwYi05ODEzLThmMjQyNmU5MTgwMj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/5c8174cc-7cb0-4701-a5e5-ea557899c99c\",\r\n \"name\": \"5c8174cc-7cb0-4701-a5e5-ea557899c99c\",\r\n \"properties\": {\r\n \"activityId\": \"5f41b39c-a82e-4497-9c98-1a86034a5d44 ActivityId: 281f538b-cf35-496a-a47c-cacdd4aa9173\",\r\n \"scenarioName\": \"RepairVMReplication\",\r\n \"friendlyName\": \"Resynchronize the virtual machine\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"c5112561-3f05-427c-98d2-340d92fc68cb\",\r\n \"name\": \"RepairVmReplicationTask\",\r\n \"startTime\": \"2017-05-13T19:52:21.3421671Z\",\r\n \"endTime\": \"2017-05-13T19:53:38.8060122Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting resynchronization for 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T19:52:20.927696Z\",\r\n \"endTime\": \"2017-05-13T19:53:37Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T19:52:20.927696Z\",\r\n \"endTime\": \"2017-05-13T19:53:37Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:53:52 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/5c8174cc-7cb0-4701-a5e5-ea557899c99c" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/977fef7c-b57e-450b-9813-8f2426e91802", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/977fef7c-b57e-450b-9813-8f2426e91802" ], - "X-Powered-By": [ - "ASP.NET" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/977fef7c-b57e-450b-9813-8f2426e91802?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "ada95a63-314b-488b-9f9a-41a9981dcb4e" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13980" + "x-ms-client-request-id": [ + "718829f8-6954-4445-b1ac-619bd8cfdd74" ], "x-ms-correlation-request-id": [ - "1caf6198-1e68-4982-a53f-1fefe878acf1" + "5a59d8dc-af22-475d-9385-c4fc323ee59c" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T195352Z:1caf6198-1e68-4982-a53f-1fefe878acf1" + "CENTRALUSEUAP:20210319T105543Z:5a59d8dc-af22-475d-9385-c4fc323ee59c" + ], + "Date": [ + "Fri, 19 Mar 2021 10:55:43 GMT" + ], + "Content-Length": [ + "9677" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"Protected\",\r\n \"protectionStateDescription\": \"Protected\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"MarkedForDeletion\",\r\n \"testFailoverStateDescription\": \"Cleaning up test environment\",\r\n \"allowedOperations\": [\r\n \"RepairReplication\",\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Critical\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitProviderErrorOnPrimary\",\r\n \"errorType\": \"10\",\r\n \"errorLevel\": \"Error\",\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68510\",\r\n \"summaryMessage\": \"Resynchronization required\",\r\n \"errorMessage\": \"The virtual machine couldn't be replicated.\",\r\n \"possibleCauses\": \"The virtual machine 'VMforSDK' in cloud/site 'SiteRecoveryTestSite1' needs to be resynchronized because of consecutive replication cycles have been missed.\",\r\n \"recommendedAction\": \"Fix any issues in the Event Viewer logs (Applications and Service Logs - MicrosoftAzureRecoveryServices) on the Hyper-V host server.\",\r\n \"creationTimeUtc\": \"2021-03-19T10:45:18.541395Z\",\r\n \"recoveryProviderErrorMessage\": \"Resynchronization is required for the virtual machine 'VMforSDK'. Resume replication to start resynchronization.\",\r\n \"entityId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"errorId\": \"2:10\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitProviderErrorOnPrimary\",\r\n \"errorType\": \"45\",\r\n \"errorLevel\": \"Error\",\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"18018\",\r\n \"summaryMessage\": \"Resynchronization task canceled\",\r\n \"errorMessage\": \"Resynchronization for the virtual machine VMforSDK failed since the task was canceled. (ErrorCode: 80042001 Timestamp 3/19/2021 10:43:02 AM).\",\r\n \"possibleCauses\": \"\\n 1. The amount of free space available on disk on the Hyper-V host, has fallen below the minimum required threshold(to store replication logs.)\\n 2. The task was canceled due to a Hyper-V error.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is sufficient free space on the Hyper-V host to store replication logs.\\n 2. Check event viewer on the Hyper-V host for replication related issues and address them.\\n \",\r\n \"creationTimeUtc\": \"2021-03-19T10:45:18.541395Z\",\r\n \"recoveryProviderErrorMessage\": \"Resynchronization failed for virtual machine 'VMforSDK' because the operation was cancelled. (Virtual Machine ID e06c319f-5a90-4907-8606-6c15a92bcf22, Data Source ID 17592248588247, Task ID 3d22cd07-28b8-4dbb-a9fb-38ca24a96827)\",\r\n \"entityId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"errorId\": \"2:45\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitProviderErrorOnReplica\",\r\n \"errorType\": \"305\",\r\n \"errorLevel\": \"Warning\",\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"70179\",\r\n \"summaryMessage\": \"Data change rate beyond supported limits\",\r\n \"errorMessage\": \"\\n The data change rate(churn) for the virtual machine has exceeded the Azure Site Recovery supported limits: https://aka.ms/asr-h2a-target-limits.\\n \",\r\n \"possibleCauses\": \"The data change rate (write bytes/sec) of the virtual machine is more than the Azure Site Recovery supported limits for the selected replication target storage type.\",\r\n \"recommendedAction\": \"\\n 1. Review the Azure Site Recovery supported limits https://aka.ms/asr-h2a-target-limits.\\n 2. If the problem continues to persist use the Azure Site Recovery deployment planner to help plan target storage selection to replicate the virtual machine https://aka.ms/asr-h2a-deployment-planner.\\n \",\r\n \"creationTimeUtc\": \"2021-03-19T10:23:18.4108275Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"errorId\": \"3:305\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"lastSuccessfulFailoverTime\": \"2021-03-19T09:44:18.6482511Z\",\r\n \"lastSuccessfulTestFailoverTime\": \"2021-03-19T07:47:02.2222839Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/5173e1ed-4968-4bad-997a-d311cc061e8c\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-19T10:23:15Z\",\r\n \"rpoInSeconds\": 3827,\r\n \"lastRpoCalculatedTime\": \"2021-03-19T10:48:39.1883415Z\",\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"Subnet1\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": \"\",\r\n \"recoveryLBBackendAddressPoolIds\": [],\r\n \"tfoSubnetName\": \"\",\r\n \"tfoStaticIPAddress\": \"\",\r\n \"tfoPublicIPAddressId\": \"\",\r\n \"tfoLBBackendAddressPoolIds\": []\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"targetAvailabilityZone\": \"\",\r\n \"targetProximityPlacementGroupId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-19T09:44:51.9723838Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": {},\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "504a64d8-81e4-414c-b56f-240eb69fa46f" + "c448fe64-5ff9-49c3-aec8-c2043586e4c1" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"name\": \"vm2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\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 \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm2\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": null,\r\n \"vmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkNGMjlFQjdBLTU4RTEtNDVCNC1CNzYwLUM1MzBDMTEzNERGNFw0NDYyM0NDRS02NDJDLTQ0MTYtOTI0My0wMzVDMjhGRjM1MTc=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMSubnetName\": \"FRExternalNetwork\",\r\n \"vMNetworkName\": \"FRExternalNetwork\",\r\n \"recoveryVMNetworkId\": null,\r\n \"recoveryVMSubnetName\": \"\",\r\n \"ipAddressType\": \"Static\",\r\n \"primaryNicStaticIPAddress\": null,\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByDefault\"\r\n }\r\n ],\r\n \"selectedRecoveryAzureNetworkId\": null,\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": null,\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"NoLicenseType\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 19:53:59 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11956" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "504a64d8-81e4-414c-b56f-240eb69fa46f 5/13/2017 7:54:00 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "c448fe64-5ff9-49c3-aec8-c2043586e4c1 3/19/2021 10:55:44 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "504a64d8-81e4-414c-b56f-240eb69fa46f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13977" + "c448fe64-5ff9-49c3-aec8-c2043586e4c1" ], "x-ms-correlation-request-id": [ - "89fd072a-5f0d-44b3-9330-4b3564c385ee" + "d0f3930c-5cf0-4cf6-9f9f-126d7d92de01" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T195400Z:89fd072a-5f0d-44b3-9330-4b3564c385ee" + "CENTRALUSEUAP:20210319T105544Z:d0f3930c-5cf0-4cf6-9f9f-126d7d92de01" + ], + "Date": [ + "Fri, 19 Mar 2021 10:55:43 GMT" + ], + "Content-Length": [ + "9677" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"Protected\",\r\n \"protectionStateDescription\": \"Protected\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"MarkedForDeletion\",\r\n \"testFailoverStateDescription\": \"Cleaning up test environment\",\r\n \"allowedOperations\": [\r\n \"RepairReplication\",\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Critical\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitProviderErrorOnPrimary\",\r\n \"errorType\": \"10\",\r\n \"errorLevel\": \"Error\",\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"68510\",\r\n \"summaryMessage\": \"Resynchronization required\",\r\n \"errorMessage\": \"The virtual machine couldn't be replicated.\",\r\n \"possibleCauses\": \"The virtual machine 'VMforSDK' in cloud/site 'SiteRecoveryTestSite1' needs to be resynchronized because of consecutive replication cycles have been missed.\",\r\n \"recommendedAction\": \"Fix any issues in the Event Viewer logs (Applications and Service Logs - MicrosoftAzureRecoveryServices) on the Hyper-V host server.\",\r\n \"creationTimeUtc\": \"2021-03-19T10:45:18.541395Z\",\r\n \"recoveryProviderErrorMessage\": \"Resynchronization is required for the virtual machine 'VMforSDK'. Resume replication to start resynchronization.\",\r\n \"entityId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"errorId\": \"2:10\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitProviderErrorOnPrimary\",\r\n \"errorType\": \"45\",\r\n \"errorLevel\": \"Error\",\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"18018\",\r\n \"summaryMessage\": \"Resynchronization task canceled\",\r\n \"errorMessage\": \"Resynchronization for the virtual machine VMforSDK failed since the task was canceled. (ErrorCode: 80042001 Timestamp 3/19/2021 10:43:02 AM).\",\r\n \"possibleCauses\": \"\\n 1. The amount of free space available on disk on the Hyper-V host, has fallen below the minimum required threshold(to store replication logs.)\\n 2. The task was canceled due to a Hyper-V error.\\n \",\r\n \"recommendedAction\": \"\\n 1. Ensure that there is sufficient free space on the Hyper-V host to store replication logs.\\n 2. Check event viewer on the Hyper-V host for replication related issues and address them.\\n \",\r\n \"creationTimeUtc\": \"2021-03-19T10:45:18.541395Z\",\r\n \"recoveryProviderErrorMessage\": \"Resynchronization failed for virtual machine 'VMforSDK' because the operation was cancelled. (Virtual Machine ID e06c319f-5a90-4907-8606-6c15a92bcf22, Data Source ID 17592248588247, Task ID 3d22cd07-28b8-4dbb-a9fb-38ca24a96827)\",\r\n \"entityId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"errorId\": \"2:45\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitProviderErrorOnReplica\",\r\n \"errorType\": \"305\",\r\n \"errorLevel\": \"Warning\",\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"70179\",\r\n \"summaryMessage\": \"Data change rate beyond supported limits\",\r\n \"errorMessage\": \"\\n The data change rate(churn) for the virtual machine has exceeded the Azure Site Recovery supported limits: https://aka.ms/asr-h2a-target-limits.\\n \",\r\n \"possibleCauses\": \"The data change rate (write bytes/sec) of the virtual machine is more than the Azure Site Recovery supported limits for the selected replication target storage type.\",\r\n \"recommendedAction\": \"\\n 1. Review the Azure Site Recovery supported limits https://aka.ms/asr-h2a-target-limits.\\n 2. If the problem continues to persist use the Azure Site Recovery deployment planner to help plan target storage selection to replicate the virtual machine https://aka.ms/asr-h2a-deployment-planner.\\n \",\r\n \"creationTimeUtc\": \"2021-03-19T10:23:18.4108275Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"errorId\": \"3:305\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"lastSuccessfulFailoverTime\": \"2021-03-19T09:44:18.6482511Z\",\r\n \"lastSuccessfulTestFailoverTime\": \"2021-03-19T07:47:02.2222839Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/5173e1ed-4968-4bad-997a-d311cc061e8c\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-19T10:23:15Z\",\r\n \"rpoInSeconds\": 3827,\r\n \"lastRpoCalculatedTime\": \"2021-03-19T10:48:39.1883415Z\",\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"Subnet1\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": \"\",\r\n \"recoveryLBBackendAddressPoolIds\": [],\r\n \"tfoSubnetName\": \"\",\r\n \"tfoStaticIPAddress\": \"\",\r\n \"tfoPublicIPAddressId\": \"\",\r\n \"tfoLBBackendAddressPoolIds\": []\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"targetAvailabilityZone\": \"\",\r\n \"targetProximityPlacementGroupId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-19T09:44:51.9723838Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": {},\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/Reprotect.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/Reprotect.json index 214843856e237..2ca8acfdbc2f1 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/Reprotect.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/Reprotect.json @@ -1,425 +1,533 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0046460-27ce-43d0-95b0-55b1fe3ff2e5" + "2674f405-4a18-48a0-b5b4-c1de937e06a2" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:14:37 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11949" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e0046460-27ce-43d0-95b0-55b1fe3ff2e5 5/15/2017 2:14:37 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "2674f405-4a18-48a0-b5b4-c1de937e06a2 3/19/2021 10:28:25 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "e0046460-27ce-43d0-95b0-55b1fe3ff2e5" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13926" + "2674f405-4a18-48a0-b5b4-c1de937e06a2" ], "x-ms-correlation-request-id": [ - "5ea33427-e511-4d9c-8894-bed0d034eb59" + "9b318d87-bd4b-4bbd-8c26-ee56bc12462d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T141437Z:5ea33427-e511-4d9c-8894-bed0d034eb59" + "CENTRALUSEUAP:20210319T102825Z:9b318d87-bd4b-4bbd-8c26-ee56bc12462d" + ], + "Date": [ + "Fri, 19 Mar 2021 10:28:25 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 4,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RhYmxlSXRlbXM/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0YWJsZUl0ZW1zP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b7910bb-7cc3-4409-bb0f-5c8f9b8b251d" + "1193d830-4bbf-4199-903b-1ac737c632b7" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/02c2292c-04ac-4da4-8598-f333e04888c9\",\r\n \"name\": \"02c2292c-04ac-4da4-8598-f333e04888c9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"02c2292c-04ac-4da4-8598-f333e04888c9\",\r\n \"generation\": \"0\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 1024,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"5f01e3a8-73fb-4c60-8cfc-e69297e5d96b\",\r\n \"vhdName\": \"vm1\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/687ec666-8b4f-4fea-97f5-247c793765d1\",\r\n \"name\": \"687ec666-8b4f-4fea-97f5-247c793765d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm11\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"687ec666-8b4f-4fea-97f5-247c793765d1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 1024,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"5bb00ca8-d850-49fb-afdc-052413458ea2\",\r\n \"vhdName\": \"vm11\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"name\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectionStatus\": \"Protected\",\r\n \"replicationProtectedItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 1024,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/fb40cf9f-b731-4c16-9d31-ef3d5e81193d\",\r\n \"name\": \"fb40cf9f-b731-4c16-9d31-ef3d5e81193d\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Nakul\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"fb40cf9f-b731-4c16-9d31-ef3d5e81193d\",\r\n \"generation\": \"2\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 25600,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"bb2ce67e-8f5b-49ee-ac6a-a0b14e8622c1\",\r\n \"vhdName\": \"FRTest\"\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems?api-version=2018-07-10&%24skipToken=ReplicationGroup%3aBegin\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:14:37 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11948" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5b7910bb-7cc3-4409-bb0f-5c8f9b8b251d 5/15/2017 2:14:37 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "1193d830-4bbf-4199-903b-1ac737c632b7 3/19/2021 10:28:26 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "5b7910bb-7cc3-4409-bb0f-5c8f9b8b251d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13924" + "1193d830-4bbf-4199-903b-1ac737c632b7" ], "x-ms-correlation-request-id": [ - "43bd91e4-2e58-4501-8e93-fde72c7e9448" + "5d59e814-2be8-400b-9e74-3a71ebc23e76" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T141437Z:43bd91e4-2e58-4501-8e93-fde72c7e9448" + "CENTRALUSEUAP:20210319T102826Z:5d59e814-2be8-400b-9e74-3a71ebc23e76" + ], + "Date": [ + "Fri, 19 Mar 2021 10:28:25 GMT" + ], + "Content-Length": [ + "40179" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/04e4fe1f-bfa6-407f-8db7-4fe897d4c40b\",\r\n \"name\": \"04e4fe1f-bfa6-407f-8db7-4fe897d4c40b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4Vm4\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"04e4fe1f-bfa6-407f-8db7-4fe897d4c40b\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"d8d9e2da-19e3-4d0e-b435-16d4bef10e91\",\r\n \"vhdName\": \"AGHostVm4\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/0ad19597-c633-4f68-b712-bf18881ccaf1\",\r\n \"name\": \"0ad19597-c633-4f68-b712-bf18881ccaf1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestAN1\",\r\n \"protectionStatus\": \"Protected\",\r\n \"replicationProtectedItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/0ad19597-c633-4f68-b712-bf18881ccaf1\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"0ad19597-c633-4f68-b712-bf18881ccaf1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"85eccf0b-54cd-4035-91aa-3e12bb011b82\",\r\n \"vhdName\": \"TestAN1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/0e3081f9-ead2-4f75-a880-cfa0cb9adb93\",\r\n \"name\": \"0e3081f9-ead2-4f75-a880-cfa0cb9adb93\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Ar19Feb1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"0e3081f9-ead2-4f75-a880-cfa0cb9adb93\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"e03c63d5-068a-4ec7-a256-23f8655acd25\",\r\n \"vhdName\": \"Ar19Feb1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/108e19c4-78b8-4d0d-949d-78ae719b8720\",\r\n \"name\": \"108e19c4-78b8-4d0d-949d-78ae719b8720\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VmFailbackTest1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"108e19c4-78b8-4d0d-949d-78ae719b8720\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"52b70b21-6b9b-452c-8ac1-66a0ea892704\",\r\n \"vhdName\": \"VmFailbackTest1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"name\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDKFirst\",\r\n \"protectionStatus\": \"Protected\",\r\n \"replicationProtectedItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"5a687328-162d-402d-a298-146ffa97b086\",\r\n \"vhdName\": \"VMforSDKFirst\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/1bbc5be1-30bb-4f1f-8457-d7b594a02aea\",\r\n \"name\": \"1bbc5be1-30bb-4f1f-8457-d7b594a02aea\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestIssue1\",\r\n \"protectionStatus\": \"Protected\",\r\n \"replicationProtectedItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/1bbc5be1-30bb-4f1f-8457-d7b594a02aea\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"1bbc5be1-30bb-4f1f-8457-d7b594a02aea\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"feae187e-06ef-4887-84c1-63f5f59e9dc0\",\r\n \"vhdName\": \"TestIssue1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/25643ea6-39f7-4c3e-b426-b676c1db9a31\",\r\n \"name\": \"25643ea6-39f7-4c3e-b426-b676c1db9a31\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4Vm2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"25643ea6-39f7-4c3e-b426-b676c1db9a31\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"7260eeb9-7cfe-429d-a47e-84dd9f58f3e7\",\r\n \"vhdName\": \"vm1_43FC94C3-3FD1-49EF-90D6-C8D65A6071AC\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/27d70d11-0acd-4279-9ecf-36c7ecced256\",\r\n \"name\": \"27d70d11-0acd-4279-9ecf-36c7ecced256\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4VM1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"27d70d11-0acd-4279-9ecf-36c7ecced256\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"7f13be3d-6387-4140-bce1-3718ec43f826\",\r\n \"vhdName\": \"AGHost4VM1_AD8ABADC-D6F6-4752-9D32-7385495E7D5C\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/2e2214d6-0391-4654-8d92-cd6bb0ecdee1\",\r\n \"name\": \"2e2214d6-0391-4654-8d92-cd6bb0ecdee1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VmFailbackTest\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"2e2214d6-0391-4654-8d92-cd6bb0ecdee1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"0202b5b2-63f4-4904-b8d6-f90e52ef058c\",\r\n \"vhdName\": \"VmFailbackTest_2BD2FF5C-C439-4D2B-A9C3-C962DFBC8D46\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/37cdf1c7-fabe-4e91-8f3b-36b94bed348b\",\r\n \"name\": \"37cdf1c7-fabe-4e91-8f3b-36b94bed348b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VM2VN\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"37cdf1c7-fabe-4e91-8f3b-36b94bed348b\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"1eba0968-da69-4f54-b3b3-5be4532e91a7\",\r\n \"vhdName\": \"VM2VN\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/391cbe6d-d1af-4f3f-b32e-bb57e060734a\",\r\n \"name\": \"391cbe6d-d1af-4f3f-b32e-bb57e060734a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Win2016-2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"391cbe6d-d1af-4f3f-b32e-bb57e060734a\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 10240,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"7780f73f-23f3-4f10-92cc-ffb90e26bf5e\",\r\n \"vhdName\": \"Win2016-2\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/3b4b453f-51a9-4afc-a00b-5fc45fd4f6c4\",\r\n \"name\": \"3b4b453f-51a9-4afc-a00b-5fc45fd4f6c4\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4Vm5\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"3b4b453f-51a9-4afc-a00b-5fc45fd4f6c4\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"f6dfdf43-facf-42da-9883-7376acafa20e\",\r\n \"vhdName\": \"AGHost4Vm5\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/4bc89bb8-1761-4580-b66b-a40b933f29fe\",\r\n \"name\": \"4bc89bb8-1761-4580-b66b-a40b933f29fe\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"PowershellVm2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"4bc89bb8-1761-4580-b66b-a40b933f29fe\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"925bb732-fa80-4584-8d5d-df411d93ae31\",\r\n \"vhdName\": \"PowershellVm2_2E079F0E-8208-442B-BB3A-EC8C20FCF617\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/82317559-522a-4237-8372-0c85d9bb5264\",\r\n \"name\": \"82317559-522a-4237-8372-0c85d9bb5264\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestIssue\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"82317559-522a-4237-8372-0c85d9bb5264\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 61440,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"df47b360-6cee-4574-abbd-250d92da2970\",\r\n \"vhdName\": \"TestIssue\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/823513a7-9a21-4f25-a920-df621e8f35be\",\r\n \"name\": \"823513a7-9a21-4f25-a920-df621e8f35be\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"ICM\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"823513a7-9a21-4f25-a920-df621e8f35be\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"b1947025-b1a7-47fc-aadb-41af5e0ce17d\",\r\n \"vhdName\": \"ICM\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/82e45a37-bf90-49a0-a324-f701ae856a7a\",\r\n \"name\": \"82e45a37-bf90-49a0-a324-f701ae856a7a\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"DumDum\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"82e45a37-bf90-49a0-a324-f701ae856a7a\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"53fe5759-9e36-468a-adeb-e8b8f41337f0\",\r\n \"vhdName\": \"DumDum_B3A63C67-45AB-45A0-8C20-AE8760FEDC67\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/8318dd3f-7f5f-4a12-89ca-6f32716bb179\",\r\n \"name\": \"8318dd3f-7f5f-4a12-89ca-6f32716bb179\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"A068-Gen2\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"8318dd3f-7f5f-4a12-89ca-6f32716bb179\",\r\n \"generation\": \"2\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 30720,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"b66df764-2db3-4117-bfcf-0cc820bfa1fa\",\r\n \"vhdName\": \"A068-Gen2\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/8daffac4-4cef-4d6a-8626-8d2925c33a1b\",\r\n \"name\": \"8daffac4-4cef-4d6a-8626-8d2925c33a1b\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VmTestAzure\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"8daffac4-4cef-4d6a-8626-8d2925c33a1b\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"4909c6f3-31bd-4689-b596-fc6c0af8450b\",\r\n \"vhdName\": \"VmTestAzure_61167859-64FB-4AF6-A263-F9A95994E82F\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/b0462556-9560-48d1-a581-7cd3f8b8c4de\",\r\n \"name\": \"b0462556-9560-48d1-a581-7cd3f8b8c4de\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"AGHost4Vm3\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"b0462556-9560-48d1-a581-7cd3f8b8c4de\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"562c390f-045e-459e-90fc-1391797bb45b\",\r\n \"vhdName\": \"AGHost4Vm3\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/b07c9911-5777-474f-a6db-ab0cfa841dd3\",\r\n \"name\": \"b07c9911-5777-474f-a6db-ab0cfa841dd3\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"PowershellVm1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"b07c9911-5777-474f-a6db-ab0cfa841dd3\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"20f3d2f3-2e57-4fc9-bde6-3733786fabb0\",\r\n \"vhdName\": \"PowershellVm1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/b0f83a41-e918-4335-81ff-ca2386e83889\",\r\n \"name\": \"b0f83a41-e918-4335-81ff-ca2386e83889\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"NewVmTest\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"b0f83a41-e918-4335-81ff-ca2386e83889\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"291211bd-2273-43ab-8cf3-25dc1eba9313\",\r\n \"vhdName\": \"NewVmTest\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/c3b665ea-1493-49b7-be77-9416a9ab6312\",\r\n \"name\": \"c3b665ea-1493-49b7-be77-9416a9ab6312\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestDisableCheckpoint\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"c3b665ea-1493-49b7-be77-9416a9ab6312\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"984e3af9-4007-484f-8137-4de9a9d59625\",\r\n \"vhdName\": \"TestDisableCheckpoint\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/cb012ca9-bb9c-46dd-9e03-aba32178d0e8\",\r\n \"name\": \"cb012ca9-bb9c-46dd-9e03-aba32178d0e8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Dummy\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"cb012ca9-bb9c-46dd-9e03-aba32178d0e8\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"049b3414-40a3-40b0-8294-f557a24f5cc5\",\r\n \"vhdName\": \"Dummy\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/d035665a-1f84-4803-8b6d-96cab2cb75a1\",\r\n \"name\": \"d035665a-1f84-4803-8b6d-96cab2cb75a1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VM-B2A-12\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"d035665a-1f84-4803-8b6d-96cab2cb75a1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"3f792f29-592d-4a85-9b82-3712a21e3bfb\",\r\n \"vhdName\": \"VM-B2A-12\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/d0b5bfd2-def9-46ec-823f-03a6c2ebd0d1\",\r\n \"name\": \"d0b5bfd2-def9-46ec-823f-03a6c2ebd0d1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"TestAzureNetwork\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"d0b5bfd2-def9-46ec-823f-03a6c2ebd0d1\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"0e5828a8-c32b-4464-aed4-39c09e7bd75d\",\r\n \"vhdName\": \"TestAzureNetwork\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"name\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectionStatus\": \"Protected\",\r\n \"replicationProtectedItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"vhdName\": \"VMforSDK\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e9a9f249-8a05-401a-9911-88248c1c2bb8\",\r\n \"name\": \"e9a9f249-8a05-401a-9911-88248c1c2bb8\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"Win2016-1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"e9a9f249-8a05-401a-9911-88248c1c2bb8\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 10240,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"7780f73f-23f3-4f10-92cc-ffb90e26bf5e\",\r\n \"vhdName\": \"Win2016-1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/f34a1e9e-9b60-4d5b-826f-880aa710ae12\",\r\n \"name\": \"f34a1e9e-9b60-4d5b-826f-880aa710ae12\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"HyperVMigration\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"f34a1e9e-9b60-4d5b-826f-880aa710ae12\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 40960,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"4845656d-75b2-1246-bc8f-13d900000000\",\r\n \"vhdName\": \"14393.0.amd64fre.rs1_release.160715-1616_server_serverdatacentereval_en-us\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/f92c7729-7a93-4e23-9c78-68b665aa2ef9\",\r\n \"name\": \"f92c7729-7a93-4e23-9c78-68b665aa2ef9\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectableItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vidyavm1\",\r\n \"protectionStatus\": \"Unprotected\",\r\n \"replicationProtectedItemId\": null,\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"protectionReadinessErrors\": [],\r\n \"supportedReplicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVVirtualMachine\",\r\n \"sourceItemId\": \"f92c7729-7a93-4e23-9c78-68b665aa2ef9\",\r\n \"generation\": \"1\",\r\n \"osDetails\": null,\r\n \"diskDetails\": [\r\n {\r\n \"maxSizeMB\": 10240,\r\n \"vhdType\": \"Data\",\r\n \"vhdId\": \"a291445c-617d-45c7-81ba-d2348213ab04\",\r\n \"vhdName\": \"vidyavm1\"\r\n }\r\n ],\r\n \"hasPhysicalDisk\": \"NotPresent\",\r\n \"hasFibreChannelAdapter\": \"NotPresent\",\r\n \"hasSharedVhd\": \"Unknown\"\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://centraluseuap.management.azure.com/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems?api-version=2021-02-10&$skipToken=ReplicationGroup%3ABegin\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "619b2ea3-2662-4b68-acb0-0ff0bd953da8" + "24c3e10b-82bc-4b50-8a77-66d7bd5466d8" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"name\": \"vm2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"RestoreFinalized\",\r\n \"protectionStateDescription\": \"Failback finalized\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"ReverseReplicate\",\r\n \"DisableProtection\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"lastSuccessfulFailoverTime\": \"2017-05-15T13:46:00.071433Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/92eb6e67-ac18-4043-af5e-6cd5d5891810\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm2\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2017-05-15T06:47:31Z\",\r\n \"vmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"vmProtectionState\": \"RestoreFinalized\",\r\n \"vmProtectionStateDescription\": \"Failback finalized\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkNGMjlFQjdBLTU4RTEtNDVCNC1CNzYwLUM1MzBDMTEzNERGNFw0NDYyM0NDRS02NDJDLTQ0MTYtOTI0My0wMzVDMjhGRjM1MTc=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMSubnetName\": \"FRExternalNetwork\",\r\n \"vMNetworkName\": \"FRExternalNetwork\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryVMSubnetName\": \"Subnet1\",\r\n \"ipAddressType\": \"Static\",\r\n \"primaryNicStaticIPAddress\": null,\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByUser\"\r\n }\r\n ],\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:14:38 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11947" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "619b2ea3-2662-4b68-acb0-0ff0bd953da8 5/15/2017 2:14:38 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "24c3e10b-82bc-4b50-8a77-66d7bd5466d8 3/19/2021 10:28:26 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "619b2ea3-2662-4b68-acb0-0ff0bd953da8" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13923" + "24c3e10b-82bc-4b50-8a77-66d7bd5466d8" ], "x-ms-correlation-request-id": [ - "6d6003ba-e697-4f98-bae1-f83ccf834d4f" + "c1d029a8-16ac-486f-ab65-5b1bee664c8a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T141438Z:6d6003ba-e697-4f98-bae1-f83ccf834d4f" + "CENTRALUSEUAP:20210319T102826Z:c1d029a8-16ac-486f-ab65-5b1bee664c8a" + ], + "Date": [ + "Fri, 19 Mar 2021 10:28:26 GMT" + ], + "Content-Length": [ + "7503" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"RestoreFinalized\",\r\n \"protectionStateDescription\": \"Failback finalized\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"MarkedForDeletion\",\r\n \"testFailoverStateDescription\": \"Cleaning up test environment\",\r\n \"allowedOperations\": [\r\n \"ReverseReplicate\",\r\n \"DisableProtection\"\r\n ],\r\n \"replicationHealth\": \"Warning\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitProviderErrorOnReplica\",\r\n \"errorType\": \"305\",\r\n \"errorLevel\": \"Warning\",\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"70179\",\r\n \"summaryMessage\": \"Data change rate beyond supported limits\",\r\n \"errorMessage\": \"\\n The data change rate(churn) for the virtual machine has exceeded the Azure Site Recovery supported limits: https://aka.ms/asr-h2a-target-limits.\\n \",\r\n \"possibleCauses\": \"The data change rate (write bytes/sec) of the virtual machine is more than the Azure Site Recovery supported limits for the selected replication target storage type.\",\r\n \"recommendedAction\": \"\\n 1. Review the Azure Site Recovery supported limits https://aka.ms/asr-h2a-target-limits.\\n 2. If the problem continues to persist use the Azure Site Recovery deployment planner to help plan target storage selection to replicate the virtual machine https://aka.ms/asr-h2a-deployment-planner.\\n \",\r\n \"creationTimeUtc\": \"2021-03-19T10:23:18.4108275Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"errorId\": \"3:305\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"lastSuccessfulFailoverTime\": \"2021-03-19T09:44:18.6482511Z\",\r\n \"lastSuccessfulTestFailoverTime\": \"2021-03-19T07:47:02.2222839Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/5173e1ed-4968-4bad-997a-d311cc061e8c\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-19T09:44:51Z\",\r\n \"rpoInSeconds\": 2306,\r\n \"lastRpoCalculatedTime\": \"2021-03-19T10:23:18.2693967Z\",\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"RestoreFinalized\",\r\n \"vmProtectionStateDescription\": \"Failback finalized\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"Subnet1\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": \"\",\r\n \"recoveryLBBackendAddressPoolIds\": [],\r\n \"tfoSubnetName\": \"\",\r\n \"tfoStaticIPAddress\": \"\",\r\n \"tfoPublicIPAddressId\": \"\",\r\n \"tfoLBBackendAddressPoolIds\": []\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"targetAvailabilityZone\": \"\",\r\n \"targetProximityPlacementGroupId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-19T09:44:51.9723838Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": {},\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/reProtect?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMi9yZVByb3RlY3Q/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/reProtect?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy9yZVByb3RlY3Q/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"failoverDirection\": \"PrimaryToRecovery\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"hvHostVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"vmName\": \"vm2\",\r\n \"osType\": \"Windows\",\r\n \"vHDId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"storageAccountId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"failoverDirection\": \"PrimaryToRecovery\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"hvHostVmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmName\": \"VMforSDK\",\r\n \"osType\": \"Windows\",\r\n \"vHDId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"storageAccountId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\"\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "498" - ], "x-ms-client-request-id": [ - "1a65c6d4-4cb5-4691-8a01-edfaa95973e2" + "6bf7222f-9be8-41ac-994c-bdd8411ca734" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "497" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:14:39 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/operationresults/668e4a43-2d07-41cd-8e2d-f9029a5f6173?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/operationresults/a7e19d6a-47fd-4cbd-989c-7113418faa62?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/668e4a43-2d07-41cd-8e2d-f9029a5f6173", - "1a65c6d4-4cb5-4691-8a01-edfaa95973e2 5/15/2017 2:14:39 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/a7e19d6a-47fd-4cbd-989c-7113418faa62", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/a7e19d6a-47fd-4cbd-989c-7113418faa62" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/668e4a43-2d07-41cd-8e2d-f9029a5f6173?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/a7e19d6a-47fd-4cbd-989c-7113418faa62?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "1a65c6d4-4cb5-4691-8a01-edfaa95973e2" - ], - "X-Powered-By": [ - "ASP.NET" + "6bf7222f-9be8-41ac-994c-bdd8411ca734" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1193" ], "x-ms-correlation-request-id": [ - "23552313-783e-46b1-a80c-54e4c2e7974e" + "73ba575d-8ff2-48ac-8859-9ef73f575426" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T141439Z:23552313-783e-46b1-a80c-54e4c2e7974e" + "CENTRALUSEUAP:20210319T102827Z:73ba575d-8ff2-48ac-8859-9ef73f575426" + ], + "Date": [ + "Fri, 19 Mar 2021 10:28:26 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/668e4a43-2d07-41cd-8e2d-f9029a5f6173?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2OGU0YTQzLTJkMDctNDFjZC04ZTJkLWY5MDI5YTVmNjE3Mz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/a7e19d6a-47fd-4cbd-989c-7113418faa62?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2E3ZTE5ZDZhLTQ3ZmQtNGNiZC05ODljLTcxMTM0MThmYWE2Mj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/668e4a43-2d07-41cd-8e2d-f9029a5f6173\",\r\n \"name\": \"668e4a43-2d07-41cd-8e2d-f9029a5f6173\",\r\n \"properties\": {\r\n \"activityId\": \"1a65c6d4-4cb5-4691-8a01-edfaa95973e2 ActivityId: 23552313-783e-46b1-a80c-54e4c2e7974e\",\r\n \"scenarioName\": \"ReprotectReplicationGroup\",\r\n \"friendlyName\": \"Reverse replication\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2017-05-15T14:14:41.6661798Z\",\r\n \"endTime\": \"2017-05-15T14:14:50.1649389Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Identifying the replication 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\": \"2017-05-15T14:14:50.1649389Z\",\r\n \"endTime\": \"2017-05-15T14:14:57.3035349Z\",\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\": \"2017-05-15T14:14:57.3035349Z\",\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 \"errors\": [],\r\n \"startTime\": \"2017-05-15T14:14:39.1592956Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"PrimaryCloudName\": \"Microsoft Azure\",\r\n \"RecoveryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"RecoveryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"PrimaryVmmName\": \"Microsoft Azure\",\r\n \"RecoveryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"RecoveryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"Azure\",\r\n \"RecoveryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T14:14:39.1592956Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11946" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/a7e19d6a-47fd-4cbd-989c-7113418faa62" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "499ad828-6830-408a-bd9c-aa555cd4e6ec" + ], + "x-ms-correlation-request-id": [ + "0ecd28de-9fbf-46c6-92bf-7232faa2fc31" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210319T102858Z:0ecd28de-9fbf-46c6-92bf-7232faa2fc31" + ], + "Date": [ + "Fri, 19 Mar 2021 10:28:58 GMT" + ], + "Content-Length": [ + "191" + ], "Content-Type": [ "application/json" ], "Expires": [ "-1" - ], + ] + }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"a7e19d6a-47fd-4cbd-989c-7113418faa62\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:28:27.5638019Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/a7e19d6a-47fd-4cbd-989c-7113418faa62?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2E3ZTE5ZDZhLTQ3ZmQtNGNiZC05ODljLTcxMTM0MThmYWE2Mj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ] + }, + "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:15:09 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11945" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/668e4a43-2d07-41cd-8e2d-f9029a5f6173" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/a7e19d6a-47fd-4cbd-989c-7113418faa62" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "d98a9498-e887-4b2d-9709-d3331d618469" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13977" + "9c33ec40-4ae3-4f96-9530-93a11de60a4c" ], "x-ms-correlation-request-id": [ - "f2b0d7f7-7b61-49ea-9c93-84cc7549c1bb" + "eeda1d23-0e09-492a-bd14-f15e66383010" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T141509Z:f2b0d7f7-7b61-49ea-9c93-84cc7549c1bb" + "CENTRALUSEUAP:20210319T102928Z:eeda1d23-0e09-492a-bd14-f15e66383010" + ], + "Date": [ + "Fri, 19 Mar 2021 10:29:27 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"a7e19d6a-47fd-4cbd-989c-7113418faa62\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T10:28:27.5638019Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/668e4a43-2d07-41cd-8e2d-f9029a5f6173?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY2OGU0YTQzLTJkMDctNDFjZC04ZTJkLWY5MDI5YTVmNjE3Mz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/a7e19d6a-47fd-4cbd-989c-7113418faa62?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2E3ZTE5ZDZhLTQ3ZmQtNGNiZC05ODljLTcxMTM0MThmYWE2Mj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/668e4a43-2d07-41cd-8e2d-f9029a5f6173\",\r\n \"name\": \"668e4a43-2d07-41cd-8e2d-f9029a5f6173\",\r\n \"properties\": {\r\n \"activityId\": \"1a65c6d4-4cb5-4691-8a01-edfaa95973e2 ActivityId: 23552313-783e-46b1-a80c-54e4c2e7974e\",\r\n \"scenarioName\": \"ReprotectReplicationGroup\",\r\n \"friendlyName\": \"Reverse replication\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"CreateProtectionTargetTask\",\r\n \"name\": \"CreateProtectionTarget\",\r\n \"startTime\": \"2017-05-15T14:14:41.6661798Z\",\r\n \"endTime\": \"2017-05-15T14:14:50.1649389Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Identifying the replication 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\": \"2017-05-15T14:14:50.1649389Z\",\r\n \"endTime\": \"2017-05-15T14:14:57.3035349Z\",\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\": \"2017-05-15T14:14:57.3035349Z\",\r\n \"endTime\": \"2017-05-15T14:15:16.2644447Z\",\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 \"errors\": [],\r\n \"startTime\": \"2017-05-15T14:14:39.1592956Z\",\r\n \"endTime\": \"2017-05-15T14:15:16Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"PrimaryCloudName\": \"Microsoft Azure\",\r\n \"RecoveryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"RecoveryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"PrimaryVmmName\": \"Microsoft Azure\",\r\n \"RecoveryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"RecoveryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"PrimaryFabricProviderId\": \"Azure\",\r\n \"RecoveryFabricProviderId\": \"HyperVSite\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T14:14:39.1592956Z\",\r\n \"endTime\": \"2017-05-15T14:15:16Z\"\r\n}", "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11944" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/a7e19d6a-47fd-4cbd-989c-7113418faa62" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "fe69cbc6-4f36-42cd-a706-1c9b4878a4a1" + ], + "x-ms-correlation-request-id": [ + "29f9c74c-f765-43c5-aedb-80f3cf157cbc" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210319T102958Z:29f9c74c-f765-43c5-aedb-80f3cf157cbc" + ], + "Date": [ + "Fri, 19 Mar 2021 10:29:58 GMT" + ], + "Content-Length": [ + "216" + ], "Content-Type": [ "application/json" ], "Expires": [ "-1" - ], + ] + }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"a7e19d6a-47fd-4cbd-989c-7113418faa62\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T10:28:27.5638019Z\",\r\n \"endTime\": \"2021-03-19T10:29:45Z\",\r\n \"percentComplete\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/operationresults/a7e19d6a-47fd-4cbd-989c-7113418faa62?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy9vcGVyYXRpb25yZXN1bHRzL2E3ZTE5ZDZhLTQ3ZmQtNGNiZC05ODljLTcxMTM0MThmYWE2Mj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ] + }, + "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:15:41 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11943" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/668e4a43-2d07-41cd-8e2d-f9029a5f6173" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/a7e19d6a-47fd-4cbd-989c-7113418faa62", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/a7e19d6a-47fd-4cbd-989c-7113418faa62" + ], + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/a7e19d6a-47fd-4cbd-989c-7113418faa62?api-version=2021-02-10" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "885e1d02-595e-4d2d-bb9a-678d9099279e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13965" + "e1f84666-b8cf-4de9-b139-a0f850831afa" ], "x-ms-correlation-request-id": [ - "45f90ada-0aed-4654-8f47-7df077918ca1" + "07e4d976-e9ed-4aed-be4f-526028d4a1e4" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T141542Z:45f90ada-0aed-4654-8f47-7df077918ca1" + "CENTRALUSEUAP:20210319T102959Z:07e4d976-e9ed-4aed-be4f-526028d4a1e4" + ], + "Date": [ + "Fri, 19 Mar 2021 10:29:59 GMT" + ], + "Content-Length": [ + "7519" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"InitialReplicationInProgress\",\r\n \"protectionStateDescription\": \"Initial replication is in progress\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"MarkedForDeletion\",\r\n \"testFailoverStateDescription\": \"Cleaning up test environment\",\r\n \"allowedOperations\": [\r\n \"DisableProtection\"\r\n ],\r\n \"replicationHealth\": \"Warning\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitProviderErrorOnReplica\",\r\n \"errorType\": \"305\",\r\n \"errorLevel\": \"Warning\",\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"70179\",\r\n \"summaryMessage\": \"Data change rate beyond supported limits\",\r\n \"errorMessage\": \"\\n The data change rate(churn) for the virtual machine has exceeded the Azure Site Recovery supported limits: https://aka.ms/asr-h2a-target-limits.\\n \",\r\n \"possibleCauses\": \"The data change rate (write bytes/sec) of the virtual machine is more than the Azure Site Recovery supported limits for the selected replication target storage type.\",\r\n \"recommendedAction\": \"\\n 1. Review the Azure Site Recovery supported limits https://aka.ms/asr-h2a-target-limits.\\n 2. If the problem continues to persist use the Azure Site Recovery deployment planner to help plan target storage selection to replicate the virtual machine https://aka.ms/asr-h2a-deployment-planner.\\n \",\r\n \"creationTimeUtc\": \"2021-03-19T10:23:18.4108275Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"errorId\": \"3:305\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"lastSuccessfulFailoverTime\": \"2021-03-19T09:44:18.6482511Z\",\r\n \"lastSuccessfulTestFailoverTime\": \"2021-03-19T07:47:02.2222839Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/5173e1ed-4968-4bad-997a-d311cc061e8c\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-19T09:44:51Z\",\r\n \"rpoInSeconds\": 2306,\r\n \"lastRpoCalculatedTime\": \"2021-03-19T10:23:18.2693967Z\",\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"UnprotectedStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Enabling protection\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"Subnet1\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": \"\",\r\n \"recoveryLBBackendAddressPoolIds\": [],\r\n \"tfoSubnetName\": \"\",\r\n \"tfoStaticIPAddress\": \"\",\r\n \"tfoPublicIPAddressId\": \"\",\r\n \"tfoLBBackendAddressPoolIds\": []\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"targetAvailabilityZone\": \"\",\r\n \"targetProximityPlacementGroupId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-19T09:44:51.9723838Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": {},\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/TestFailover.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/TestFailover.json index 55e8f5ec49574..b44ebaaf3678e 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/TestFailover.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/TestFailover.json @@ -1,614 +1,466 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b906379-7d3d-4793-ba73-ad934c610a21" + "d7dc8255-be2b-4d35-b79c-1c24c82cd162" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 12:39:37 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5b906379-7d3d-4793-ba73-ad934c610a21 5/13/2017 12:39:38 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "d7dc8255-be2b-4d35-b79c-1c24c82cd162 3/18/2021 3:32:40 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "5b906379-7d3d-4793-ba73-ad934c610a21" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13840" + "d7dc8255-be2b-4d35-b79c-1c24c82cd162" ], "x-ms-correlation-request-id": [ - "a7ed684c-c481-4980-989d-817b401b8de5" + "13d767d4-cdc6-44c8-9d6a-3f1b8759c6c3" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T123938Z:a7ed684c-c481-4980-989d-817b401b8de5" + "CENTRALUSEUAP:20210318T153240Z:13d767d4-cdc6-44c8-9d6a-3f1b8759c6c3" + ], + "Date": [ + "Thu, 18 Mar 2021 15:32:40 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy8xOTNjYTA5OC05OTFkLTRhNmYtYmU3OC1kYTJjNmU3YmQyOTA/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a533297e-e940-4ab3-9509-93bd75861a1f" + "fa4da569-10a5-4f8e-892b-fb47cb13cac0" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1\",\r\n \"name\": \"vm1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm1\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\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 \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5f01e3a8-73fb-4c60-8cfc-e69297e5d96b\",\r\n \"vhdName\": \"vm1\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm1\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": null,\r\n \"vmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkY4NDkxRTRGLTgxN0EtNDBERC1BOTBDLUFGNzczOTc4Qzc1Qlw3NjAwMzMxRS03NDk4LTQ0QTQtQjdDNy0xQjY1NkJDREQ1MkQ=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMSubnetName\": \"FRExternalNetwork\",\r\n \"vMNetworkName\": \"FRExternalNetwork\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryVMSubnetName\": \"Subnet1\",\r\n \"ipAddressType\": \"Static\",\r\n \"primaryNicStaticIPAddress\": null,\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByUser\"\r\n }\r\n ],\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": \"Never\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 12:39:38 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a533297e-e940-4ab3-9509-93bd75861a1f 5/13/2017 12:39:39 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "fa4da569-10a5-4f8e-892b-fb47cb13cac0 3/18/2021 3:32:40 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "a533297e-e940-4ab3-9509-93bd75861a1f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13838" + "fa4da569-10a5-4f8e-892b-fb47cb13cac0" ], "x-ms-correlation-request-id": [ - "f8dcf9c0-6e32-4e6d-9f1a-9e4710d5684c" + "c2b63c38-f0e8-47f2-be94-be1fd13f9309" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T123938Z:f8dcf9c0-6e32-4e6d-9f1a-9e4710d5684c" + "CENTRALUSEUAP:20210318T153240Z:c2b63c38-f0e8-47f2-be94-be1fd13f9309" + ], + "Date": [ + "Thu, 18 Mar 2021 15:32:40 GMT" + ], + "Content-Length": [ + "6659" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"name\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDKFirst\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\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 \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Warning\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitFailoverValidatorError\",\r\n \"errorType\": \"8010\",\r\n \"errorLevel\": \"Warning\",\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 'VMforSDKFirst'.\",\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\": \"2021-03-18T14:42:09.4146246Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"errorId\": \"6:8010\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5a687328-162d-402d-a298-146ffa97b086\",\r\n \"diskId\": \"193CA098-991D-4A6F-BE78-DA2C6E7BD290_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDKFirst\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDKFirst\",\r\n \"recoveryAzureVMSize\": \"Standard_B1s\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-18T09:53:13Z\",\r\n \"rpoInSeconds\": 19786,\r\n \"lastRpoCalculatedTime\": \"2021-03-18T15:23:00.2955648Z\",\r\n \"vmId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OjE5M0NBMDk4LTk5MUQtNEE2Ri1CRTc4LURBMkM2RTdCRDI5MFw2QzNFQjMwMC00NzVBLTRDMTUtQUY4Mi0zQTdBOTQxRjYyNEQ=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"default\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": null,\r\n \"recoveryLBBackendAddressPoolIds\": null,\r\n \"tfoSubnetName\": null,\r\n \"tfoStaticIPAddress\": null,\r\n \"tfoPublicIPAddressId\": null,\r\n \"tfoLBBackendAddressPoolIds\": null\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OjE5M0NBMDk4LTk5MUQtNEE2Ri1CRTc4LURBMkM2RTdCRDI5MFw2QzNFQjMwMC00NzVBLTRDMTUtQUY4Mi0zQTdBOTQxRjYyNEQ=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": \"Never\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": null,\r\n \"targetAvailabilityZone\": null,\r\n \"targetProximityPlacementGroupId\": null,\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"NotSpecified\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-18T09:53:13.3993206Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": null,\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"d7ceffc4-255d-4d2f-affd-38fa714d92c5\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/testFailover?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMS90ZXN0RmFpbG92ZXI/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290/testFailover?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy8xOTNjYTA5OC05OTFkLTRhNmYtYmU3OC1kYTJjNmU3YmQyOTAvdGVzdEZhaWxvdmVyP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"networkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"skipTestFailoverCleanup\": \"True\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"vaultLocation\": \"West US\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"networkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\"\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "388" - ], "x-ms-client-request-id": [ - "cf534bce-351b-46a5-8a9f-781dd3077e63" + "5d03aa6e-8317-41f0-9aa8-0dc80c97cc38" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "306" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 12:39:39 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/operationresults/ced26549-4a87-4214-94d6-22e281691afc?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290/operationresults/10f84032-df9b-476a-b7d7-95dc3375d5c0?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc", - "cf534bce-351b-46a5-8a9f-781dd3077e63 5/13/2017 12:39:40 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/10f84032-df9b-476a-b7d7-95dc3375d5c0", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/10f84032-df9b-476a-b7d7-95dc3375d5c0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/10f84032-df9b-476a-b7d7-95dc3375d5c0?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "cf534bce-351b-46a5-8a9f-781dd3077e63" - ], - "X-Powered-By": [ - "ASP.NET" + "5d03aa6e-8317-41f0-9aa8-0dc80c97cc38" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "0427520a-4444-4b57-a1a6-44ffff0cc14f" + "75d269bb-4eff-4ca6-bcb5-9232c1ed3695" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T123939Z:0427520a-4444-4b57-a1a6-44ffff0cc14f" + "CENTRALUSEUAP:20210318T153241Z:75d269bb-4eff-4ca6-bcb5-9232c1ed3695" + ], + "Date": [ + "Thu, 18 Mar 2021 15:32:41 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2NlZDI2NTQ5LTRhODctNDIxNC05NGQ2LTIyZTI4MTY5MWFmYz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/10f84032-df9b-476a-b7d7-95dc3375d5c0?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzEwZjg0MDMyLWRmOWItNDc2YS1iN2Q3LTk1ZGMzMzc1ZDVjMD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc\",\r\n \"name\": \"ced26549-4a87-4214-94d6-22e281691afc\",\r\n \"properties\": {\r\n \"activityId\": \"cf534bce-351b-46a5-8a9f-781dd3077e63 ActivityId: 0427520a-4444-4b57-a1a6-44ffff0cc14f\",\r\n \"scenarioName\": \"TestFailover\",\r\n \"friendlyName\": \"Test failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"TestFailoverPreflightChecksTask\",\r\n \"name\": \"VmTfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T12:39:43.7222639Z\",\r\n \"endTime\": \"2017-05-13T12:39:44.254346Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for test 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\": \"BeginTestFailoverTask\",\r\n \"name\": \"VmTfoInitiateFailover\",\r\n \"startTime\": \"2017-05-13T12:39:44.254346Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting test 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\": \"PrepareTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoPrepareTestVm\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Creating test 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\": \"BootTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoBootTestVm\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T12:39:39.9690575Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": \"Active\",\r\n \"comments\": null,\r\n \"networkName\": \"vnetavrai\",\r\n \"networkFriendlyName\": \"vnetavrai\",\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"PrimaryVmName\": \"vm1\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm1\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T12:39:39.9690575Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 12:40:09 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/10f84032-df9b-476a-b7d7-95dc3375d5c0" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "47e93ed3-eea9-4234-93cb-b4dadcef95bf" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13916" + "546444dd-f373-4c55-a445-d6a67fcb40c6" ], "x-ms-correlation-request-id": [ - "f4431f98-47f4-45ca-a3a7-732e400b08c4" + "48dbf996-4582-49f1-a637-3285421544ef" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T124010Z:f4431f98-47f4-45ca-a3a7-732e400b08c4" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2NlZDI2NTQ5LTRhODctNDIxNC05NGQ2LTIyZTI4MTY5MWFmYz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc\",\r\n \"name\": \"ced26549-4a87-4214-94d6-22e281691afc\",\r\n \"properties\": {\r\n \"activityId\": \"cf534bce-351b-46a5-8a9f-781dd3077e63 ActivityId: 0427520a-4444-4b57-a1a6-44ffff0cc14f\",\r\n \"scenarioName\": \"TestFailover\",\r\n \"friendlyName\": \"Test failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"TestFailoverPreflightChecksTask\",\r\n \"name\": \"VmTfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T12:39:43.7222639Z\",\r\n \"endTime\": \"2017-05-13T12:39:44.254346Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for test 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\": \"BeginTestFailoverTask\",\r\n \"name\": \"VmTfoInitiateFailover\",\r\n \"startTime\": \"2017-05-13T12:39:44.254346Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting test 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\": \"PrepareTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoPrepareTestVm\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Creating test 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\": \"BootTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoBootTestVm\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T12:39:39.9690575Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": \"Active\",\r\n \"comments\": null,\r\n \"networkName\": \"vnetavrai\",\r\n \"networkFriendlyName\": \"vnetavrai\",\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"PrimaryVmName\": \"vm1\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm1\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T12:39:39.9690575Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210318T153312Z:48dbf996-4582-49f1-a637-3285421544ef" ], "Date": [ - "Sat, 13 May 2017 12:40:41 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "cf74de7a-f5b8-45fd-8541-94efcca2a891" + "Thu, 18 Mar 2021 15:33:11 GMT" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13902" + "Content-Length": [ + "191" ], - "x-ms-correlation-request-id": [ - "185c855d-d02c-40af-88f3-90e58f769ed8" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T124041Z:185c855d-d02c-40af-88f3-90e58f769ed8" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"10f84032-df9b-476a-b7d7-95dc3375d5c0\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-18T15:32:41.5515487Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2NlZDI2NTQ5LTRhODctNDIxNC05NGQ2LTIyZTI4MTY5MWFmYz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/10f84032-df9b-476a-b7d7-95dc3375d5c0?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzEwZjg0MDMyLWRmOWItNDc2YS1iN2Q3LTk1ZGMzMzc1ZDVjMD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc\",\r\n \"name\": \"ced26549-4a87-4214-94d6-22e281691afc\",\r\n \"properties\": {\r\n \"activityId\": \"cf534bce-351b-46a5-8a9f-781dd3077e63 ActivityId: 0427520a-4444-4b57-a1a6-44ffff0cc14f\",\r\n \"scenarioName\": \"TestFailover\",\r\n \"friendlyName\": \"Test failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"TestFailoverPreflightChecksTask\",\r\n \"name\": \"VmTfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T12:39:43.7222639Z\",\r\n \"endTime\": \"2017-05-13T12:39:44.254346Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for test 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\": \"BeginTestFailoverTask\",\r\n \"name\": \"VmTfoInitiateFailover\",\r\n \"startTime\": \"2017-05-13T12:39:44.254346Z\",\r\n \"endTime\": \"2017-05-13T12:40:51.9305031Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting test 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\": \"PrepareTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoPrepareTestVm\",\r\n \"startTime\": \"2017-05-13T12:40:51.9305031Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Creating test 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\": \"BootTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoBootTestVm\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T12:39:39.9690575Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": \"Active\",\r\n \"comments\": null,\r\n \"networkName\": \"vnetavrai\",\r\n \"networkFriendlyName\": \"vnetavrai\",\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"PrimaryVmName\": \"vm1\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm1\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T12:39:39.9690575Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 12:41:12 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/10f84032-df9b-476a-b7d7-95dc3375d5c0" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "d10b3455-18b2-4d69-a22c-ea0e3a5c0dd1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13888" + "8e4b6fe4-336d-40c7-94cf-7382fcdefdcb" ], "x-ms-correlation-request-id": [ - "d3ecb050-2684-4e48-99d0-f7d2f982edac" + "a2f98f34-f43d-4942-ad82-4d22c23449cd" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T124112Z:d3ecb050-2684-4e48-99d0-f7d2f982edac" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2NlZDI2NTQ5LTRhODctNDIxNC05NGQ2LTIyZTI4MTY5MWFmYz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc\",\r\n \"name\": \"ced26549-4a87-4214-94d6-22e281691afc\",\r\n \"properties\": {\r\n \"activityId\": \"cf534bce-351b-46a5-8a9f-781dd3077e63 ActivityId: 0427520a-4444-4b57-a1a6-44ffff0cc14f\",\r\n \"scenarioName\": \"TestFailover\",\r\n \"friendlyName\": \"Test failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"TestFailoverPreflightChecksTask\",\r\n \"name\": \"VmTfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T12:39:43.7222639Z\",\r\n \"endTime\": \"2017-05-13T12:39:44.254346Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for test 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\": \"BeginTestFailoverTask\",\r\n \"name\": \"VmTfoInitiateFailover\",\r\n \"startTime\": \"2017-05-13T12:39:44.254346Z\",\r\n \"endTime\": \"2017-05-13T12:40:51.9305031Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting test 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\": \"PrepareTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoPrepareTestVm\",\r\n \"startTime\": \"2017-05-13T12:40:51.9305031Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Creating test 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\": \"BootTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoBootTestVm\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T12:39:39.9690575Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": \"Active\",\r\n \"comments\": null,\r\n \"networkName\": \"vnetavrai\",\r\n \"networkFriendlyName\": \"vnetavrai\",\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"PrimaryVmName\": \"vm1\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm1\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T12:39:39.9690575Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210318T153342Z:a2f98f34-f43d-4942-ad82-4d22c23449cd" ], "Date": [ - "Sat, 13 May 2017 12:41:43 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" + "Thu, 18 Mar 2021 15:33:41 GMT" ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "a59db953-2e09-4eb1-9cd1-3729f9447769" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13884" + "Content-Length": [ + "191" ], - "x-ms-correlation-request-id": [ - "43efeba8-8219-4f1e-bb54-2008e4ed6a33" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T124143Z:43efeba8-8219-4f1e-bb54-2008e4ed6a33" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"10f84032-df9b-476a-b7d7-95dc3375d5c0\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-18T15:32:41.5515487Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2NlZDI2NTQ5LTRhODctNDIxNC05NGQ2LTIyZTI4MTY5MWFmYz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/10f84032-df9b-476a-b7d7-95dc3375d5c0?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzEwZjg0MDMyLWRmOWItNDc2YS1iN2Q3LTk1ZGMzMzc1ZDVjMD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc\",\r\n \"name\": \"ced26549-4a87-4214-94d6-22e281691afc\",\r\n \"properties\": {\r\n \"activityId\": \"cf534bce-351b-46a5-8a9f-781dd3077e63 ActivityId: 0427520a-4444-4b57-a1a6-44ffff0cc14f\",\r\n \"scenarioName\": \"TestFailover\",\r\n \"friendlyName\": \"Test failover\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"TestFailoverPreflightChecksTask\",\r\n \"name\": \"VmTfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T12:39:43.7222639Z\",\r\n \"endTime\": \"2017-05-13T12:39:44.254346Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for test 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\": \"BeginTestFailoverTask\",\r\n \"name\": \"VmTfoInitiateFailover\",\r\n \"startTime\": \"2017-05-13T12:39:44.254346Z\",\r\n \"endTime\": \"2017-05-13T12:40:51.9305031Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting test 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\": \"PrepareTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoPrepareTestVm\",\r\n \"startTime\": \"2017-05-13T12:40:51.9305031Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Creating test 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\": \"BootTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoBootTestVm\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T12:39:39.9690575Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": \"Active\",\r\n \"comments\": null,\r\n \"networkName\": \"vnetavrai\",\r\n \"networkFriendlyName\": \"vnetavrai\",\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"PrimaryVmName\": \"vm1\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm1\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T12:39:39.9690575Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 12:42:14 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/10f84032-df9b-476a-b7d7-95dc3375d5c0" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "dba2ef12-6f62-4a36-9550-51059395c01e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13866" + "267388fb-d2f3-4d7c-916e-7ac120b8ff3d" ], "x-ms-correlation-request-id": [ - "7469e844-99e2-4f90-9913-ecd647395b3d" + "76b7d912-e755-4b8d-aa23-feed00078adc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T124215Z:7469e844-99e2-4f90-9913-ecd647395b3d" + "CENTRALUSEUAP:20210318T153412Z:76b7d912-e755-4b8d-aa23-feed00078adc" + ], + "Date": [ + "Thu, 18 Mar 2021 15:34:11 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"10f84032-df9b-476a-b7d7-95dc3375d5c0\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-18T15:32:41.5515487Z\",\r\n \"endTime\": \"2021-03-18T15:34:01Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2NlZDI2NTQ5LTRhODctNDIxNC05NGQ2LTIyZTI4MTY5MWFmYz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290/operationresults/10f84032-df9b-476a-b7d7-95dc3375d5c0?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy8xOTNjYTA5OC05OTFkLTRhNmYtYmU3OC1kYTJjNmU3YmQyOTAvb3BlcmF0aW9ucmVzdWx0cy8xMGY4NDAzMi1kZjliLTQ3NmEtYjdkNy05NWRjMzM3NWQ1YzA/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc\",\r\n \"name\": \"ced26549-4a87-4214-94d6-22e281691afc\",\r\n \"properties\": {\r\n \"activityId\": \"cf534bce-351b-46a5-8a9f-781dd3077e63 ActivityId: 0427520a-4444-4b57-a1a6-44ffff0cc14f\",\r\n \"scenarioName\": \"TestFailover\",\r\n \"friendlyName\": \"Test failover\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"TestFailoverPreflightChecksTask\",\r\n \"name\": \"VmTfoPrerequisitesCheck\",\r\n \"startTime\": \"2017-05-13T12:39:43.7222639Z\",\r\n \"endTime\": \"2017-05-13T12:39:44.254346Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for test 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\": \"BeginTestFailoverTask\",\r\n \"name\": \"VmTfoInitiateFailover\",\r\n \"startTime\": \"2017-05-13T12:39:44.254346Z\",\r\n \"endTime\": \"2017-05-13T12:40:51.9305031Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Starting test 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\": \"PrepareTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoPrepareTestVm\",\r\n \"startTime\": \"2017-05-13T12:40:51.9305031Z\",\r\n \"endTime\": \"2017-05-13T12:42:28.2405233Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Creating test 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\": \"BootTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoBootTestVm\",\r\n \"startTime\": \"2017-05-13T12:42:28.2405233Z\",\r\n \"endTime\": \"2017-05-13T12:42:28.4280165Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Start 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T12:39:39.9690575Z\",\r\n \"endTime\": \"2017-05-13T12:42:27Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": \"Active\",\r\n \"comments\": null,\r\n \"networkName\": \"vnetavrai\",\r\n \"networkFriendlyName\": \"vnetavrai\",\r\n \"networkType\": \"VmNetworkAsInput\",\r\n \"protectedItemDetails\": [\r\n {\r\n \"name\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"friendlyName\": \"vm1\",\r\n \"testVmName\": \"vm1-test\",\r\n \"testVmFriendlyName\": \"vm1-test\",\r\n \"networkConnectionStatus\": \"Connected\",\r\n \"networkFriendlyName\": \"vnetavrai\",\r\n \"subnet\": \"Subnet1\"\r\n }\r\n ],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"PrimaryVmName\": \"vm1\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm1\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T12:39:39.9690575Z\",\r\n \"endTime\": \"2017-05-13T12:42:27Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 12:42:45 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/10f84032-df9b-476a-b7d7-95dc3375d5c0", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/10f84032-df9b-476a-b7d7-95dc3375d5c0" ], - "X-Powered-By": [ - "ASP.NET" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/10f84032-df9b-476a-b7d7-95dc3375d5c0?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "4ed99425-807b-468e-bc06-e44fdc29f8d5" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13857" + "x-ms-client-request-id": [ + "44e2968f-6156-4902-981d-06247134c9a2" ], "x-ms-correlation-request-id": [ - "7091e776-6fda-4280-8958-073c713c2438" + "08c4057a-6647-4967-9750-846040f26d1b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T124245Z:7091e776-6fda-4280-8958-073c713c2438" + "CENTRALUSEUAP:20210318T153413Z:08c4057a-6647-4967-9750-846040f26d1b" + ], + "Date": [ + "Thu, 18 Mar 2021 15:34:13 GMT" + ], + "Content-Length": [ + "6427" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"name\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDKFirst\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"Protected\",\r\n \"protectionStateDescription\": \"Protected\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"WaitingForCompletion\",\r\n \"testFailoverStateDescription\": \"Waiting for user input\",\r\n \"allowedOperations\": [\r\n \"DisableProtection\",\r\n \"TestFailoverCleanup\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"lastSuccessfulTestFailoverTime\": \"2021-03-18T15:32:41.5515487Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290/recoveryPoints/2845b784-68c4-41ff-a7fc-16c146ad0566\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5a687328-162d-402d-a298-146ffa97b086\",\r\n \"diskId\": \"193CA098-991D-4A6F-BE78-DA2C6E7BD290_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDKFirst\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDKFirst\",\r\n \"recoveryAzureVMSize\": \"Standard_B1s\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-18T09:53:13Z\",\r\n \"rpoInSeconds\": 19786,\r\n \"lastRpoCalculatedTime\": \"2021-03-18T15:23:00.2955648Z\",\r\n \"vmId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OjE5M0NBMDk4LTk5MUQtNEE2Ri1CRTc4LURBMkM2RTdCRDI5MFw2QzNFQjMwMC00NzVBLTRDMTUtQUY4Mi0zQTdBOTQxRjYyNEQ=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"default\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": null,\r\n \"recoveryLBBackendAddressPoolIds\": null,\r\n \"tfoSubnetName\": null,\r\n \"tfoStaticIPAddress\": null,\r\n \"tfoPublicIPAddressId\": null,\r\n \"tfoLBBackendAddressPoolIds\": null\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OjE5M0NBMDk4LTk5MUQtNEE2Ri1CRTc4LURBMkM2RTdCRDI5MFw2QzNFQjMwMC00NzVBLTRDMTUtQUY4Mi0zQTdBOTQxRjYyNEQ=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": \"Never\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": null,\r\n \"targetAvailabilityZone\": null,\r\n \"targetProximityPlacementGroupId\": null,\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"NotSpecified\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-18T09:53:13.3993206Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": null,\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"d7ceffc4-255d-4d2f-affd-38fa714d92c5\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/TestFailoverCleanup.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/TestFailoverCleanup.json index 4f4105d3a851c..2c82a2f67be32 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/TestFailoverCleanup.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/TestFailoverCleanup.json @@ -1,614 +1,405 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9e138988-9da7-409f-b5d4-5bdd25c257d1" + "c8518154-6776-46ef-9818-df4cd4f6347f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 12:45:12 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9e138988-9da7-409f-b5d4-5bdd25c257d1 5/13/2017 12:45:12 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "c8518154-6776-46ef-9818-df4cd4f6347f 3/18/2021 3:34:40 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "9e138988-9da7-409f-b5d4-5bdd25c257d1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13975" + "c8518154-6776-46ef-9818-df4cd4f6347f" ], "x-ms-correlation-request-id": [ - "daa30ccb-ca18-4331-a35f-fef1ac01208e" + "477833f4-3352-4753-a442-a740eed99a92" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T124512Z:daa30ccb-ca18-4331-a35f-fef1ac01208e" + "CENTRALUSEUAP:20210318T153440Z:477833f4-3352-4753-a442-a740eed99a92" + ], + "Date": [ + "Thu, 18 Mar 2021 15:34:40 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy8xOTNjYTA5OC05OTFkLTRhNmYtYmU3OC1kYTJjNmU3YmQyOTA/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0af2b26e-e823-4cfa-a1f2-c980ea90630c" + "1a67730b-e2d7-47ad-ab25-3ec363796141" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1\",\r\n \"name\": \"vm1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm1\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"Protected\",\r\n \"protectionStateDescription\": \"Protected\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"WaitingForCompletion\",\r\n \"testFailoverStateDescription\": \"Waiting for user input\",\r\n \"allowedOperations\": [\r\n \"TestFailoverCleanup\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"lastSuccessfulTestFailoverTime\": \"2017-05-13T12:39:39.9690575Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"TestFailover\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/ced26549-4a87-4214-94d6-22e281691afc\",\r\n \"startTime\": \"2017-05-13T12:39:39.9690575Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/recoveryPoints/32975a4a-61ed-45df-a4a5-dd8051e61d2d\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5f01e3a8-73fb-4c60-8cfc-e69297e5d96b\",\r\n \"vhdName\": \"vm1\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm1\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": null,\r\n \"vmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkY4NDkxRTRGLTgxN0EtNDBERC1BOTBDLUFGNzczOTc4Qzc1Qlw3NjAwMzMxRS03NDk4LTQ0QTQtQjdDNy0xQjY1NkJDREQ1MkQ=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMSubnetName\": \"FRExternalNetwork\",\r\n \"vMNetworkName\": \"FRExternalNetwork\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryVMSubnetName\": \"Subnet1\",\r\n \"ipAddressType\": \"Static\",\r\n \"primaryNicStaticIPAddress\": null,\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByUser\"\r\n }\r\n ],\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": \"Never\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 12:45:12 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0af2b26e-e823-4cfa-a1f2-c980ea90630c 5/13/2017 12:45:13 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "1a67730b-e2d7-47ad-ab25-3ec363796141 3/18/2021 3:34:41 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "0af2b26e-e823-4cfa-a1f2-c980ea90630c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13974" + "1a67730b-e2d7-47ad-ab25-3ec363796141" ], "x-ms-correlation-request-id": [ - "67f069cb-c7d5-4c37-822f-8bbcc9cc09ac" + "23f06a43-3f66-4d0a-bc1d-00361e83edba" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T124513Z:67f069cb-c7d5-4c37-822f-8bbcc9cc09ac" + "CENTRALUSEUAP:20210318T153441Z:23f06a43-3f66-4d0a-bc1d-00361e83edba" + ], + "Date": [ + "Thu, 18 Mar 2021 15:34:40 GMT" + ], + "Content-Length": [ + "6427" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"name\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDKFirst\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"Protected\",\r\n \"protectionStateDescription\": \"Protected\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"WaitingForCompletion\",\r\n \"testFailoverStateDescription\": \"Waiting for user input\",\r\n \"allowedOperations\": [\r\n \"DisableProtection\",\r\n \"TestFailoverCleanup\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"lastSuccessfulTestFailoverTime\": \"2021-03-18T15:32:41.5515487Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290/recoveryPoints/2845b784-68c4-41ff-a7fc-16c146ad0566\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5a687328-162d-402d-a298-146ffa97b086\",\r\n \"diskId\": \"193CA098-991D-4A6F-BE78-DA2C6E7BD290_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDKFirst\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDKFirst\",\r\n \"recoveryAzureVMSize\": \"Standard_B1s\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-18T09:53:13Z\",\r\n \"rpoInSeconds\": 19786,\r\n \"lastRpoCalculatedTime\": \"2021-03-18T15:23:00.2955648Z\",\r\n \"vmId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OjE5M0NBMDk4LTk5MUQtNEE2Ri1CRTc4LURBMkM2RTdCRDI5MFw2QzNFQjMwMC00NzVBLTRDMTUtQUY4Mi0zQTdBOTQxRjYyNEQ=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"default\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": null,\r\n \"recoveryLBBackendAddressPoolIds\": null,\r\n \"tfoSubnetName\": null,\r\n \"tfoStaticIPAddress\": null,\r\n \"tfoPublicIPAddressId\": null,\r\n \"tfoLBBackendAddressPoolIds\": null\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OjE5M0NBMDk4LTk5MUQtNEE2Ri1CRTc4LURBMkM2RTdCRDI5MFw2QzNFQjMwMC00NzVBLTRDMTUtQUY4Mi0zQTdBOTQxRjYyNEQ=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": \"Never\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": null,\r\n \"targetAvailabilityZone\": null,\r\n \"targetProximityPlacementGroupId\": null,\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"NotSpecified\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-18T09:53:13.3993206Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": null,\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"d7ceffc4-255d-4d2f-affd-38fa714d92c5\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/testFailoverCleanup?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMS90ZXN0RmFpbG92ZXJDbGVhbnVwP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290/testFailoverCleanup?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy8xOTNjYTA5OC05OTFkLTRhNmYtYmU3OC1kYTJjNmU3YmQyOTAvdGVzdEZhaWxvdmVyQ2xlYW51cD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"comments\": \"Cleaning up\"\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "59" - ], "x-ms-client-request-id": [ - "7868c79d-f1c0-4705-98e1-a1a7e675fc36" + "0a63e98a-382e-4f9d-b52e-fa8acbc8ff20" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "59" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 12:45:14 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm1/operationresults/a397be34-de4e-4bdf-bc88-f53df657224d?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290/operationresults/d6fe2d6e-1d2b-4a0e-8469-2b217cd5c237?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d", - "7868c79d-f1c0-4705-98e1-a1a7e675fc36 5/13/2017 12:45:14 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/d6fe2d6e-1d2b-4a0e-8469-2b217cd5c237", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/d6fe2d6e-1d2b-4a0e-8469-2b217cd5c237" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/d6fe2d6e-1d2b-4a0e-8469-2b217cd5c237?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "7868c79d-f1c0-4705-98e1-a1a7e675fc36" - ], - "X-Powered-By": [ - "ASP.NET" + "0a63e98a-382e-4f9d-b52e-fa8acbc8ff20" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "83fb9eb4-5637-4004-b744-131a3a79eb51" + "6055ff23-325b-4fd5-ab5e-13257b30cf33" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T124514Z:83fb9eb4-5637-4004-b744-131a3a79eb51" + "CENTRALUSEUAP:20210318T153442Z:6055ff23-325b-4fd5-ab5e-13257b30cf33" + ], + "Date": [ + "Thu, 18 Mar 2021 15:34:41 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2EzOTdiZTM0LWRlNGUtNGJkZi1iYzg4LWY1M2RmNjU3MjI0ZD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/d6fe2d6e-1d2b-4a0e-8469-2b217cd5c237?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2Q2ZmUyZDZlLTFkMmItNGEwZS04NDY5LTJiMjE3Y2Q1YzIzNz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d\",\r\n \"name\": \"a397be34-de4e-4bdf-bc88-f53df657224d\",\r\n \"properties\": {\r\n \"activityId\": \"7868c79d-f1c0-4705-98e1-a1a7e675fc36 ActivityId: 83fb9eb4-5637-4004-b744-131a3a79eb51\",\r\n \"scenarioName\": \"TestFailoverCleanup\",\r\n \"friendlyName\": \"Test failover cleanup\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"TestFailoverCleanupPreflightChecksTask\",\r\n \"name\": \"VmTfoCleanupPreflightsCheck\",\r\n \"startTime\": \"2017-05-13T12:45:15.157968Z\",\r\n \"endTime\": \"2017-05-13T12:45:15.3766885Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for test failover cleanup\",\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\": \"EndTestFailoverTask\",\r\n \"name\": \"VmTfoEndFailover\",\r\n \"startTime\": \"2017-05-13T12:45:15.3766885Z\",\r\n \"endTime\": \"2017-05-13T12:45:15.8298074Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Ending test 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\": \"CleanupTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoDeleteTestVm\",\r\n \"startTime\": \"2017-05-13T12:45:15.8298074Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the test 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T12:45:14.5685792Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": null,\r\n \"comments\": \"Cleaning up\",\r\n \"networkName\": null,\r\n \"networkFriendlyName\": null,\r\n \"networkType\": null,\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"PrimaryVmName\": \"vm1\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm1\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T12:45:14.5685792Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 12:45:44 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/d6fe2d6e-1d2b-4a0e-8469-2b217cd5c237" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "cc9854d2-8b5d-4e6a-8735-44afaf9590f2" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13967" + "6f0bd268-4e2d-48e2-80e1-b3fc0c2785b0" ], "x-ms-correlation-request-id": [ - "7b589962-2ab5-4c5b-9e7a-4bc9a32c73a3" + "d5daf33f-2f0b-4c59-a624-ce2f234c4a03" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T124545Z:7b589962-2ab5-4c5b-9e7a-4bc9a32c73a3" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2EzOTdiZTM0LWRlNGUtNGJkZi1iYzg4LWY1M2RmNjU3MjI0ZD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d\",\r\n \"name\": \"a397be34-de4e-4bdf-bc88-f53df657224d\",\r\n \"properties\": {\r\n \"activityId\": \"7868c79d-f1c0-4705-98e1-a1a7e675fc36 ActivityId: 83fb9eb4-5637-4004-b744-131a3a79eb51\",\r\n \"scenarioName\": \"TestFailoverCleanup\",\r\n \"friendlyName\": \"Test failover cleanup\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"TestFailoverCleanupPreflightChecksTask\",\r\n \"name\": \"VmTfoCleanupPreflightsCheck\",\r\n \"startTime\": \"2017-05-13T12:45:15.157968Z\",\r\n \"endTime\": \"2017-05-13T12:45:15.3766885Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for test failover cleanup\",\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\": \"EndTestFailoverTask\",\r\n \"name\": \"VmTfoEndFailover\",\r\n \"startTime\": \"2017-05-13T12:45:15.3766885Z\",\r\n \"endTime\": \"2017-05-13T12:45:15.8298074Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Ending test 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\": \"CleanupTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoDeleteTestVm\",\r\n \"startTime\": \"2017-05-13T12:45:15.8298074Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the test 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T12:45:14.5685792Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": null,\r\n \"comments\": \"Cleaning up\",\r\n \"networkName\": null,\r\n \"networkFriendlyName\": null,\r\n \"networkType\": null,\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"PrimaryVmName\": \"vm1\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm1\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T12:45:14.5685792Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210318T153512Z:d5daf33f-2f0b-4c59-a624-ce2f234c4a03" ], "Date": [ - "Sat, 13 May 2017 12:46:15 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Thu, 18 Mar 2021 15:35:11 GMT" ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "6db8aff8-2547-4c56-a50c-1e76c6adb9e1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13955" + "Content-Length": [ + "191" ], - "x-ms-correlation-request-id": [ - "eff22e43-7a40-4b3e-af08-37702d431b11" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T124616Z:eff22e43-7a40-4b3e-af08-37702d431b11" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"d6fe2d6e-1d2b-4a0e-8469-2b217cd5c237\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-18T15:34:41.9737268Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2EzOTdiZTM0LWRlNGUtNGJkZi1iYzg4LWY1M2RmNjU3MjI0ZD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/d6fe2d6e-1d2b-4a0e-8469-2b217cd5c237?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2Q2ZmUyZDZlLTFkMmItNGEwZS04NDY5LTJiMjE3Y2Q1YzIzNz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d\",\r\n \"name\": \"a397be34-de4e-4bdf-bc88-f53df657224d\",\r\n \"properties\": {\r\n \"activityId\": \"7868c79d-f1c0-4705-98e1-a1a7e675fc36 ActivityId: 83fb9eb4-5637-4004-b744-131a3a79eb51\",\r\n \"scenarioName\": \"TestFailoverCleanup\",\r\n \"friendlyName\": \"Test failover cleanup\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"TestFailoverCleanupPreflightChecksTask\",\r\n \"name\": \"VmTfoCleanupPreflightsCheck\",\r\n \"startTime\": \"2017-05-13T12:45:15.157968Z\",\r\n \"endTime\": \"2017-05-13T12:45:15.3766885Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for test failover cleanup\",\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\": \"EndTestFailoverTask\",\r\n \"name\": \"VmTfoEndFailover\",\r\n \"startTime\": \"2017-05-13T12:45:15.3766885Z\",\r\n \"endTime\": \"2017-05-13T12:45:15.8298074Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Ending test 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\": \"CleanupTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoDeleteTestVm\",\r\n \"startTime\": \"2017-05-13T12:45:15.8298074Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the test 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T12:45:14.5685792Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": null,\r\n \"comments\": \"Cleaning up\",\r\n \"networkName\": null,\r\n \"networkFriendlyName\": null,\r\n \"networkType\": null,\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"PrimaryVmName\": \"vm1\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm1\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T12:45:14.5685792Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 12:46:45 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/d6fe2d6e-1d2b-4a0e-8469-2b217cd5c237" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "85119190-3035-4c12-af8b-874e3850622d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13940" + "0e1c4d7b-7f53-4cc3-a45b-018e982e6b1d" ], "x-ms-correlation-request-id": [ - "c2e058dc-55e2-4658-adad-10505a2d98be" + "1a269aed-615f-4db0-bfe0-2ec220307dd7" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T124646Z:c2e058dc-55e2-4658-adad-10505a2d98be" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2EzOTdiZTM0LWRlNGUtNGJkZi1iYzg4LWY1M2RmNjU3MjI0ZD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d\",\r\n \"name\": \"a397be34-de4e-4bdf-bc88-f53df657224d\",\r\n \"properties\": {\r\n \"activityId\": \"7868c79d-f1c0-4705-98e1-a1a7e675fc36 ActivityId: 83fb9eb4-5637-4004-b744-131a3a79eb51\",\r\n \"scenarioName\": \"TestFailoverCleanup\",\r\n \"friendlyName\": \"Test failover cleanup\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"TestFailoverCleanupPreflightChecksTask\",\r\n \"name\": \"VmTfoCleanupPreflightsCheck\",\r\n \"startTime\": \"2017-05-13T12:45:15.157968Z\",\r\n \"endTime\": \"2017-05-13T12:45:15.3766885Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for test failover cleanup\",\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\": \"EndTestFailoverTask\",\r\n \"name\": \"VmTfoEndFailover\",\r\n \"startTime\": \"2017-05-13T12:45:15.3766885Z\",\r\n \"endTime\": \"2017-05-13T12:45:15.8298074Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Ending test 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\": \"CleanupTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoDeleteTestVm\",\r\n \"startTime\": \"2017-05-13T12:45:15.8298074Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the test 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T12:45:14.5685792Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": null,\r\n \"comments\": \"Cleaning up\",\r\n \"networkName\": null,\r\n \"networkFriendlyName\": null,\r\n \"networkType\": null,\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"PrimaryVmName\": \"vm1\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm1\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T12:45:14.5685792Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210318T153543Z:1a269aed-615f-4db0-bfe0-2ec220307dd7" ], "Date": [ - "Sat, 13 May 2017 12:47:16 GMT" - ], - "Pragma": [ - "no-cache" + "Thu, 18 Mar 2021 15:35:42 GMT" ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "7e2b9ce7-a281-4f91-8be3-a0e6f421fbc5" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13929" + "Content-Length": [ + "216" ], - "x-ms-correlation-request-id": [ - "3c7ed814-f2ea-4ddd-bd7f-d35d853cf5ce" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T124717Z:3c7ed814-f2ea-4ddd-bd7f-d35d853cf5ce" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"d6fe2d6e-1d2b-4a0e-8469-2b217cd5c237\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-18T15:34:41.9737268Z\",\r\n \"endTime\": \"2021-03-18T15:35:28Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2EzOTdiZTM0LWRlNGUtNGJkZi1iYzg4LWY1M2RmNjU3MjI0ZD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290/operationresults/d6fe2d6e-1d2b-4a0e-8469-2b217cd5c237?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy8xOTNjYTA5OC05OTFkLTRhNmYtYmU3OC1kYTJjNmU3YmQyOTAvb3BlcmF0aW9ucmVzdWx0cy9kNmZlMmQ2ZS0xZDJiLTRhMGUtODQ2OS0yYjIxN2NkNWMyMzc/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d\",\r\n \"name\": \"a397be34-de4e-4bdf-bc88-f53df657224d\",\r\n \"properties\": {\r\n \"activityId\": \"7868c79d-f1c0-4705-98e1-a1a7e675fc36 ActivityId: 83fb9eb4-5637-4004-b744-131a3a79eb51\",\r\n \"scenarioName\": \"TestFailoverCleanup\",\r\n \"friendlyName\": \"Test failover cleanup\",\r\n \"state\": \"InProgress\",\r\n \"stateDescription\": \"InProgress\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"TestFailoverCleanupPreflightChecksTask\",\r\n \"name\": \"VmTfoCleanupPreflightsCheck\",\r\n \"startTime\": \"2017-05-13T12:45:15.157968Z\",\r\n \"endTime\": \"2017-05-13T12:45:15.3766885Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for test failover cleanup\",\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\": \"EndTestFailoverTask\",\r\n \"name\": \"VmTfoEndFailover\",\r\n \"startTime\": \"2017-05-13T12:45:15.3766885Z\",\r\n \"endTime\": \"2017-05-13T12:45:15.8298074Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Ending test 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\": \"CleanupTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoDeleteTestVm\",\r\n \"startTime\": \"2017-05-13T12:45:15.8298074Z\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the test 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 \"errors\": [],\r\n \"startTime\": \"2017-05-13T12:45:14.5685792Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": null,\r\n \"comments\": \"Cleaning up\",\r\n \"networkName\": null,\r\n \"networkFriendlyName\": null,\r\n \"networkType\": null,\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"PrimaryVmName\": \"vm1\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm1\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T12:45:14.5685792Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 12:47:46 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/d6fe2d6e-1d2b-4a0e-8469-2b217cd5c237", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/d6fe2d6e-1d2b-4a0e-8469-2b217cd5c237" ], - "X-Powered-By": [ - "ASP.NET" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/d6fe2d6e-1d2b-4a0e-8469-2b217cd5c237?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "ec693427-a2b3-407f-bab6-70e368980da2" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13915" + "x-ms-client-request-id": [ + "3787a482-feda-43a4-9f1e-9aab6cd949a0" ], "x-ms-correlation-request-id": [ - "c2df7c51-8342-428c-b727-7f8acb1f67ce" + "4eceaf61-e528-4129-8be3-e74aa9389361" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T124747Z:c2df7c51-8342-428c-b727-7f8acb1f67ce" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2EzOTdiZTM0LWRlNGUtNGJkZi1iYzg4LWY1M2RmNjU3MjI0ZD9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d\",\r\n \"name\": \"a397be34-de4e-4bdf-bc88-f53df657224d\",\r\n \"properties\": {\r\n \"activityId\": \"7868c79d-f1c0-4705-98e1-a1a7e675fc36 ActivityId: 83fb9eb4-5637-4004-b744-131a3a79eb51\",\r\n \"scenarioName\": \"TestFailoverCleanup\",\r\n \"friendlyName\": \"Test failover cleanup\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"TestFailoverCleanupPreflightChecksTask\",\r\n \"name\": \"VmTfoCleanupPreflightsCheck\",\r\n \"startTime\": \"2017-05-13T12:45:15.157968Z\",\r\n \"endTime\": \"2017-05-13T12:45:15.3766885Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for test failover cleanup\",\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\": \"EndTestFailoverTask\",\r\n \"name\": \"VmTfoEndFailover\",\r\n \"startTime\": \"2017-05-13T12:45:15.3766885Z\",\r\n \"endTime\": \"2017-05-13T12:45:15.8298074Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Ending test 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\": \"CleanupTestProtectedEntitiesTask\",\r\n \"name\": \"VmTfoDeleteTestVm\",\r\n \"startTime\": \"2017-05-13T12:45:15.8298074Z\",\r\n \"endTime\": \"2017-05-13T12:48:05.998296Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Clean up the test 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\": \"2017-05-13T12:45:14.5685792Z\",\r\n \"endTime\": \"2017-05-13T12:48:05Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"targetObjectName\": \"vm1\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"TestFailoverJobDetails\",\r\n \"testFailoverStatus\": null,\r\n \"comments\": \"Cleaning up\",\r\n \"networkName\": null,\r\n \"networkFriendlyName\": null,\r\n \"networkType\": null,\r\n \"protectedItemDetails\": [],\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"f8491e4f-817a-40dd-a90c-af773978c75b\",\r\n \"PrimaryVmName\": \"vm1\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm1\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T12:45:14.5685792Z\",\r\n \"endTime\": \"2017-05-13T12:48:05Z\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210318T153543Z:4eceaf61-e528-4129-8be3-e74aa9389361" ], "Date": [ - "Sat, 13 May 2017 12:48:17 GMT" + "Thu, 18 Mar 2021 15:35:42 GMT" ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a397be34-de4e-4bdf-bc88-f53df657224d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "72d15f60-06a6-4cdc-a4b9-216428809ce7" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13894" + "Content-Length": [ + "6461" ], - "x-ms-correlation-request-id": [ - "2e539b09-8ad4-44c1-870f-cf22490b895a" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T124818Z:2e539b09-8ad4-44c1-870f-cf22490b895a" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"name\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDKFirst\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"Protected\",\r\n \"protectionStateDescription\": \"Protected\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"MarkedForDeletion\",\r\n \"testFailoverStateDescription\": \"Cleaning up test environment\",\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"lastSuccessfulTestFailoverTime\": \"2021-03-18T15:32:41.5515487Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/193ca098-991d-4a6f-be78-da2c6e7bd290/recoveryPoints/2845b784-68c4-41ff-a7fc-16c146ad0566\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5a687328-162d-402d-a298-146ffa97b086\",\r\n \"diskId\": \"193CA098-991D-4A6F-BE78-DA2C6E7BD290_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDKFirst\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDKFirst\",\r\n \"recoveryAzureVMSize\": \"Standard_B1s\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-18T09:53:13Z\",\r\n \"rpoInSeconds\": 20532,\r\n \"lastRpoCalculatedTime\": \"2021-03-18T15:35:25.4383569Z\",\r\n \"vmId\": \"193ca098-991d-4a6f-be78-da2c6e7bd290\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OjE5M0NBMDk4LTk5MUQtNEE2Ri1CRTc4LURBMkM2RTdCRDI5MFw2QzNFQjMwMC00NzVBLTRDMTUtQUY4Mi0zQTdBOTQxRjYyNEQ=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"default\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": null,\r\n \"recoveryLBBackendAddressPoolIds\": null,\r\n \"tfoSubnetName\": null,\r\n \"tfoStaticIPAddress\": null,\r\n \"tfoPublicIPAddressId\": null,\r\n \"tfoLBBackendAddressPoolIds\": null\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OjE5M0NBMDk4LTk5MUQtNEE2Ri1CRTc4LURBMkM2RTdCRDI5MFw2QzNFQjMwMC00NzVBLTRDMTUtQUY4Mi0zQTdBOTQxRjYyNEQ=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": \"Never\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": null,\r\n \"targetAvailabilityZone\": null,\r\n \"targetProximityPlacementGroupId\": null,\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"NotSpecified\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-18T09:53:13.3993206Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": null,\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"d7ceffc4-255d-4d2f-affd-38fa714d92c5\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UnplannedFailover.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UnplannedFailover.json index 6b5b96fa79b3d..8c130e357dc36 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UnplannedFailover.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UnplannedFailover.json @@ -1,685 +1,533 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80bdbb27-f8d4-4d32-85b4-3186a7646550" + "a7d1e190-ae3b-45bb-bafd-5c563d4beb13" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:17:01 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "80bdbb27-f8d4-4d32-85b4-3186a7646550 5/15/2017 2:17:01 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "a7d1e190-ae3b-45bb-bafd-5c563d4beb13 3/19/2021 11:35:26 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "80bdbb27-f8d4-4d32-85b4-3186a7646550" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14128" + "a7d1e190-ae3b-45bb-bafd-5c563d4beb13" ], "x-ms-correlation-request-id": [ - "0f18c4b9-0fec-4265-9267-e1aaa02d1847" + "9d8b01d7-566a-4910-b850-9d73c7ad49cc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T141701Z:0f18c4b9-0fec-4265-9267-e1aaa02d1847" + "CENTRALUSEUAP:20210319T113526Z:9d8b01d7-566a-4910-b850-9d73c7ad49cc" + ], + "Date": [ + "Fri, 19 Mar 2021 11:35:26 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 4,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "beec0bc5-acb8-4e20-860b-2ff00bf6fac9" + "14e123c9-b52b-4330-8ae8-43cdde05c9ff" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"name\": \"vm2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\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 \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"lastSuccessfulFailoverTime\": \"2017-05-15T13:46:00.071433Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/92eb6e67-ac18-4043-af5e-6cd5d5891810\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm2\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2017-05-15T07:11:11Z\",\r\n \"vmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkNGMjlFQjdBLTU4RTEtNDVCNC1CNzYwLUM1MzBDMTEzNERGNFw0NDYyM0NDRS02NDJDLTQ0MTYtOTI0My0wMzVDMjhGRjM1MTc=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMSubnetName\": \"FRExternalNetwork\",\r\n \"vMNetworkName\": \"FRExternalNetwork\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryVMSubnetName\": \"Subnet1\",\r\n \"ipAddressType\": \"Static\",\r\n \"primaryNicStaticIPAddress\": null,\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByUser\"\r\n }\r\n ],\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:17:01 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "beec0bc5-acb8-4e20-860b-2ff00bf6fac9 5/15/2017 2:17:02 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "14e123c9-b52b-4330-8ae8-43cdde05c9ff 3/19/2021 11:35:27 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "beec0bc5-acb8-4e20-860b-2ff00bf6fac9" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14126" + "14e123c9-b52b-4330-8ae8-43cdde05c9ff" ], "x-ms-correlation-request-id": [ - "0fada571-8c79-47c3-a1af-9d188eaf1b85" + "30400182-01a0-4add-90b3-58576f43b385" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T141701Z:0fada571-8c79-47c3-a1af-9d188eaf1b85" + "CENTRALUSEUAP:20210319T113527Z:30400182-01a0-4add-90b3-58576f43b385" + ], + "Date": [ + "Fri, 19 Mar 2021 11:35:27 GMT" + ], + "Content-Length": [ + "7505" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"Protected\",\r\n \"protectionStateDescription\": \"Protected\",\r\n \"activeLocation\": \"Primary\",\r\n \"testFailoverState\": \"MarkedForDeletion\",\r\n \"testFailoverStateDescription\": \"Cleaning up test environment\",\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Warning\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitProviderErrorOnReplica\",\r\n \"errorType\": \"305\",\r\n \"errorLevel\": \"Warning\",\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"70179\",\r\n \"summaryMessage\": \"Data change rate beyond supported limits\",\r\n \"errorMessage\": \"\\n The data change rate(churn) for the virtual machine has exceeded the Azure Site Recovery supported limits: https://aka.ms/asr-h2a-target-limits.\\n \",\r\n \"possibleCauses\": \"The data change rate (write bytes/sec) of the virtual machine is more than the Azure Site Recovery supported limits for the selected replication target storage type.\",\r\n \"recommendedAction\": \"\\n 1. Review the Azure Site Recovery supported limits https://aka.ms/asr-h2a-target-limits.\\n 2. If the problem continues to persist use the Azure Site Recovery deployment planner to help plan target storage selection to replicate the virtual machine https://aka.ms/asr-h2a-deployment-planner.\\n \",\r\n \"creationTimeUtc\": \"2021-03-19T11:26:53.7605387Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"errorId\": \"3:305\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"lastSuccessfulFailoverTime\": \"2021-03-19T09:44:18.6482511Z\",\r\n \"lastSuccessfulTestFailoverTime\": \"2021-03-19T07:47:02.2222839Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/5173e1ed-4968-4bad-997a-d311cc061e8c\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-19T10:55:31Z\",\r\n \"rpoInSeconds\": 1882,\r\n \"lastRpoCalculatedTime\": \"2021-03-19T11:26:53.6377963Z\",\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"Subnet1\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": \"\",\r\n \"recoveryLBBackendAddressPoolIds\": [],\r\n \"tfoSubnetName\": \"\",\r\n \"tfoStaticIPAddress\": \"\",\r\n \"tfoPublicIPAddressId\": \"\",\r\n \"tfoLBBackendAddressPoolIds\": []\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"targetAvailabilityZone\": \"\",\r\n \"targetProximityPlacementGroupId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-19T10:55:31.1901604Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": {},\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2b25723-d7c4-4b34-8261-0fef0d7b1454" + "7af5d208-2f2c-4c3b-8d92-48a8c2ec952d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"name\": \"vm2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"UnplannedFailoverCommitPendingStatesBegin\",\r\n \"protectionStateDescription\": \"Failover completed\",\r\n \"activeLocation\": \"Recovery\",\r\n \"testFailoverState\": \"None\",\r\n \"testFailoverStateDescription\": \"None\",\r\n \"allowedOperations\": [\r\n \"CompleteMigration\",\r\n \"Commit\",\r\n \"DisableProtection\",\r\n \"ChangePit\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"lastSuccessfulFailoverTime\": \"2017-05-15T14:17:02.945914Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/recoveryPoints/96626452-deec-4c09-8436-bc67127aac2f\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": \"https://storavrai.blob.core.windows.net/failover-vm2-cf29eb7a-58e1-45b4-b760-c530c1134df4-55046/copied-bc7a4898-0357-4390-97a4-8f3d285ae5d7-695176b6-2f3b-4611-bdbb-0e1554e5b46b.vhd\",\r\n \"targetDiskName\": \"vm2_vhdx\",\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm2\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2017-05-15T07:11:11Z\",\r\n \"vmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"vmProtectionState\": \"UnplannedFailoverCommitPendingStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Failover completed\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkNGMjlFQjdBLTU4RTEtNDVCNC1CNzYwLUM1MzBDMTEzNERGNFw0NDYyM0NDRS02NDJDLTQ0MTYtOTI0My0wMzVDMjhGRjM1MTc=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMSubnetName\": \"FRExternalNetwork\",\r\n \"vMNetworkName\": \"FRExternalNetwork\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryVMSubnetName\": \"Subnet1\",\r\n \"ipAddressType\": \"Static\",\r\n \"primaryNicStaticIPAddress\": null,\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByUser\"\r\n }\r\n ],\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:20:06 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c2b25723-d7c4-4b34-8261-0fef0d7b1454 5/15/2017 2:20:07 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "7af5d208-2f2c-4c3b-8d92-48a8c2ec952d 3/19/2021 11:37:00 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "c2b25723-d7c4-4b34-8261-0fef0d7b1454" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14110" + "7af5d208-2f2c-4c3b-8d92-48a8c2ec952d" ], "x-ms-correlation-request-id": [ - "4a2a52e3-bd36-4fe0-8e9e-07767d5ec699" + "4257d2f6-fc2c-4f18-8a17-47c8daef3626" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T142006Z:4a2a52e3-bd36-4fe0-8e9e-07767d5ec699" + "CENTRALUSEUAP:20210319T113700Z:4257d2f6-fc2c-4f18-8a17-47c8daef3626" + ], + "Date": [ + "Fri, 19 Mar 2021 11:37:00 GMT" + ], + "Content-Length": [ + "6633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"UnplannedFailoverCommitPendingStatesBegin\",\r\n \"protectionStateDescription\": \"Failover completed\",\r\n \"activeLocation\": \"Recovery\",\r\n \"testFailoverState\": \"MarkedForDeletion\",\r\n \"testFailoverStateDescription\": \"Cleaning up test environment\",\r\n \"allowedOperations\": [\r\n \"CompleteMigration\",\r\n \"Commit\",\r\n \"DisableProtection\",\r\n \"ChangePit\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"lastSuccessfulFailoverTime\": \"2021-03-19T11:35:27.9189239Z\",\r\n \"lastSuccessfulTestFailoverTime\": \"2021-03-19T07:47:02.2222839Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/5b7f8e86-a004-46b9-b214-655756c84da0\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": \"https://sah2atest2.blob.core.windows.net/asr-3aab4437668b717c48/copied-e06c319f-5a90-4907-8606-6c15a92bcf22_83f8638b-8dca-4152-9eda-2ca8b33039b4_0_0.vhd\",\r\n \"targetDiskName\": \"VMforSDK_vhdx-VMforSDK\",\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-19T10:55:31Z\",\r\n \"rpoInSeconds\": 1882,\r\n \"lastRpoCalculatedTime\": \"2021-03-19T11:26:53.6377963Z\",\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"UnplannedFailoverCommitPendingStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Failover completed\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"Subnet1\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": \"\",\r\n \"recoveryLBBackendAddressPoolIds\": [],\r\n \"tfoSubnetName\": \"\",\r\n \"tfoStaticIPAddress\": \"\",\r\n \"tfoPublicIPAddressId\": \"\",\r\n \"tfoLBBackendAddressPoolIds\": []\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"targetAvailabilityZone\": \"\",\r\n \"targetProximityPlacementGroupId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-19T10:55:31.1901604Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": {},\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/unplannedFailover?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMi91bnBsYW5uZWRGYWlsb3Zlcj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/unplannedFailover?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy91bnBsYW5uZWRGYWlsb3Zlcj9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"failoverDirection\": \"PrimaryToRecovery\",\r\n \"sourceSiteOperations\": \"NotRequired\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"vaultLocation\": \"West US\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"failoverDirection\": \"PrimaryToRecovery\",\r\n \"sourceSiteOperations\": \"NotRequired\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\"\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "239" - ], "x-ms-client-request-id": [ - "6efffda2-64f5-478f-a250-b3a651d04f9c" + "f7394035-cf5a-45da-93e5-bf98005de10f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "204" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:17:02 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/operationresults/695176b6-2f3b-4611-bdbb-0e1554e5b46b?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/operationresults/de6d64f5-f3ec-4454-9002-2b7d9181d54c?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b", - "6efffda2-64f5-478f-a250-b3a651d04f9c 5/15/2017 2:17:03 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/de6d64f5-f3ec-4454-9002-2b7d9181d54c", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/de6d64f5-f3ec-4454-9002-2b7d9181d54c" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/de6d64f5-f3ec-4454-9002-2b7d9181d54c?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "6efffda2-64f5-478f-a250-b3a651d04f9c" - ], - "X-Powered-By": [ - "ASP.NET" + "f7394035-cf5a-45da-93e5-bf98005de10f" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-correlation-request-id": [ - "343ac66a-2b3f-40eb-9fc5-8b4a4fd0c956" + "5e0d6188-60f1-4137-a547-66985d2f9422" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T141703Z:343ac66a-2b3f-40eb-9fc5-8b4a4fd0c956" + "CENTRALUSEUAP:20210319T113528Z:5e0d6188-60f1-4137-a547-66985d2f9422" + ], + "Date": [ + "Fri, 19 Mar 2021 11:35:27 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY5NTE3NmI2LTJmM2ItNDYxMS1iZGJiLTBlMTU1NGU1YjQ2Yj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/de6d64f5-f3ec-4454-9002-2b7d9181d54c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2RlNmQ2NGY1LWYzZWMtNDQ1NC05MDAyLTJiN2Q5MTgxZDU0Yz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b\",\r\n \"name\": \"695176b6-2f3b-4611-bdbb-0e1554e5b46b\",\r\n \"properties\": {\r\n \"activityId\": \"6efffda2-64f5-478f-a250-b3a651d04f9c ActivityId: 343ac66a-2b3f-40eb-9fc5-8b4a4fd0c956\",\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\": \"2017-05-15T14:17:05.937056Z\",\r\n \"endTime\": \"2017-05-15T14:17:06.2183112Z\",\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\": \"2017-05-15T14:17:06.2183112Z\",\r\n \"endTime\": \"2017-05-15T14:17:06.3745613Z\",\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\": \"2017-05-15T14:17:06.3745613Z\",\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\": \"2017-05-15T14:17:06.9370604Z\",\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\": \"2017-05-15T14:17:02.945914Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T14:17:02.945914Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:17:32 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/de6d64f5-f3ec-4454-9002-2b7d9181d54c" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "b4a68393-74f8-4939-9736-417bee38fb33" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14116" + "2dfb3459-27d6-49b8-b071-0d97d343d79a" ], "x-ms-correlation-request-id": [ - "d35f79a1-4b6a-409c-b8ee-d7651117a5af" + "e6bba044-8985-4169-8a69-b9d8d29e3c36" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T141733Z:d35f79a1-4b6a-409c-b8ee-d7651117a5af" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY5NTE3NmI2LTJmM2ItNDYxMS1iZGJiLTBlMTU1NGU1YjQ2Yj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b\",\r\n \"name\": \"695176b6-2f3b-4611-bdbb-0e1554e5b46b\",\r\n \"properties\": {\r\n \"activityId\": \"6efffda2-64f5-478f-a250-b3a651d04f9c ActivityId: 343ac66a-2b3f-40eb-9fc5-8b4a4fd0c956\",\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\": \"2017-05-15T14:17:05.937056Z\",\r\n \"endTime\": \"2017-05-15T14:17:06.2183112Z\",\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\": \"2017-05-15T14:17:06.2183112Z\",\r\n \"endTime\": \"2017-05-15T14:17:06.3745613Z\",\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\": \"2017-05-15T14:17:06.3745613Z\",\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\": \"2017-05-15T14:17:06.9370604Z\",\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\": \"2017-05-15T14:17:02.945914Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T14:17:02.945914Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210319T113558Z:e6bba044-8985-4169-8a69-b9d8d29e3c36" ], "Date": [ - "Mon, 15 May 2017 14:18:04 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" + "Fri, 19 Mar 2021 11:35:57 GMT" ], - "x-ms-client-request-id": [ - "b08beeb4-b424-4dd8-9c90-6f12d1e7a40e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14101" + "Content-Length": [ + "191" ], - "x-ms-correlation-request-id": [ - "59311426-64aa-414d-ab57-bfe57ee8261a" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T141804Z:59311426-64aa-414d-ab57-bfe57ee8261a" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"de6d64f5-f3ec-4454-9002-2b7d9181d54c\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T11:35:27.9189239Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY5NTE3NmI2LTJmM2ItNDYxMS1iZGJiLTBlMTU1NGU1YjQ2Yj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/de6d64f5-f3ec-4454-9002-2b7d9181d54c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2RlNmQ2NGY1LWYzZWMtNDQ1NC05MDAyLTJiN2Q5MTgxZDU0Yz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b\",\r\n \"name\": \"695176b6-2f3b-4611-bdbb-0e1554e5b46b\",\r\n \"properties\": {\r\n \"activityId\": \"6efffda2-64f5-478f-a250-b3a651d04f9c ActivityId: 343ac66a-2b3f-40eb-9fc5-8b4a4fd0c956\",\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\": \"2017-05-15T14:17:05.937056Z\",\r\n \"endTime\": \"2017-05-15T14:17:06.2183112Z\",\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\": \"2017-05-15T14:17:06.2183112Z\",\r\n \"endTime\": \"2017-05-15T14:17:06.3745613Z\",\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\": \"2017-05-15T14:17:06.3745613Z\",\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\": \"2017-05-15T14:17:06.9370604Z\",\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\": \"2017-05-15T14:17:02.945914Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T14:17:02.945914Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:18:34 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/de6d64f5-f3ec-4454-9002-2b7d9181d54c" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "4149837a-c834-429c-8487-33e81625635d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14095" + "2ed57f45-908d-4789-85d8-ae24643f941b" ], "x-ms-correlation-request-id": [ - "c17de1f9-c24a-4ca0-adda-5d5aa6084f94" + "0d766839-ecbe-4185-a2fe-924f33545bfc" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T141835Z:c17de1f9-c24a-4ca0-adda-5d5aa6084f94" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY5NTE3NmI2LTJmM2ItNDYxMS1iZGJiLTBlMTU1NGU1YjQ2Yj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b\",\r\n \"name\": \"695176b6-2f3b-4611-bdbb-0e1554e5b46b\",\r\n \"properties\": {\r\n \"activityId\": \"6efffda2-64f5-478f-a250-b3a651d04f9c ActivityId: 343ac66a-2b3f-40eb-9fc5-8b4a4fd0c956\",\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\": \"2017-05-15T14:17:05.937056Z\",\r\n \"endTime\": \"2017-05-15T14:17:06.2183112Z\",\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\": \"2017-05-15T14:17:06.2183112Z\",\r\n \"endTime\": \"2017-05-15T14:17:06.3745613Z\",\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\": \"2017-05-15T14:17:06.3745613Z\",\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\": \"2017-05-15T14:17:06.9370604Z\",\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\": \"2017-05-15T14:17:02.945914Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T14:17:02.945914Z\",\r\n \"endTime\": null\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" + "CENTRALUSEUAP:20210319T113628Z:0d766839-ecbe-4185-a2fe-924f33545bfc" ], "Date": [ - "Mon, 15 May 2017 14:19:04 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" + "Fri, 19 Mar 2021 11:36:28 GMT" ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-AspNet-Version": [ - "4.0.30319" - ], - "X-Powered-By": [ - "ASP.NET" - ], - "x-ms-client-request-id": [ - "e65b44fa-77cc-4129-96aa-6ecb937197ff" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14087" + "Content-Length": [ + "191" ], - "x-ms-correlation-request-id": [ - "70d318a7-2e61-4f55-9287-1e78aa64af14" + "Content-Type": [ + "application/json" ], - "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T141905Z:70d318a7-2e61-4f55-9287-1e78aa64af14" + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"de6d64f5-f3ec-4454-9002-2b7d9181d54c\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-19T11:35:27.9189239Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY5NTE3NmI2LTJmM2ItNDYxMS1iZGJiLTBlMTU1NGU1YjQ2Yj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/de6d64f5-f3ec-4454-9002-2b7d9181d54c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2RlNmQ2NGY1LWYzZWMtNDQ1NC05MDAyLTJiN2Q5MTgxZDU0Yz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b\",\r\n \"name\": \"695176b6-2f3b-4611-bdbb-0e1554e5b46b\",\r\n \"properties\": {\r\n \"activityId\": \"6efffda2-64f5-478f-a250-b3a651d04f9c ActivityId: 343ac66a-2b3f-40eb-9fc5-8b4a4fd0c956\",\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\": \"2017-05-15T14:17:05.937056Z\",\r\n \"endTime\": \"2017-05-15T14:17:06.2183112Z\",\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\": \"2017-05-15T14:17:06.2183112Z\",\r\n \"endTime\": \"2017-05-15T14:17:06.3745613Z\",\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\": \"2017-05-15T14:17:06.3745613Z\",\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\": \"2017-05-15T14:17:06.9370604Z\",\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\": \"2017-05-15T14:17:02.945914Z\",\r\n \"allowedActions\": [\r\n \"Cancel\"\r\n ],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"InProgress\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T14:17:02.945914Z\",\r\n \"endTime\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:19:35 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/de6d64f5-f3ec-4454-9002-2b7d9181d54c" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "f10d48c7-5486-440c-82bc-6e414b7148ef" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14077" + "9bb38ca4-f964-4f91-b670-67400ef3b89c" ], "x-ms-correlation-request-id": [ - "63bcdcb5-7200-4d2b-ba0d-563683865479" + "00cc1c87-d79a-4e2a-8b54-6d347c781435" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T141935Z:63bcdcb5-7200-4d2b-ba0d-563683865479" + "CENTRALUSEUAP:20210319T113659Z:00cc1c87-d79a-4e2a-8b54-6d347c781435" + ], + "Date": [ + "Fri, 19 Mar 2021 11:36:58 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"de6d64f5-f3ec-4454-9002-2b7d9181d54c\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T11:35:27.9189239Z\",\r\n \"endTime\": \"2021-03-19T11:36:43Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY5NTE3NmI2LTJmM2ItNDYxMS1iZGJiLTBlMTU1NGU1YjQ2Yj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/operationresults/de6d64f5-f3ec-4454-9002-2b7d9181d54c?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESy9vcGVyYXRpb25yZXN1bHRzL2RlNmQ2NGY1LWYzZWMtNDQ1NC05MDAyLTJiN2Q5MTgxZDU0Yz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b\",\r\n \"name\": \"695176b6-2f3b-4611-bdbb-0e1554e5b46b\",\r\n \"properties\": {\r\n \"activityId\": \"6efffda2-64f5-478f-a250-b3a651d04f9c ActivityId: 343ac66a-2b3f-40eb-9fc5-8b4a4fd0c956\",\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\": \"2017-05-15T14:17:05.937056Z\",\r\n \"endTime\": \"2017-05-15T14:17:06.2183112Z\",\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\": \"2017-05-15T14:17:06.2183112Z\",\r\n \"endTime\": \"2017-05-15T14:17:06.3745613Z\",\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\": \"2017-05-15T14:17:06.3745613Z\",\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\": \"2017-05-15T14:17:06.9370604Z\",\r\n \"endTime\": \"2017-05-15T14:19:52.5535838Z\",\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\": \"2017-05-15T14:19:52.5535838Z\",\r\n \"endTime\": \"2017-05-15T14:19:52.7128812Z\",\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\": \"2017-05-15T14:17:02.945914Z\",\r\n \"endTime\": \"2017-05-15T14:19:52Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T14:17:02.945914Z\",\r\n \"endTime\": \"2017-05-15T14:19:52Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 14:20:05 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/695176b6-2f3b-4611-bdbb-0e1554e5b46b" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/de6d64f5-f3ec-4454-9002-2b7d9181d54c", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/de6d64f5-f3ec-4454-9002-2b7d9181d54c" ], - "X-Powered-By": [ - "ASP.NET" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/de6d64f5-f3ec-4454-9002-2b7d9181d54c?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "9d1e473e-dc78-4255-921f-5d8e2f1452c9" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14112" + "x-ms-client-request-id": [ + "d3496c1a-db93-4f6c-b4e0-5eecee86b9f0" ], "x-ms-correlation-request-id": [ - "b4154209-2fc1-43dc-8489-78dc1cd6eccc" + "ce0337c7-a856-4c30-9419-51298816703b" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T142006Z:b4154209-2fc1-43dc-8489-78dc1cd6eccc" + "CENTRALUSEUAP:20210319T113659Z:ce0337c7-a856-4c30-9419-51298816703b" + ], + "Date": [ + "Fri, 19 Mar 2021 11:36:58 GMT" + ], + "Content-Length": [ + "6633" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"UnplannedFailoverCommitPendingStatesBegin\",\r\n \"protectionStateDescription\": \"Failover completed\",\r\n \"activeLocation\": \"Recovery\",\r\n \"testFailoverState\": \"MarkedForDeletion\",\r\n \"testFailoverStateDescription\": \"Cleaning up test environment\",\r\n \"allowedOperations\": [\r\n \"CompleteMigration\",\r\n \"Commit\",\r\n \"DisableProtection\",\r\n \"ChangePit\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"lastSuccessfulFailoverTime\": \"2021-03-19T11:35:27.9189239Z\",\r\n \"lastSuccessfulTestFailoverTime\": \"2021-03-19T07:47:02.2222839Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/5b7f8e86-a004-46b9-b214-655756c84da0\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": \"https://sah2atest2.blob.core.windows.net/asr-3aab4437668b717c48/copied-e06c319f-5a90-4907-8606-6c15a92bcf22_83f8638b-8dca-4152-9eda-2ca8b33039b4_0_0.vhd\",\r\n \"targetDiskName\": \"VMforSDK_vhdx-VMforSDK\",\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-19T10:55:31Z\",\r\n \"rpoInSeconds\": 1882,\r\n \"lastRpoCalculatedTime\": \"2021-03-19T11:26:53.6377963Z\",\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"UnplannedFailoverCommitPendingStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Failover completed\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"Subnet1\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": \"\",\r\n \"recoveryLBBackendAddressPoolIds\": [],\r\n \"tfoSubnetName\": \"\",\r\n \"tfoStaticIPAddress\": \"\",\r\n \"tfoPublicIPAddressId\": \"\",\r\n \"tfoLBBackendAddressPoolIds\": []\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"targetAvailabilityZone\": \"\",\r\n \"targetProximityPlacementGroupId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-19T10:55:31.1901604Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": {},\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UpdateNetworkMapping.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UpdateNetworkMapping.json index c2fc652981e96..ad730f59fad17 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UpdateNetworkMapping.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UpdateNetworkMapping.json @@ -1,282 +1,272 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL2QxODhkYzM3OGE3OGM4MTliZmI4YjFmMDdlYmEyYzE1NTExZTE3ODhjNDFiYTI3NzkyZDk0MzNmYzZhNGUwODcvcmVwbGljYXRpb25OZXR3b3Jrcy9jNDFlZGE4Ni05NmQ1LTQ1NDEtYTZmOC1jNDdkNGI3NWEyNGEvcmVwbGljYXRpb25OZXR3b3JrTWFwcGluZ3MvTldNYXBwaW5nP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9jYTY2N2QyNTM2ZjU0MGNjNTdhNTY2YWU2MzkwODFiMTIzYWQ1MDhkOTNjYWVmMjg1OTIzN2NhMjJmMjY1ODY2L3JlcGxpY2F0aW9uTmV0d29ya3MvNGY3MDRiOGYtOTQ2Yy00NzA1LTk4NDQtMTExNjdlOTAxMDJmL3JlcGxpY2F0aW9uTmV0d29ya01hcHBpbmdzL05XTWFwcGluZz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"recoveryFabricName\": \"Microsoft Azure\",\r\n \"recoveryNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"fabricSpecificDetails\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"recoveryFabricName\": \"Microsoft Azure\",\r\n \"recoveryNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"fabricSpecificDetails\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "317" - ], "x-ms-client-request-id": [ - "d583ee21-b9b7-49ce-a2e7-99fca5c3b9eb" + "47323cd6-0be7-4aa0-b7fc-5de5de6f7d16" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "310" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 12:53:55 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping/operationresults/00ef26d6-4d80-49a4-aaa7-e4dfebd2815f?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping/operationresults/c3054bdd-4d12-4bfc-b30d-83c0be142d5e?api-version=2021-02-10" ], "Retry-After": [ "30" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/00ef26d6-4d80-49a4-aaa7-e4dfebd2815f?api-version=2018-07-10" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d583ee21-b9b7-49ce-a2e7-99fca5c3b9eb 5/15/2017 12:53:56 PM" + "47323cd6-0be7-4aa0-b7fc-5de5de6f7d16 3/18/2021 6:29:43 PM" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Azure-AsyncOperation": [ + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/c3054bdd-4d12-4bfc-b30d-83c0be142d5e?api-version=2021-02-10" ], - "x-ms-client-request-id": [ - "d583ee21-b9b7-49ce-a2e7-99fca5c3b9eb" + "X-Content-Type-Options": [ + "nosniff" ], - "X-Powered-By": [ - "ASP.NET" + "x-ms-client-request-id": [ + "47323cd6-0be7-4aa0-b7fc-5de5de6f7d16" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "8b97e5a6-92b1-4ac4-a9f7-d71b8c43cad7" + "a020565f-52e4-48aa-a9e8-eb750f9797ec" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T125355Z:8b97e5a6-92b1-4ac4-a9f7-d71b8c43cad7" + "CENTRALUSEUAP:20210318T182943Z:a020565f-52e4-48aa-a9e8-eb750f9797ec" + ], + "Date": [ + "Thu, 18 Mar 2021 18:29:42 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/00ef26d6-4d80-49a4-aaa7-e4dfebd2815f?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzAwZWYyNmQ2LTRkODAtNDlhNC1hYWE3LWU0ZGZlYmQyODE1Zj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/c3054bdd-4d12-4bfc-b30d-83c0be142d5e?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzL2MzMDU0YmRkLTRkMTItNGJmYy1iMzBkLTgzYzBiZTE0MmQ1ZT9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/00ef26d6-4d80-49a4-aaa7-e4dfebd2815f\",\r\n \"name\": \"00ef26d6-4d80-49a4-aaa7-e4dfebd2815f\",\r\n \"properties\": {\r\n \"activityId\": \"d583ee21-b9b7-49ce-a2e7-99fca5c3b9eb ActivityId: 8b97e5a6-92b1-4ac4-a9f7-d71b8c43cad7\",\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\": \"3848b9d7-c28e-4f32-a721-28a5b6f11c58\",\r\n \"name\": \"ModifyVMNetworksPairingStatusTask\",\r\n \"startTime\": \"2017-05-15T12:53:56.646107Z\",\r\n \"endTime\": \"2017-05-15T12:54:25.1574917Z\",\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\": \"add0062c-e85d-48f9-9f38-91e0dde6d3a4\",\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\": \"2017-05-15T12:53:56.1092544Z\",\r\n \"endTime\": \"2017-05-15T12:54:25Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"corp\",\r\n \"targetObjectName\": \"corp\",\r\n \"targetInstanceType\": \"Network\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryNetworkId\": \"c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"PrimaryNetworkName\": \"corp\",\r\n \"RecoveryNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"RecoveryNetworkName\": \"vnetavrai\",\r\n \"PrimaryVmmId\": \"2a34ba3d-e783-4c78-9e67-ab9d4c46b639\",\r\n \"PrimaryVmmName\": \"CP-B3L40405-03.fareast.corp.microsoft.com\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"VMM\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T12:53:56.1092544Z\",\r\n \"endTime\": \"2017-05-15T12:54:25Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 12:54:38 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/00ef26d6-4d80-49a4-aaa7-e4dfebd2815f" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/c3054bdd-4d12-4bfc-b30d-83c0be142d5e" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "8a405fbe-0535-48ff-afca-4ec5edaed55f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13995" + "fac8a1d1-ed02-43c5-b885-ad8a80305f0b" ], "x-ms-correlation-request-id": [ - "f12720b0-760c-49c0-b1f3-adacce942f0d" + "31ac7a78-e9b8-4458-989f-86d8562f104a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T125438Z:f12720b0-760c-49c0-b1f3-adacce942f0d" + "CENTRALUSEUAP:20210318T183013Z:31ac7a78-e9b8-4458-989f-86d8562f104a" + ], + "Date": [ + "Thu, 18 Mar 2021 18:30:13 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"c3054bdd-4d12-4bfc-b30d-83c0be142d5e\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-18T18:29:43.3755628Z\",\r\n \"endTime\": \"2021-03-18T18:29:44Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL2QxODhkYzM3OGE3OGM4MTliZmI4YjFmMDdlYmEyYzE1NTExZTE3ODhjNDFiYTI3NzkyZDk0MzNmYzZhNGUwODcvcmVwbGljYXRpb25OZXR3b3Jrcy9jNDFlZGE4Ni05NmQ1LTQ1NDEtYTZmOC1jNDdkNGI3NWEyNGEvcmVwbGljYXRpb25OZXR3b3JrTWFwcGluZ3MvTldNYXBwaW5nP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9jYTY2N2QyNTM2ZjU0MGNjNTdhNTY2YWU2MzkwODFiMTIzYWQ1MDhkOTNjYWVmMjg1OTIzN2NhMjJmMjY1ODY2L3JlcGxpY2F0aW9uTmV0d29ya3MvNGY3MDRiOGYtOTQ2Yy00NzA1LTk4NDQtMTExNjdlOTAxMDJmL3JlcGxpY2F0aW9uTmV0d29ya01hcHBpbmdzL05XTWFwcGluZz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping\",\r\n \"name\": \"NWMapping\",\r\n \"properties\": {\r\n \"state\": \"Paired\",\r\n \"primaryNetworkFriendlyName\": \"corp\",\r\n \"primaryNetworkId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"primaryFabricFriendlyName\": \"CP-B3L40405-03.fareast.corp.microsoft.com\",\r\n \"recoveryNetworkFriendlyName\": \"vnetavrai\",\r\n \"recoveryNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryFabricArmId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"fabricSpecificSettings\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 12:54:38 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "aa1bc354-e7f9-40f3-887e-82881b73b8b8 5/15/2017 12:54:39 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "c5ddaff8-ab0c-42e0-ab9e-4df2743e1bf3 3/18/2021 6:30:14 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "aa1bc354-e7f9-40f3-887e-82881b73b8b8" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13994" + "c5ddaff8-ab0c-42e0-ab9e-4df2743e1bf3" ], "x-ms-correlation-request-id": [ - "26b0adba-0248-4d5e-a3ad-1393a6ef1e35" + "1712acad-b47c-4227-9310-7c8477a66c26" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T125439Z:26b0adba-0248-4d5e-a3ad-1393a6ef1e35" + "CENTRALUSEUAP:20210318T183014Z:1712acad-b47c-4227-9310-7c8477a66c26" + ], + "Date": [ + "Thu, 18 Mar 2021 18:30:14 GMT" + ], + "Content-Length": [ + "1409" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping\",\r\n \"name\": \"NWMapping\",\r\n \"properties\": {\r\n \"state\": \"Paired\",\r\n \"primaryNetworkFriendlyName\": \"corp\",\r\n \"primaryNetworkId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f\",\r\n \"primaryFabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"recoveryNetworkFriendlyName\": \"vnh2atest\",\r\n \"recoveryNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"recoveryFabricArmId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"fabricSpecificSettings\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL2QxODhkYzM3OGE3OGM4MTliZmI4YjFmMDdlYmEyYzE1NTExZTE3ODhjNDFiYTI3NzkyZDk0MzNmYzZhNGUwODcvcmVwbGljYXRpb25OZXR3b3Jrcy9jNDFlZGE4Ni05NmQ1LTQ1NDEtYTZmOC1jNDdkNGI3NWEyNGEvcmVwbGljYXRpb25OZXR3b3JrTWFwcGluZ3MvTldNYXBwaW5nP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9jYTY2N2QyNTM2ZjU0MGNjNTdhNTY2YWU2MzkwODFiMTIzYWQ1MDhkOTNjYWVmMjg1OTIzN2NhMjJmMjY1ODY2L3JlcGxpY2F0aW9uTmV0d29ya3MvNGY3MDRiOGYtOTQ2Yy00NzA1LTk4NDQtMTExNjdlOTAxMDJmL3JlcGxpY2F0aW9uTmV0d29ya01hcHBpbmdzL05XTWFwcGluZz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63534ad3-534d-491e-b6ca-7b9cdaad5b20" + "5557cd69-5291-4f46-bd96-422fd7622b74" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d188dc378a78c819bfb8b1f07eba2c15511e1788c41ba27792d9433fc6a4e087/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a/replicationNetworkMappings/NWMapping\",\r\n \"name\": \"NWMapping\",\r\n \"properties\": {\r\n \"state\": \"Paired\",\r\n \"primaryNetworkFriendlyName\": \"corp\",\r\n \"primaryNetworkId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationNetworks/c41eda86-96d5-4541-a6f8-c47d4b75a24a\",\r\n \"primaryFabricFriendlyName\": \"CP-B3L40405-03.fareast.corp.microsoft.com\",\r\n \"recoveryNetworkFriendlyName\": \"vnetavrai\",\r\n \"recoveryNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryFabricArmId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"fabricSpecificSettings\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 12:54:42 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "63534ad3-534d-491e-b6ca-7b9cdaad5b20 5/15/2017 12:54:43 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "5557cd69-5291-4f46-bd96-422fd7622b74 3/18/2021 6:30:14 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "63534ad3-534d-491e-b6ca-7b9cdaad5b20" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13991" + "5557cd69-5291-4f46-bd96-422fd7622b74" ], "x-ms-correlation-request-id": [ - "f155cd61-115a-4abc-8766-1ad244aeb553" + "8027e829-b064-4866-bbfe-45a0082520c2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T125442Z:f155cd61-115a-4abc-8766-1ad244aeb553" + "CENTRALUSEUAP:20210318T183014Z:8027e829-b064-4866-bbfe-45a0082520c2" + ], + "Date": [ + "Thu, 18 Mar 2021 18:30:14 GMT" + ], + "Content-Length": [ + "1409" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationNetworks/replicationNetworkMappings\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f/replicationNetworkMappings/NWMapping\",\r\n \"name\": \"NWMapping\",\r\n \"properties\": {\r\n \"state\": \"Paired\",\r\n \"primaryNetworkFriendlyName\": \"corp\",\r\n \"primaryNetworkId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/ca667d2536f540cc57a566ae639081b123ad508d93caef2859237ca22f265866/replicationNetworks/4f704b8f-946c-4705-9844-11167e90102f\",\r\n \"primaryFabricFriendlyName\": \"IDCLAB-A495.fareast.corp.microsoft.com\",\r\n \"recoveryNetworkFriendlyName\": \"vnh2atest\",\r\n \"recoveryNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"recoveryFabricArmId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"fabricSpecificSettings\": {\r\n \"instanceType\": \"VmmToAzure\"\r\n }\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UpdatePolicy.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UpdatePolicy.json index 747f5756597cd..1670fa933e54f 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UpdatePolicy.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UpdatePolicy.json @@ -1,283 +1,395 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9wcm90ZWN0aW9ucHJvZmlsZTE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUG9saWNpZXMvcHJvdGVjdGlvbnByb2ZpbGUyP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"replicationProviderSettings\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDuration\": 3,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disable\",\r\n \"storageAccounts\": [\r\n \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\"\r\n ]\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"replicationProviderSettings\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDuration\": 3,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"storageAccounts\": [\r\n \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\"\r\n ]\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "473" - ], "x-ms-client-request-id": [ - "faa2174b-ee83-4c96-93ea-e601c1aa0492" + "328c496a-b48d-4f3b-bddf-445cb6f65bdf" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "435" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:51:38 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1/operationresults/a84a60e8-6e56-46a6-a66a-f8790313cc33?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2/operationresults/833961c5-bfd4-4f1d-988d-0d6fdf717cb3?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a84a60e8-6e56-46a6-a66a-f8790313cc33", - "faa2174b-ee83-4c96-93ea-e601c1aa0492 5/11/2017 5:51:39 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/833961c5-bfd4-4f1d-988d-0d6fdf717cb3", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/833961c5-bfd4-4f1d-988d-0d6fdf717cb3" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a84a60e8-6e56-46a6-a66a-f8790313cc33?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/833961c5-bfd4-4f1d-988d-0d6fdf717cb3?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "faa2174b-ee83-4c96-93ea-e601c1aa0492" - ], - "X-Powered-By": [ - "ASP.NET" + "328c496a-b48d-4f3b-bddf-445cb6f65bdf" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "49a91096-de54-4c36-8f41-c331179ce568" + "9e4e0d76-4da2-4572-abec-1a32588c1b10" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T175138Z:49a91096-de54-4c36-8f41-c331179ce568" + "CENTRALUSEUAP:20210317T192141Z:9e4e0d76-4da2-4572-abec-1a32588c1b10" + ], + "Date": [ + "Wed, 17 Mar 2021 19:21:41 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a84a60e8-6e56-46a6-a66a-f8790313cc33?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzL2E4NGE2MGU4LTZlNTYtNDZhNi1hNjZhLWY4NzkwMzEzY2MzMz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/833961c5-bfd4-4f1d-988d-0d6fdf717cb3?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzgzMzk2MWM1LWJmZDQtNGYxZC05ODhkLTBkNmZkZjcxN2NiMz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a84a60e8-6e56-46a6-a66a-f8790313cc33\",\r\n \"name\": \"a84a60e8-6e56-46a6-a66a-f8790313cc33\",\r\n \"properties\": {\r\n \"activityId\": \"faa2174b-ee83-4c96-93ea-e601c1aa0492 ActivityId: 49a91096-de54-4c36-8f41-c331179ce568\",\r\n \"scenarioName\": \"ModifyProtectionProfile\",\r\n \"friendlyName\": \"Modify settings of the replication policy\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"ModifyProtectionProfilePreflightChecksTask\",\r\n \"name\": \"ModifyProtectionProfilePreflightChecksTask\",\r\n \"startTime\": \"2017-05-11T17:51:41.8100333Z\",\r\n \"endTime\": \"2017-05-11T17:51:41.9194122Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Prerequisites check for updating 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\": \"ModifyProtectionProfileAssociationParentTask\",\r\n \"name\": \"ModifyProtectionProfileAssociationParentTask\",\r\n \"startTime\": \"0001-01-01T00:00:00\",\r\n \"endTime\": \"0001-01-01T00:00:00\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating replication configuration\",\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\": \"ModifyProtectionProfileTask\",\r\n \"name\": \"ModifyProtectionProfileTask\",\r\n \"startTime\": \"2017-05-11T17:51:41.9194122Z\",\r\n \"endTime\": \"2017-05-11T17:51:41.9194122Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Updating the replication policy 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\": \"2017-05-11T17:51:38.990435Z\",\r\n \"endTime\": \"2017-05-11T17:51:41Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"targetObjectName\": \"protectionprofile1\",\r\n \"targetInstanceType\": \"ProtectionProfile\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {}\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-11T17:51:38.990435Z\",\r\n \"endTime\": \"2017-05-11T17:51:41Z\"\r\n}", "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/833961c5-bfd4-4f1d-988d-0d6fdf717cb3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "b95cfae8-9000-4fdd-99bf-11e102d98b54" + ], + "x-ms-correlation-request-id": [ + "1c0042b2-7a2e-4df1-8c32-0b16a2d256cb" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210317T192212Z:1c0042b2-7a2e-4df1-8c32-0b16a2d256cb" + ], + "Date": [ + "Wed, 17 Mar 2021 19:22:12 GMT" + ], + "Content-Length": [ + "191" + ], "Content-Type": [ "application/json" ], "Expires": [ "-1" - ], + ] + }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"833961c5-bfd4-4f1d-988d-0d6fdf717cb3\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-17T19:21:41.3096872Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/833961c5-bfd4-4f1d-988d-0d6fdf717cb3?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzgzMzk2MWM1LWJmZDQtNGYxZC05ODhkLTBkNmZkZjcxN2NiMz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ] + }, + "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:52:08 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/a84a60e8-6e56-46a6-a66a-f8790313cc33" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/833961c5-bfd4-4f1d-988d-0d6fdf717cb3" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "8ea6fc57-d5f6-406c-acac-bb15152a029f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13861" + "6b84fc5d-a254-4379-9c94-2947a1a0f32a" ], "x-ms-correlation-request-id": [ - "0e320d28-58c3-4a0a-8ba6-791025188c19" + "a74e9180-d422-4396-83bd-73811cd9ee30" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T175209Z:0e320d28-58c3-4a0a-8ba6-791025188c19" + "CENTRALUSEUAP:20210317T192242Z:a74e9180-d422-4396-83bd-73811cd9ee30" + ], + "Date": [ + "Wed, 17 Mar 2021 19:22:42 GMT" + ], + "Content-Length": [ + "191" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"833961c5-bfd4-4f1d-988d-0d6fdf717cb3\",\r\n \"properties\": null,\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-03-17T19:21:41.3096872Z\",\r\n \"endTime\": null,\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9wcm90ZWN0aW9ucHJvZmlsZTE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/833961c5-bfd4-4f1d-988d-0d6fdf717cb3?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzgzMzk2MWM1LWJmZDQtNGYxZC05ODhkLTBkNmZkZjcxN2NiMz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"name\": \"protectionprofile1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 3,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\"\r\n }\r\n }\r\n}", "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "Server": [ + "Microsoft-IIS/10.0", + "Kestrel" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/833961c5-bfd4-4f1d-988d-0d6fdf717cb3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-client-request-id": [ + "eb3bf171-bf69-41c1-9a02-c9bb147e645a" + ], + "x-ms-correlation-request-id": [ + "48fb96e4-6641-4d0e-a52a-7d764f75280b" + ], + "x-ms-routing-request-id": [ + "CENTRALUSEUAP:20210317T192313Z:48fb96e4-6641-4d0e-a52a-7d764f75280b" + ], + "Date": [ + "Wed, 17 Mar 2021 19:23:12 GMT" + ], + "Content-Length": [ + "216" + ], "Content-Type": [ "application/json" ], "Expires": [ "-1" - ], + ] + }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"833961c5-bfd4-4f1d-988d-0d6fdf717cb3\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-17T19:21:41.3096872Z\",\r\n \"endTime\": \"2021-03-17T19:22:49Z\",\r\n \"percentComplete\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUG9saWNpZXMvcHJvdGVjdGlvbnByb2ZpbGUyP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ] + }, + "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:52:09 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "867f276a-89be-4376-b54e-83c7c8f7667d 5/11/2017 5:52:09 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "61e47d7f-69d1-4015-bda1-9e9b7419c3e8 3/17/2021 7:23:13 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "867f276a-89be-4376-b54e-83c7c8f7667d" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13860" + "61e47d7f-69d1-4015-bda1-9e9b7419c3e8" ], "x-ms-correlation-request-id": [ - "2c68f944-aa28-4630-b07e-c2a1656112e6" + "4a8e5984-144d-44c9-b206-1d14f03e2d79" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T175209Z:2c68f944-aa28-4630-b07e-c2a1656112e6" + "CENTRALUSEUAP:20210317T192313Z:4a8e5984-144d-44c9-b206-1d14f03e2d79" + ], + "Date": [ + "Wed, 17 Mar 2021 19:23:13 GMT" + ], + "Content-Length": [ + "683" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"name\": \"protectionprofile2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile2\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 3,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Qb2xpY2llcy9wcm90ZWN0aW9ucHJvZmlsZTE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUG9saWNpZXMvcHJvdGVjdGlvbnByb2ZpbGUyP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48f297dc-0c70-44c9-8574-6929a90e7619" + "4fef32ba-a80b-4a9d-8627-04c3c8c95b9c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"name\": \"protectionprofile1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile1\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 3,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\"\r\n }\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 11 May 2017 17:52:09 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "48f297dc-0c70-44c9-8574-6929a90e7619 5/11/2017 5:52:10 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "4fef32ba-a80b-4a9d-8627-04c3c8c95b9c 3/17/2021 7:23:13 PM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "48f297dc-0c70-44c9-8574-6929a90e7619" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13859" + "4fef32ba-a80b-4a9d-8627-04c3c8c95b9c" ], "x-ms-correlation-request-id": [ - "aaa21a05-4fc0-4736-b1b1-191998c41caa" + "d3582908-7085-4c16-9c78-45d4927981e1" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170511T175210Z:aaa21a05-4fc0-4736-b1b1-191998c41caa" + "CENTRALUSEUAP:20210317T192313Z:d3582908-7085-4c16-9c78-45d4927981e1" + ], + "Date": [ + "Wed, 17 Mar 2021 19:23:13 GMT" + ], + "Content-Length": [ + "683" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"name\": \"protectionprofile2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationPolicies\",\r\n \"properties\": {\r\n \"friendlyName\": \"protectionprofile2\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryPointHistoryDurationInHours\": 3,\r\n \"applicationConsistentSnapshotFrequencyInHours\": 2,\r\n \"replicationInterval\": 300,\r\n \"encryption\": \"Disabled\",\r\n \"activeStorageAccountId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\"\r\n }\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UpdateProtectedItem.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UpdateProtectedItem.json index 760a97191083c..20a2f55d87e4e 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UpdateProtectedItem.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UpdateProtectedItem.json @@ -1,425 +1,407 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f37c6041-d989-4bfd-bc1a-e53fb30df3df" + "a30bc819-b4f7-4e08-8785-22744a949c06" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 1,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:43:31 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f37c6041-d989-4bfd-bc1a-e53fb30df3df 5/15/2017 1:43:32 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "a30bc819-b4f7-4e08-8785-22744a949c06 3/19/2021 5:06:53 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "f37c6041-d989-4bfd-bc1a-e53fb30df3df" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14063" + "a30bc819-b4f7-4e08-8785-22744a949c06" ], "x-ms-correlation-request-id": [ - "731073ba-194d-4c2e-8625-291fae29057f" + "f372dfa0-c366-4a3f-84ba-f46f0555f341" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T134332Z:731073ba-194d-4c2e-8625-291fae29057f" + "CENTRALUSEUAP:20210319T050653Z:f372dfa0-c366-4a3f-84ba-f46f0555f341" + ], + "Date": [ + "Fri, 19 Mar 2021 05:06:53 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 3,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b613bdf2-f612-4e41-b6c3-3bfb11ba2e36" + "7d1a30c0-b887-41ae-af47-c159ae43e6fc" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"name\": \"vm2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\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 \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm2\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2017-05-15T06:39:35Z\",\r\n \"vmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkNGMjlFQjdBLTU4RTEtNDVCNC1CNzYwLUM1MzBDMTEzNERGNFw0NDYyM0NDRS02NDJDLTQ0MTYtOTI0My0wMzVDMjhGRjM1MTc=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMSubnetName\": \"FRExternalNetwork\",\r\n \"vMNetworkName\": \"FRExternalNetwork\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryVMSubnetName\": \"subnet1\",\r\n \"ipAddressType\": \"Static\",\r\n \"primaryNicStaticIPAddress\": null,\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByUser\"\r\n }\r\n ],\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:43:32 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b613bdf2-f612-4e41-b6c3-3bfb11ba2e36 5/15/2017 1:43:32 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "7d1a30c0-b887-41ae-af47-c159ae43e6fc 3/19/2021 5:06:54 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "b613bdf2-f612-4e41-b6c3-3bfb11ba2e36" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14062" + "7d1a30c0-b887-41ae-af47-c159ae43e6fc" ], "x-ms-correlation-request-id": [ - "8a2960eb-336b-4f43-b32d-f3ddcd69d7ce" + "9cba9502-4688-4d05-a138-1046d3a2a698" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T134332Z:8a2960eb-336b-4f43-b32d-f3ddcd69d7ce" + "CENTRALUSEUAP:20210319T050654Z:9cba9502-4688-4d05-a138-1046d3a2a698" + ], + "Date": [ + "Fri, 19 Mar 2021 05:06:53 GMT" + ], + "Content-Length": [ + "7893" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\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 \"PlannedFailover\",\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\": \"8002\",\r\n \"errorLevel\": \"Error\",\r\n \"errorCategory\": \"Configuration\",\r\n \"errorCode\": \"161003\",\r\n \"summaryMessage\": \"\",\r\n \"errorMessage\": \"Target network settings are not configured for virtual machine 'VMforSDK'.\",\r\n \"possibleCauses\": \"Target network settings were either removed or are not configured.\",\r\n \"recommendedAction\": \"\\n If you are protecting virtual machines between two different Azure regions, perform network mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For Azure virtual machines)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines managed using System Center VMM, perform Network Mapping between the network in your source region and target region. On the portal, go to Site Recovery Infrastructure> Network Mapping (For System Center VMM)) to configure network mapping.\\n\\n If you are protecting on-premises Hyper-V virtual machines not managed using System Center VMM, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n\\n If you are protecting on-premises virtual machines on VMware or physical servers, go to Compute and Network settings for the virtual machine to configure the target network interface corresponding to the source network interface.\\n \",\r\n \"creationTimeUtc\": \"2021-03-19T02:54:37.8443533Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"errorId\": \"6:8002\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n },\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitFailoverValidatorError\",\r\n \"errorType\": \"8010\",\r\n \"errorLevel\": \"Warning\",\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 'VMforSDK'.\",\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\": \"2021-03-19T02:54:37.8443533Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"errorId\": \"6:8010\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Standard_B1s\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-18T18:35:52Z\",\r\n \"rpoInSeconds\": 37842,\r\n \"lastRpoCalculatedTime\": \"2021-03-19T05:06:35.4574658Z\",\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": null,\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": null,\r\n \"recoveryLBBackendAddressPoolIds\": null,\r\n \"tfoSubnetName\": null,\r\n \"tfoStaticIPAddress\": null,\r\n \"tfoPublicIPAddressId\": null,\r\n \"tfoLBBackendAddressPoolIds\": null\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByDefault\",\r\n \"recoveryNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": null,\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": null,\r\n \"selectedSourceNicId\": \"\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": null,\r\n \"targetAvailabilityZone\": null,\r\n \"targetProximityPlacementGroupId\": null,\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"NotSpecified\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-18T18:35:52.8677177Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": null,\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"name\": \"vm2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\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 \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm2\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2017-05-15T06:39:35Z\",\r\n \"vmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkNGMjlFQjdBLTU4RTEtNDVCNC1CNzYwLUM1MzBDMTEzNERGNFw0NDYyM0NDRS02NDJDLTQ0MTYtOTI0My0wMzVDMjhGRjM1MTc=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMSubnetName\": \"FRExternalNetwork\",\r\n \"vMNetworkName\": \"FRExternalNetwork\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryVMSubnetName\": \"Subnet1\",\r\n \"ipAddressType\": \"Static\",\r\n \"primaryNicStaticIPAddress\": null,\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByUser\"\r\n }\r\n ],\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:44:06 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1590e2fb-8257-449e-80e5-0ebf8d4827d3 5/15/2017 1:44:07 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "d876b377-2564-4620-b2a3-1b65490af49c 3/19/2021 5:07:27 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "1590e2fb-8257-449e-80e5-0ebf8d4827d3" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14049" + "d876b377-2564-4620-b2a3-1b65490af49c" ], "x-ms-correlation-request-id": [ - "21506294-44ae-4943-8652-be9aab789cc9" + "15bbe29f-d9a0-4dd7-96a4-9f32e8dd6475" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T134406Z:21506294-44ae-4943-8652-be9aab789cc9" + "CENTRALUSEUAP:20210319T050727Z:15bbe29f-d9a0-4dd7-96a4-9f32e8dd6475" + ], + "Date": [ + "Fri, 19 Mar 2021 05:07:27 GMT" + ], + "Content-Length": [ + "6554" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\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 \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Warning\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitFailoverValidatorError\",\r\n \"errorType\": \"8010\",\r\n \"errorLevel\": \"Warning\",\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 'VMforSDK'.\",\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\": \"2021-03-19T05:07:01.7999706Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"errorId\": \"6:8010\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-18T18:35:52Z\",\r\n \"rpoInSeconds\": 37842,\r\n \"lastRpoCalculatedTime\": \"2021-03-19T05:06:35.4574658Z\",\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"Subnet1\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": \"\",\r\n \"recoveryLBBackendAddressPoolIds\": [],\r\n \"tfoSubnetName\": \"\",\r\n \"tfoStaticIPAddress\": \"\",\r\n \"tfoPublicIPAddressId\": \"\",\r\n \"tfoLBBackendAddressPoolIds\": []\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"targetAvailabilityZone\": \"\",\r\n \"targetProximityPlacementGroupId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-18T18:35:52.8677177Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": {},\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "594c095d-180f-45d3-bb4b-9cebd73c0073" + "88fa55bb-9e03-4bcb-b1a6-bb7437b91611" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"name\": \"vm2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/6672aaf3-0aa2-4b8e-a3bd-fc015ccfd345\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\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 \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm2\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2017-05-15T06:39:35Z\",\r\n \"vmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkNGMjlFQjdBLTU4RTEtNDVCNC1CNzYwLUM1MzBDMTEzNERGNFw0NDYyM0NDRS02NDJDLTQ0MTYtOTI0My0wMzVDMjhGRjM1MTc=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMSubnetName\": \"FRExternalNetwork\",\r\n \"vMNetworkName\": \"FRExternalNetwork\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryVMSubnetName\": \"Subnet1\",\r\n \"ipAddressType\": \"Static\",\r\n \"primaryNicStaticIPAddress\": null,\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByUser\"\r\n }\r\n ],\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:44:06 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "594c095d-180f-45d3-bb4b-9cebd73c0073 5/15/2017 1:44:07 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "88fa55bb-9e03-4bcb-b1a6-bb7437b91611 3/19/2021 5:07:27 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "594c095d-180f-45d3-bb4b-9cebd73c0073" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14047" + "88fa55bb-9e03-4bcb-b1a6-bb7437b91611" ], "x-ms-correlation-request-id": [ - "9ae82e7d-1949-45ab-99ab-352bb7f427e3" + "658ed7fc-fb59-44f0-a89b-91ade820aaa0" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T134407Z:9ae82e7d-1949-45ab-99ab-352bb7f427e3" + "CENTRALUSEUAP:20210319T050727Z:658ed7fc-fb59-44f0-a89b-91ade820aaa0" + ], + "Date": [ + "Fri, 19 Mar 2021 05:07:27 GMT" + ], + "Content-Length": [ + "6554" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\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 \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"failoverHealth\": \"Warning\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitFailoverValidatorError\",\r\n \"errorType\": \"8010\",\r\n \"errorLevel\": \"Warning\",\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 'VMforSDK'.\",\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\": \"2021-03-19T05:07:01.7999706Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"errorId\": \"6:8010\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-18T18:35:52Z\",\r\n \"rpoInSeconds\": 37842,\r\n \"lastRpoCalculatedTime\": \"2021-03-19T05:06:35.4574658Z\",\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"Subnet1\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": \"\",\r\n \"recoveryLBBackendAddressPoolIds\": [],\r\n \"tfoSubnetName\": \"\",\r\n \"tfoStaticIPAddress\": \"\",\r\n \"tfoPublicIPAddressId\": \"\",\r\n \"tfoLBBackendAddressPoolIds\": []\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"targetAvailabilityZone\": \"\",\r\n \"targetProximityPlacementGroupId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-18T18:35:52.8677177Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": {},\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"recoveryAzureVMName\": \"vm2\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkNGMjlFQjdBLTU4RTEtNDVCNC1CNzYwLUM1MzBDMTEzNERGNFw0NDYyM0NDRS02NDJDLTQ0MTYtOTI0My0wMzVDMjhGRjM1MTc=\",\r\n \"recoveryVMSubnetName\": \"Subnet1\",\r\n \"selectionType\": \"SelectedByUser\"\r\n }\r\n ],\r\n \"licenseType\": \"WindowsServer\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryAzureV2ResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"recoveryAzureVMName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"ipConfigs\": [\r\n {\r\n \"recoverySubnetName\": \"Subnet1\"\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\"\r\n }\r\n ],\r\n \"licenseType\": \"WindowsServer\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"recoveryAzureV2ResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\"\r\n }\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "799" - ], "x-ms-client-request-id": [ - "e04bee61-50c6-4b2b-bf6c-619903b45b3c" + "729b4b8d-228c-482b-afc5-1ae1c6e1329d" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "852" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:43:34 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2/operationresults/69ff3cca-bd16-4a50-8967-2d9aca678893?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/operationresults/5b8a2441-d467-4f58-a587-3c8216bf40d7?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/69ff3cca-bd16-4a50-8967-2d9aca678893", - "e04bee61-50c6-4b2b-bf6c-619903b45b3c 5/15/2017 1:43:35 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/5b8a2441-d467-4f58-a587-3c8216bf40d7", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/5b8a2441-d467-4f58-a587-3c8216bf40d7" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/69ff3cca-bd16-4a50-8967-2d9aca678893?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/5b8a2441-d467-4f58-a587-3c8216bf40d7?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "e04bee61-50c6-4b2b-bf6c-619903b45b3c" - ], - "X-Powered-By": [ - "ASP.NET" + "729b4b8d-228c-482b-afc5-1ae1c6e1329d" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "5cf644e8-7bf1-41ca-b9f3-3e5ddbe2d7c4" + "167b51a1-dc09-47dd-a708-c4547a89e17a" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T134335Z:5cf644e8-7bf1-41ca-b9f3-3e5ddbe2d7c4" + "CENTRALUSEUAP:20210319T050656Z:167b51a1-dc09-47dd-a708-c4547a89e17a" + ], + "Date": [ + "Fri, 19 Mar 2021 05:06:55 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/69ff3cca-bd16-4a50-8967-2d9aca678893?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzY5ZmYzY2NhLWJkMTYtNGE1MC04OTY3LTJkOWFjYTY3ODg5Mz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/5b8a2441-d467-4f58-a587-3c8216bf40d7?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzViOGEyNDQxLWQ0NjctNGY1OC1hNTg3LTNjODIxNmJmNDBkNz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.0.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/69ff3cca-bd16-4a50-8967-2d9aca678893\",\r\n \"name\": \"69ff3cca-bd16-4a50-8967-2d9aca678893\",\r\n \"properties\": {\r\n \"activityId\": \"e04bee61-50c6-4b2b-bf6c-619903b45b3c ActivityId: 5cf644e8-7bf1-41ca-b9f3-3e5ddbe2d7c4\",\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\": \"12346c85-a561-43b1-a63e-7cdcbb59463e\",\r\n \"name\": \"UpdateVmPropertiesTask\",\r\n \"startTime\": \"2017-05-15T13:43:35.4504276Z\",\r\n \"endTime\": \"2017-05-15T13:43:37.9817042Z\",\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\": \"2017-05-15T13:43:35.3920964Z\",\r\n \"endTime\": \"2017-05-15T13:43:38Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"targetObjectName\": \"vm2\",\r\n \"targetInstanceType\": \"ProtectionEntity\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"PrimaryVmName\": \"vm2\",\r\n \"RecoveryVmId\": \"\",\r\n \"RecoveryVmName\": \"vm2\",\r\n \"ProtectionProfileId\": \"0cf7844a-0d07-5dcc-9184-43f90652cd9c\",\r\n \"PrimaryCloudId\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryCloudName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryCloudId\": \"d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"RecoveryCloudName\": \"Microsoft Azure\",\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-15T13:43:35.3920964Z\",\r\n \"endTime\": \"2017-05-15T13:43:38Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Mon, 15 May 2017 13:44:04 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/69ff3cca-bd16-4a50-8967-2d9aca678893" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/5b8a2441-d467-4f58-a587-3c8216bf40d7" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "243181f4-dd3c-421a-9573-8843653f22a5" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14051" + "8740a65d-ed0f-4ec0-8cd4-53b68e546b42" ], "x-ms-correlation-request-id": [ - "37cbc325-1f5f-4bf3-ae6d-04b4cf29fcc6" + "fd03ced7-26d8-401b-b632-11b8a78dc911" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170515T134405Z:37cbc325-1f5f-4bf3-ae6d-04b4cf29fcc6" + "CENTRALUSEUAP:20210319T050726Z:fd03ced7-26d8-401b-b632-11b8a78dc911" + ], + "Date": [ + "Fri, 19 Mar 2021 05:07:25 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"5b8a2441-d467-4f58-a587-3c8216bf40d7\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T05:06:55.9984749Z\",\r\n \"endTime\": \"2021-03-19T05:07:02Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file diff --git a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UpdateRecoveryPlan.json b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UpdateRecoveryPlan.json index c85255bcf38c9..fe18d5f62eeaa 100644 --- a/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UpdateRecoveryPlan.json +++ b/sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/tests/SessionRecords/ASRTests/UpdateRecoveryPlan.json @@ -1,496 +1,474 @@ { "Entries": [ { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMT9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTE/YXBpLXZlcnNpb249MjAyMS0wMi0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18fde195-ef89-45c2-9bad-ef98ebc8f4d4" + "be4141ef-c41a-4c20-b888-9a12189aede3" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\"\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:04:03 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "18fde195-ef89-45c2-9bad-ef98ebc8f4d4 5/13/2017 2:04:04 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "be4141ef-c41a-4c20-b888-9a12189aede3 3/19/2021 11:45:54 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "18fde195-ef89-45c2-9bad-ef98ebc8f4d4" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13747" + "be4141ef-c41a-4c20-b888-9a12189aede3" ], "x-ms-correlation-request-id": [ - "26dfc2e5-3dba-4270-9a39-4f267dfdcbee" + "79187175-49c8-406b-8e8e-77feb408b751" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T140403Z:26dfc2e5-3dba-4270-9a39-4f267dfdcbee" + "CENTRALUSEUAP:20210319T114554Z:79187175-49c8-406b-8e8e-77feb408b751" + ], + "Date": [ + "Fri, 19 Mar 2021 11:45:54 GMT" + ], + "Content-Length": [ + "776" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"name\": \"SiteRecoveryTestSite1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics\",\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"properties\": {\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\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\": \"eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"bcdrState\": \"Valid\",\r\n \"customDetails\": {\r\n \"instanceType\": \"HyperVSite\",\r\n \"hyperVHosts\": [\r\n {\r\n \"id\": \"idclab-a068_fareast_corp_microsoft_com\",\r\n \"name\": \"IDCLAB-A068.fareast.corp.microsoft.com\",\r\n \"marsAgentVersion\": \"2.0.9202.0\"\r\n }\r\n ]\r\n },\r\n \"healthErrorDetails\": [],\r\n \"health\": \"Normal\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzP2FwaS12ZXJzaW9uPTIwMTgtMDctMTA=", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d4dca308-c3a0-4c1e-88e6-f7755560e735" + "a54a9690-d9fc-4735-b680-a17b5b090818" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"name\": \"cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 2,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:04:04 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d4dca308-c3a0-4c1e-88e6-f7755560e735 5/13/2017 2:04:04 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "a54a9690-d9fc-4735-b680-a17b5b090818 3/19/2021 11:45:54 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "d4dca308-c3a0-4c1e-88e6-f7755560e735" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13746" + "a54a9690-d9fc-4735-b680-a17b5b090818" ], "x-ms-correlation-request-id": [ - "57918211-c0f8-4f03-8337-c6d9890d7f79" + "f260c38b-af22-4cab-809e-1e01a0c54c28" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T140404Z:57918211-c0f8-4f03-8337-c6d9890d7f79" + "CENTRALUSEUAP:20210319T114554Z:f260c38b-af22-4cab-809e-1e01a0c54c28" + ], + "Date": [ + "Fri, 19 Mar 2021 11:45:54 GMT" + ], + "Content-Length": [ + "647" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"name\": \"cloud_eecac84c-1761-50ad-9624-a7092c581567\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers\",\r\n \"properties\": {\r\n \"fabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"friendlyName\": \"SiteRecoveryTestSite1\",\r\n \"fabricType\": \"HyperVSite\",\r\n \"protectedItemCount\": 4,\r\n \"pairingStatus\": \"Paired\",\r\n \"role\": \"Primary\",\r\n \"fabricSpecificDetails\": null\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25GYWJyaWNzL1NpdGVSZWNvdmVyeVRlc3RTaXRlMS9yZXBsaWNhdGlvblByb3RlY3Rpb25Db250YWluZXJzL2Nsb3VkX2ZhMDZlMDNiLWUzMDYtNTJmNC1hMDFmLTg4Y2RlYmE2N2ExYy9yZXBsaWNhdGlvblByb3RlY3RlZEl0ZW1zL3ZtMj9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uRmFicmljcy9TaXRlUmVjb3ZlcnlUZXN0U2l0ZTEvcmVwbGljYXRpb25Qcm90ZWN0aW9uQ29udGFpbmVycy9jbG91ZF9lZWNhYzg0Yy0xNzYxLTUwYWQtOTYyNC1hNzA5MmM1ODE1NjcvcmVwbGljYXRpb25Qcm90ZWN0ZWRJdGVtcy9WTWZvclNESz9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b687cd20-ba39-4f69-b706-c7d28292f100" + "4d422d80-75dc-40a3-89ab-6fdac602195b" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"name\": \"vm2\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"vm2\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectableItems/cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/ba2a2d25-377f-4f4b-94a4-2981c79b0998\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\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 \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"DisableProtection\",\r\n \"TestFailover\"\r\n ],\r\n \"replicationHealth\": \"Normal\",\r\n \"replicationHealthErrors\": [],\r\n \"policyId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationPolicies/protectionprofile1\",\r\n \"policyFriendlyName\": \"protectionprofile1\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": null,\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVMDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"474006f7-6ae8-4c26-9143-e056b30374ab\",\r\n \"vhdName\": \"vm2\",\r\n \"maxSizeMB\": \"1024\",\r\n \"targetDiskLocation\": null,\r\n \"targetDiskName\": null,\r\n \"lunId\": \"0\"\r\n }\r\n ],\r\n \"recoveryAzureVMName\": \"vm2\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.Storage/storageAccounts/storavrai\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": null,\r\n \"vmId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\",\r\n \"vmProtectionState\": \"Protected\",\r\n \"vmProtectionStateDescription\": \"Protected\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkNGMjlFQjdBLTU4RTEtNDVCNC1CNzYwLUM1MzBDMTEzNERGNFw0NDYyM0NDRS02NDJDLTQ0MTYtOTI0My0wMzVDMjhGRjM1MTc=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMSubnetName\": \"FRExternalNetwork\",\r\n \"vMNetworkName\": \"FRExternalNetwork\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"recoveryVMSubnetName\": \"Subnet1\",\r\n \"ipAddressType\": \"Static\",\r\n \"primaryNicStaticIPAddress\": null,\r\n \"replicaNicStaticIPAddress\": \"\",\r\n \"selectionType\": \"SelectedByUser\"\r\n }\r\n ],\r\n \"selectedRecoveryAzureNetworkId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryProd1/providers/Microsoft.Network/virtualNetworks/vnetavrai\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRAMSizeInMB\": 32,\r\n \"sourceVmCPUCount\": 1,\r\n \"enableRDPOnTargetOption\": \"Never\",\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\"\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\"\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:04:04 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "b687cd20-ba39-4f69-b706-c7d28292f100 5/13/2017 2:04:05 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "4d422d80-75dc-40a3-89ab-6fdac602195b 3/19/2021 11:45:55 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "b687cd20-ba39-4f69-b706-c7d28292f100" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13745" + "4d422d80-75dc-40a3-89ab-6fdac602195b" ], "x-ms-correlation-request-id": [ - "e184dfd2-4473-47eb-8022-5eef932e71d5" + "33729656-688f-4fac-9b29-d386cd15764e" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T140404Z:e184dfd2-4473-47eb-8022-5eef932e71d5" + "CENTRALUSEUAP:20210319T114555Z:33729656-688f-4fac-9b29-d386cd15764e" + ], + "Date": [ + "Fri, 19 Mar 2021 11:45:55 GMT" + ], + "Content-Length": [ + "7746" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"name\": \"VMforSDK\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems\",\r\n \"properties\": {\r\n \"friendlyName\": \"VMforSDK\",\r\n \"protectedItemType\": \"HyperVVirtualMachine\",\r\n \"protectableItemId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectableItems/e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"recoveryServicesProviderId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationRecoveryServicesProviders/71f21bed-b00f-4869-9dbf-288e7cb4051d\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"primaryFabricProvider\": \"SingleHostHyperVFabric\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"primaryProtectionContainerFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryProtectionContainerFriendlyName\": \"Microsoft Azure\",\r\n \"protectionState\": \"UnplannedFailoverCommitPendingStatesBegin\",\r\n \"protectionStateDescription\": \"Failover completed\",\r\n \"activeLocation\": \"Recovery\",\r\n \"testFailoverState\": \"MarkedForDeletion\",\r\n \"testFailoverStateDescription\": \"Cleaning up test environment\",\r\n \"allowedOperations\": [\r\n \"CompleteMigration\",\r\n \"Commit\",\r\n \"DisableProtection\",\r\n \"ChangePit\"\r\n ],\r\n \"replicationHealth\": \"Warning\",\r\n \"failoverHealth\": \"Normal\",\r\n \"healthErrors\": [\r\n {\r\n \"innerHealthErrors\": [],\r\n \"errorSource\": \"ReplicationUnitProviderErrorOnReplica\",\r\n \"errorType\": \"305\",\r\n \"errorLevel\": \"Warning\",\r\n \"errorCategory\": \"Replication\",\r\n \"errorCode\": \"70179\",\r\n \"summaryMessage\": \"Data change rate beyond supported limits\",\r\n \"errorMessage\": \"\\n The data change rate(churn) for the virtual machine has exceeded the Azure Site Recovery supported limits: https://aka.ms/asr-h2a-target-limits.\\n \",\r\n \"possibleCauses\": \"The data change rate (write bytes/sec) of the virtual machine is more than the Azure Site Recovery supported limits for the selected replication target storage type.\",\r\n \"recommendedAction\": \"\\n 1. Review the Azure Site Recovery supported limits https://aka.ms/asr-h2a-target-limits.\\n 2. If the problem continues to persist use the Azure Site Recovery deployment planner to help plan target storage selection to replicate the virtual machine https://aka.ms/asr-h2a-deployment-planner.\\n \",\r\n \"creationTimeUtc\": \"2021-03-19T11:39:12.6296398Z\",\r\n \"recoveryProviderErrorMessage\": null,\r\n \"entityId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"errorId\": \"3:305\",\r\n \"customerResolvability\": \"NotAllowed\"\r\n }\r\n ],\r\n \"policyId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationPolicies/protectionprofile2\",\r\n \"policyFriendlyName\": \"protectionprofile2\",\r\n \"lastSuccessfulFailoverTime\": \"2021-03-19T11:35:27.9189239Z\",\r\n \"lastSuccessfulTestFailoverTime\": \"2021-03-19T07:47:02.2222839Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"None\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/None\",\r\n \"startTime\": \"1753-01-01T01:01:01Z\"\r\n },\r\n \"failoverRecoveryPointId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK/recoveryPoints/5b7f8e86-a004-46b9-b214-655756c84da0\",\r\n \"providerSpecificDetails\": {\r\n \"instanceType\": \"HyperVReplicaAzure\",\r\n \"azureVmDiskDetails\": [\r\n {\r\n \"vhdType\": \"OperatingSystem\",\r\n \"vhdId\": \"5b9a6520-4754-46f7-bdfa-95cb3a52972f\",\r\n \"diskId\": \"E06C319F-5A90-4907-8606-6C15A92BCF22_83F8638B-8DCA-4152-9EDA-2CA8B33039B4_0_0\",\r\n \"vhdName\": \"VMforSDK\",\r\n \"maxSizeMB\": \"40960\",\r\n \"targetDiskLocation\": \"https://sah2atest2.blob.core.windows.net/asr-3aab4437668b717c48/copied-e06c319f-5a90-4907-8606-6c15a92bcf22_83f8638b-8dca-4152-9eda-2ca8b33039b4_0_0.vhd\",\r\n \"targetDiskName\": \"VMforSDK_vhdx-VMforSDK\",\r\n \"lunId\": \"0\",\r\n \"diskEncryptionSetId\": null\r\n }\r\n ],\r\n \"recoveryAzureVmName\": \"VMforSDK\",\r\n \"recoveryAzureVMSize\": \"Basic_A0\",\r\n \"recoveryAzureStorageAccount\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Storage/storageAccounts/sah2atest2\",\r\n \"recoveryAzureLogStorageAccountId\": null,\r\n \"lastReplicatedTime\": \"2021-03-19T10:55:31Z\",\r\n \"rpoInSeconds\": 2621,\r\n \"lastRpoCalculatedTime\": \"2021-03-19T11:39:12.4757313Z\",\r\n \"vmId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\",\r\n \"vmProtectionState\": \"UnplannedFailoverCommitPendingStatesBegin\",\r\n \"vmProtectionStateDescription\": \"Failover completed\",\r\n \"initialReplicationDetails\": {\r\n \"initialReplicationType\": \"InitialReplication\",\r\n \"initialReplicationProgressPercentage\": \"0\"\r\n },\r\n \"vmNics\": [\r\n {\r\n \"nicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"replicaNicId\": null,\r\n \"sourceNicArmId\": null,\r\n \"vMNetworkName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"recoveryVMNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"ipConfigs\": [\r\n {\r\n \"name\": null,\r\n \"isPrimary\": true,\r\n \"subnetName\": \"Broadcom NetXtreme Gigabit Ethernet - Virtual Switch\",\r\n \"staticIPAddress\": null,\r\n \"ipAddressType\": \"Static\",\r\n \"isSeletedForFailover\": true,\r\n \"recoverySubnetName\": \"Subnet1\",\r\n \"recoveryStaticIPAddress\": \"\",\r\n \"recoveryIPAddressType\": \"Dynamic\",\r\n \"recoveryPublicIPAddressId\": \"\",\r\n \"recoveryLBBackendAddressPoolIds\": [],\r\n \"tfoSubnetName\": \"\",\r\n \"tfoStaticIPAddress\": \"\",\r\n \"tfoPublicIPAddressId\": \"\",\r\n \"tfoLBBackendAddressPoolIds\": []\r\n }\r\n ],\r\n \"selectionType\": \"SelectedByUser\",\r\n \"recoveryNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnRecovery\": null,\r\n \"tfoVMNetworkId\": null,\r\n \"tfoNetworkSecurityGroupId\": \"\",\r\n \"enableAcceleratedNetworkingOnTfo\": 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 \"selectedRecoveryAzureNetworkId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.Network/virtualNetworks/vnh2atest\",\r\n \"selectedSourceNicId\": \"TWljcm9zb2Z0OkUwNkMzMTlGLTVBOTAtNDkwNy04NjA2LTZDMTVBOTJCQ0YyMlw4MzdGQkM5MC04NDM5LTQ0MUEtOTc2Ri0wNjI4Nzk5MzVFQkY=\",\r\n \"encryption\": \"Disabled\",\r\n \"oSDetails\": {\r\n \"osType\": \"Windows\",\r\n \"productType\": \"UNKNOWN\",\r\n \"osEdition\": \"Standard\",\r\n \"oSVersion\": \"1.1.1.1\",\r\n \"oSMajorVersion\": \"0\",\r\n \"oSMinorVersion\": \"0\"\r\n },\r\n \"sourceVmRamSizeInMB\": 1024,\r\n \"sourceVmCpuCount\": 1,\r\n \"enableRdpOnTargetOption\": null,\r\n \"recoveryAzureResourceGroupId\": \"/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/prakccyrg\",\r\n \"recoveryAvailabilitySetId\": \"\",\r\n \"targetAvailabilityZone\": \"\",\r\n \"targetProximityPlacementGroupId\": \"\",\r\n \"useManagedDisks\": \"false\",\r\n \"licenseType\": \"WindowsServer\",\r\n \"sqlServerLicenseType\": \"NotSpecified\",\r\n \"lastRecoveryPointReceived\": \"2021-03-19T10:55:31.1901604Z\",\r\n \"targetVmTags\": {},\r\n \"seedManagedDiskTags\": null,\r\n \"targetManagedDiskTags\": {},\r\n \"targetNicTags\": {},\r\n \"protectedManagedDisks\": []\r\n },\r\n \"recoveryContainerId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/d49858f157601230a6ac5862fbbc6e63bf38d23ecd96cf953767945d457fe9d5/replicationProtectionContainers/d38048d4-b460-4791-8ece-108395ee8478\",\r\n \"eventCorrelationId\": \"06e279c7-b690-409e-bd27-5b06abaed53c\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"virtualMachineId\": \"vm2\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"virtualMachineId\": \"VMforSDK\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "588" - ], "x-ms-client-request-id": [ - "2deb0d8c-1c1f-402d-879b-7beafa458b2e" + "593fe3ac-0db5-4ae9-a298-86bee9cb1bc8" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "590" ] }, - "ResponseBody": "", "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:04:09 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1/operationresults/866c3b61-622c-426d-b402-c7d13a0b4b17?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1/operationresults/00b516b7-203e-49d5-a412-1b2a0b9f6ab0?api-version=2021-02-10" ], "Retry-After": [ "30" ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/866c3b61-622c-426d-b402-c7d13a0b4b17", - "2deb0d8c-1c1f-402d-879b-7beafa458b2e 5/13/2017 2:04:09 PM" + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/00b516b7-203e-49d5-a412-1b2a0b9f6ab0", + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/00b516b7-203e-49d5-a412-1b2a0b9f6ab0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/866c3b61-622c-426d-b402-c7d13a0b4b17?api-version=2018-07-10" + "https://centraluseuap.management.azure.com/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/00b516b7-203e-49d5-a412-1b2a0b9f6ab0?api-version=2021-02-10" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "2deb0d8c-1c1f-402d-879b-7beafa458b2e" - ], - "X-Powered-By": [ - "ASP.NET" + "593fe3ac-0db5-4ae9-a298-86bee9cb1bc8" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "99b3d377-7915-4660-9395-b408229e067d" + "e50cf121-203a-4b1a-89af-1e6fffe453b5" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T140409Z:99b3d377-7915-4660-9395-b408229e067d" + "CENTRALUSEUAP:20210319T114556Z:e50cf121-203a-4b1a-89af-1e6fffe453b5" + ], + "Date": [ + "Fri, 19 Mar 2021 11:45:56 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" ] }, + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/866c3b61-622c-426d-b402-c7d13a0b4b17?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25Kb2JzLzg2NmMzYjYxLTYyMmMtNDI2ZC1iNDAyLWM3ZDEzYTBiNGIxNz9hcGktdmVyc2lvbj0yMDE4LTA3LTEw", + "RequestUri": "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationOperationStatus/00b516b7-203e-49d5-a412-1b2a0b9f6ab0?api-version=2021-02-10", + "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uT3BlcmF0aW9uU3RhdHVzLzAwYjUxNmI3LTIwM2UtNDlkNS1hNDEyLTFiMmEwYjlmNmFiMD9hcGktdmVyc2lvbj0yMDIxLTAyLTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/866c3b61-622c-426d-b402-c7d13a0b4b17\",\r\n \"name\": \"866c3b61-622c-426d-b402-c7d13a0b4b17\",\r\n \"properties\": {\r\n \"activityId\": \"2deb0d8c-1c1f-402d-879b-7beafa458b2e ActivityId: 99b3d377-7915-4660-9395-b408229e067d\",\r\n \"scenarioName\": \"UpdateRecoveryPlan\",\r\n \"friendlyName\": \"Save a recovery plan\",\r\n \"state\": \"Succeeded\",\r\n \"stateDescription\": \"Completed\",\r\n \"tasks\": [\r\n {\r\n \"taskId\": \"fa110cc8-09b8-4d97-84de-d6c54df300dc\",\r\n \"name\": \"SaveRecoveryPlanTask\",\r\n \"startTime\": \"2017-05-13T14:04:09.9589112Z\",\r\n \"endTime\": \"2017-05-13T14:04:10.2870387Z\",\r\n \"allowedActions\": [],\r\n \"friendlyName\": \"Save a recovery plan task\",\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\": \"2017-05-13T14:04:09.5743171Z\",\r\n \"endTime\": \"2017-05-13T14:04:09Z\",\r\n \"allowedActions\": [],\r\n \"targetObjectId\": \"ab73c1fe-3edc-4a6f-b891-a0f161ffc3ff\",\r\n \"targetObjectName\": \"rpTest1\",\r\n \"targetInstanceType\": \"RecoveryPlan\",\r\n \"customDetails\": {\r\n \"instanceType\": \"AsrJobDetails\",\r\n \"affectedObjectDetails\": {\r\n \"PrimaryVmmId\": \"fa06e03b-e306-52f4-a01f-88cdeba67a1c\",\r\n \"PrimaryVmmName\": \"SiteRecoveryTestSite1\",\r\n \"RecoveryVmmId\": \"21a9403c-6ec1-44f2-b744-b4e50b792387\",\r\n \"RecoveryVmmName\": \"Microsoft Azure\",\r\n \"PrimaryFabricProviderId\": \"HyperVSite\",\r\n \"RecoveryFabricProviderId\": \"Azure\"\r\n }\r\n }\r\n },\r\n \"status\": \"Succeeded\",\r\n \"error\": null,\r\n \"startTime\": \"2017-05-13T14:04:09.5743171Z\",\r\n \"endTime\": \"2017-05-13T14:04:09Z\"\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:04:39 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationJobs/866c3b61-622c-426d-b402-c7d13a0b4b17" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/00b516b7-203e-49d5-a412-1b2a0b9f6ab0" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "e2a11312-7c74-4aca-9f76-0e74e593b0a2" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13732" + "c5f28bb4-2d12-4fb2-ac25-d7f0fb4351d0" ], "x-ms-correlation-request-id": [ - "b92cfbe8-023a-4f15-8e5a-d9e60ad59bcf" + "0e62018d-fb9a-44b6-95fe-6ec8d3b00fa2" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T140440Z:b92cfbe8-023a-4f15-8e5a-d9e60ad59bcf" + "CENTRALUSEUAP:20210319T114626Z:0e62018d-fb9a-44b6-95fe-6ec8d3b00fa2" + ], + "Date": [ + "Fri, 19 Mar 2021 11:46:26 GMT" + ], + "Content-Length": [ + "216" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"error\": null,\r\n \"id\": null,\r\n \"name\": \"00b516b7-203e-49d5-a412-1b2a0b9f6ab0\",\r\n \"properties\": null,\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-03-19T11:45:56.2419855Z\",\r\n \"endTime\": \"2021-03-19T11:45:56Z\",\r\n \"percentComplete\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\"\r\n ],\r\n \"currentScenario\": null,\r\n \"currentScenarioStatus\": null,\r\n \"currentScenarioStatusDescription\": null,\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"virtualMachineId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:04:40 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ccf5ed72-e179-4fb4-add3-109e3665689e 5/13/2017 2:04:41 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "3ef4d430-99bb-4995-aa98-bb9bf3d1ce1a 3/19/2021 11:46:27 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "ccf5ed72-e179-4fb4-add3-109e3665689e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13731" + "3ef4d430-99bb-4995-aa98-bb9bf3d1ce1a" ], "x-ms-correlation-request-id": [ - "4e0d95a0-d868-433e-92e4-5fa51f7a16d9" + "121f5369-d83e-495e-97f7-9b30847933df" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T140441Z:4e0d95a0-d868-433e-92e4-5fa51f7a16d9" + "CENTRALUSEUAP:20210319T114627Z:121f5369-d83e-495e-97f7-9b30847933df" + ], + "Date": [ + "Fri, 19 Mar 2021 11:46:26 GMT" + ], + "Content-Length": [ + "2024" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\",\r\n \"Commit\"\r\n ],\r\n \"lastPlannedFailoverTime\": \"2021-03-19T10:14:19.7412714Z\",\r\n \"lastUnplannedFailoverTime\": \"2021-03-19T11:42:24.9037104Z\",\r\n \"lastTestFailoverTime\": \"2021-03-18T15:36:14.4059063Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3daf8986-f7fa-4b49-b9b6-f68855595b56\",\r\n \"startTime\": \"2021-03-19T11:42:32.8536477Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"virtualMachineId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1?api-version=2018-07-10", - "EncodedRequestUri": "L1N1YnNjcmlwdGlvbnMvYzE4Mzg2NWUtNjA3Ny00NmYyLWEzYjEtZGViMGY0ZjQ2NTBhL3Jlc291cmNlR3JvdXBzL3NpdGVyZWNvdmVyeXByb2QxL3Byb3ZpZGVycy9NaWNyb3NvZnQuUmVjb3ZlcnlTZXJ2aWNlcy92YXVsdHMvU0RLVmF1bHQvcmVwbGljYXRpb25SZWNvdmVyeVBsYW5zL3JwVGVzdDE/YXBpLXZlcnNpb249MjAxOC0wNy0xMA==", + "RequestUri": "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1?api-version=2021-02-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM2NGVkOGQtNDI3OS00YmY4LThmZDEtNTZmOGZhMGFlMDVjL3Jlc291cmNlR3JvdXBzL0FycGl0YS1haXIvcHJvdmlkZXJzL01pY3Jvc29mdC5SZWNvdmVyeVNlcnZpY2VzL3ZhdWx0cy9oMmF0ZXN0L3JlcGxpY2F0aW9uUmVjb3ZlcnlQbGFucy9ycFRlc3QxP2FwaS12ZXJzaW9uPTIwMjEtMDItMTA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32827b6f-4644-4c47-9740-acd57605a700" + "e35a382f-0ad4-4943-bf85-6265e3d4714c" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25009.03", - "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/1.4.0.0" + "FxVersion/4.6.29812.02", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RecoveryServices.SiteRecovery.SiteRecoveryManagementClient/2.1.3.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\"\r\n ],\r\n \"currentScenario\": null,\r\n \"currentScenarioStatus\": null,\r\n \"currentScenarioStatusDescription\": null,\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/siterecoveryprod1/providers/Microsoft.RecoveryServices/vaults/SDKVault/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_fa06e03b-e306-52f4-a01f-88cdeba67a1c/replicationProtectedItems/vm2\",\r\n \"virtualMachineId\": \"cf29eb7a-58e1-45b4-b760-c530c1134df4\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ]\r\n }\r\n}", "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Sat, 13 May 2017 14:04:43 GMT" - ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" ], "Server": [ - "Microsoft-IIS/8.0", - "Microsoft-IIS/8.5" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "32827b6f-4644-4c47-9740-acd57605a700 5/13/2017 2:04:44 PM" + "Microsoft-IIS/10.0", + "Kestrel" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-AspNet-Version": [ - "4.0.30319" + "x-ms-request-id": [ + "e35a382f-0ad4-4943-bf85-6265e3d4714c 3/19/2021 11:46:27 AM" ], - "X-Powered-By": [ - "ASP.NET" + "X-Content-Type-Options": [ + "nosniff" ], "x-ms-client-request-id": [ - "32827b6f-4644-4c47-9740-acd57605a700" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "13728" + "e35a382f-0ad4-4943-bf85-6265e3d4714c" ], "x-ms-correlation-request-id": [ - "8ba93b9a-037d-40f2-90cd-c53f7c14fa34" + "ad8d22cf-099d-4f70-8c1b-3be6ff09740d" ], "x-ms-routing-request-id": [ - "CENTRALINDIA:20170513T140444Z:8ba93b9a-037d-40f2-90cd-c53f7c14fa34" + "CENTRALUSEUAP:20210319T114627Z:ad8d22cf-099d-4f70-8c1b-3be6ff09740d" + ], + "Date": [ + "Fri, 19 Mar 2021 11:46:27 GMT" + ], + "Content-Length": [ + "2024" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationRecoveryPlans/rpTest1\",\r\n \"name\": \"rpTest1\",\r\n \"type\": \"Microsoft.RecoveryServices/vaults/replicationRecoveryPlans\",\r\n \"properties\": {\r\n \"friendlyName\": \"rpTest1\",\r\n \"primaryFabricId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1\",\r\n \"primaryFabricFriendlyName\": \"SiteRecoveryTestSite1\",\r\n \"recoveryFabricId\": \"Microsoft Azure\",\r\n \"recoveryFabricFriendlyName\": \"Microsoft Azure\",\r\n \"failoverDeploymentModel\": \"ResourceManager\",\r\n \"replicationProviders\": [\r\n \"HyperVReplicaAzure\"\r\n ],\r\n \"allowedOperations\": [\r\n \"PlannedFailover\",\r\n \"UnplannedFailover\",\r\n \"TestFailover\",\r\n \"Commit\"\r\n ],\r\n \"lastPlannedFailoverTime\": \"2021-03-19T10:14:19.7412714Z\",\r\n \"lastUnplannedFailoverTime\": \"2021-03-19T11:42:24.9037104Z\",\r\n \"lastTestFailoverTime\": \"2021-03-18T15:36:14.4059063Z\",\r\n \"currentScenario\": {\r\n \"scenarioName\": \"UnplannedFailover\",\r\n \"jobId\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationJobs/3daf8986-f7fa-4b49-b9b6-f68855595b56\",\r\n \"startTime\": \"2021-03-19T11:42:32.8536477Z\"\r\n },\r\n \"currentScenarioStatus\": \"Succeeded\",\r\n \"currentScenarioStatusDescription\": \"Completed\",\r\n \"groups\": [\r\n {\r\n \"groupType\": \"Shutdown\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Failover\",\r\n \"replicationProtectedItems\": [],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n },\r\n {\r\n \"groupType\": \"Boot\",\r\n \"replicationProtectedItems\": [\r\n {\r\n \"id\": \"/Subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/Arpita-air/providers/Microsoft.RecoveryServices/vaults/h2atest/replicationFabrics/SiteRecoveryTestSite1/replicationProtectionContainers/cloud_eecac84c-1761-50ad-9624-a7092c581567/replicationProtectedItems/VMforSDK\",\r\n \"virtualMachineId\": \"e06c319f-5a90-4907-8606-6c15a92bcf22\"\r\n }\r\n ],\r\n \"startGroupActions\": [],\r\n \"endGroupActions\": []\r\n }\r\n ],\r\n \"providerSpecificDetails\": []\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "c183865e-6077-46f2-a3b1-deb0f4f4650a" + "SubscriptionId": "b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c" } -} +} \ No newline at end of file