azure-mgmt-recoveryservicessiterecovery


Nameazure-mgmt-recoveryservicessiterecovery JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-sdk-for-python
SummaryMicrosoft Azure Recovery Services Site Recovery Management Client Library for Python
upload_time2024-02-22 05:21:50
maintainerNone
docs_urlNone
authorMicrosoft Corporation
requires_python>=3.8
licenseMIT License
keywords azure azure sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Microsoft Azure SDK for Python

This is the Microsoft Azure Recovery Services Site Recovery Management Client Library.
This package has been tested with Python 3.8+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

## _Disclaimer_

_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_

## Getting started

### Prerequisites

- Python 3.8+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package

```bash
pip install azure-mgmt-recoveryservicessiterecovery
pip install azure-identity
```

### Authentication

By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
- `AZURE_CLIENT_SECRET` for Azure client secret.

In addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.

With above configuration, client can be authenticated by following code:

```python
from azure.identity import DefaultAzureCredential
from azure.mgmt.recoveryservicessiterecovery import SiteRecoveryManagementClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = SiteRecoveryManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
```

## Examples

Code samples for this package can be found at:
- [Search Recovery Services Site Recovery Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com
- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)


## Troubleshooting

## Next steps

## Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project. 


# Release History

## 1.2.0 (2024-02-22)

### Features Added

  - Added operation ReplicationFabricsOperations.begin_remove_infra
  - Model A2AEnableProtectionInput has a new parameter auto_protection_of_data_disk

## 1.1.0 (2023-09-15)

### Features Added

  - Model A2AReplicationDetails has a new parameter churn_option_selected
  - Model AzureFabricSpecificDetails has a new parameter location_details
  - Model FabricQueryParameter has a new parameter extended_location_mappings
  - Model FabricQueryParameter has a new parameter location_details
  - Model HyperVReplicaAzurePlannedFailoverProviderInput has a new parameter os_upgrade_version
  - Model HyperVReplicaAzureReplicationDetails has a new parameter all_available_os_upgrade_configurations
  - Model HyperVReplicaAzureTestFailoverInput has a new parameter os_upgrade_version
  - Model InMageAzureV2ReplicationDetails has a new parameter all_available_os_upgrade_configurations
  - Model InMageAzureV2ReplicationDetails has a new parameter os_name
  - Model InMageAzureV2ReplicationDetails has a new parameter supported_os_versions
  - Model InMageAzureV2TestFailoverInput has a new parameter os_upgrade_version
  - Model InMageAzureV2UnplannedFailoverInput has a new parameter os_upgrade_version
  - Model VMwareCbtEnableMigrationInput has a new parameter confidential_vm_key_vault_id
  - Model VMwareCbtEnableMigrationInput has a new parameter target_vm_security_profile
  - Model VMwareCbtMigrateInput has a new parameter os_upgrade_version
  - Model VMwareCbtMigrationDetails has a new parameter appliance_monitoring_details
  - Model VMwareCbtMigrationDetails has a new parameter confidential_vm_key_vault_id
  - Model VMwareCbtMigrationDetails has a new parameter delta_sync_progress_percentage
  - Model VMwareCbtMigrationDetails has a new parameter delta_sync_retry_count
  - Model VMwareCbtMigrationDetails has a new parameter gateway_operation_details
  - Model VMwareCbtMigrationDetails has a new parameter is_check_sum_resync_cycle
  - Model VMwareCbtMigrationDetails has a new parameter operation_name
  - Model VMwareCbtMigrationDetails has a new parameter os_name
  - Model VMwareCbtMigrationDetails has a new parameter supported_os_versions
  - Model VMwareCbtMigrationDetails has a new parameter target_vm_security_profile
  - Model VMwareCbtProtectedDiskDetails has a new parameter gateway_operation_details
  - Model VMwareCbtProtectionContainerMappingDetails has a new parameter excluded_skus
  - Model VMwareCbtTestMigrateInput has a new parameter os_upgrade_version

## 1.0.0 (2022-12-15)

### Features Added

  - Model AzureFabricSpecificDetails has a new parameter extended_locations
  - Model RecoveryPlanA2ADetails has a new parameter primary_extended_location
  - Model RecoveryPlanA2ADetails has a new parameter recovery_extended_location

## 1.0.0b2 (2022-11-18)

### Features Added

  - Added operation ReplicationMigrationItemsOperations.begin_pause_replication
  - Added operation ReplicationMigrationItemsOperations.begin_resume_replication
  - Added operation ReplicationProtectedItemsOperations.begin_switch_provider
  - Added operation group ReplicationAppliancesOperations
  - Model A2AContainerMappingInput has a new parameter automation_account_authentication_type
  - Model A2ACreateProtectionIntentInput has a new parameter agent_auto_update_status
  - Model A2ACreateProtectionIntentInput has a new parameter automation_account_arm_id
  - Model A2ACreateProtectionIntentInput has a new parameter automation_account_authentication_type
  - Model A2AEnableProtectionInput has a new parameter recovery_capacity_reservation_group_id
  - Model A2AEnableProtectionInput has a new parameter recovery_extended_location
  - Model A2AProtectionContainerMappingDetails has a new parameter automation_account_authentication_type
  - Model A2AReplicationDetails has a new parameter initial_primary_extended_location
  - Model A2AReplicationDetails has a new parameter initial_recovery_extended_location
  - Model A2AReplicationDetails has a new parameter primary_extended_location
  - Model A2AReplicationDetails has a new parameter recovery_capacity_reservation_group_id
  - Model A2AReplicationDetails has a new parameter recovery_extended_location
  - Model A2AReplicationIntentDetails has a new parameter agent_auto_update_status
  - Model A2AReplicationIntentDetails has a new parameter automation_account_arm_id
  - Model A2AReplicationIntentDetails has a new parameter automation_account_authentication_type
  - Model A2ASwitchProtectionInput has a new parameter recovery_capacity_reservation_group_id
  - Model A2AUpdateContainerMappingInput has a new parameter automation_account_authentication_type
  - Model A2AUpdateReplicationProtectedItemInput has a new parameter recovery_capacity_reservation_group_id
  - Model HyperVVirtualMachineDetails has a new parameter hyper_v_host_id
  - Model InMageAzureV2ProtectedDiskDetails has a new parameter seconds_to_take_switch_provider
  - Model InMageAzureV2ReplicationDetails has a new parameter switch_provider_blocking_error_details
  - Model InMageAzureV2ReplicationDetails has a new parameter switch_provider_details
  - Model InMageRcmProtectedDiskDetails has a new parameter seed_blob_uri
  - Model InMageRcmReplicationDetails has a new parameter storage_account_id
  - Model MigrationItemProperties has a new parameter critical_job_history
  - Model MigrationItemProperties has a new parameter last_migration_status
  - Model MigrationItemProperties has a new parameter last_migration_time
  - Model MigrationItemProperties has a new parameter recovery_services_provider_id
  - Model MigrationItemProperties has a new parameter replication_status
  - Model RecoveryPlanA2AInput has a new parameter primary_extended_location
  - Model RecoveryPlanA2AInput has a new parameter recovery_extended_location
  - Model ReplicationProtectedItemProperties has a new parameter switch_provider_state
  - Model ReplicationProtectedItemProperties has a new parameter switch_provider_state_description
  - Model VMwareCbtEnableMigrationInput has a new parameter perform_sql_bulk_registration
  - Model VMwareCbtEnableMigrationInput has a new parameter test_network_id
  - Model VMwareCbtEnableMigrationInput has a new parameter test_subnet_name
  - Model VMwareCbtMigrationDetails has a new parameter resume_progress_percentage
  - Model VMwareCbtMigrationDetails has a new parameter resume_retry_count
  - Model VMwareCbtMigrationDetails has a new parameter storage_account_id
  - Model VMwareCbtMigrationDetails has a new parameter test_network_id
  - Model VMwareCbtNicDetails has a new parameter test_ip_address
  - Model VMwareCbtNicDetails has a new parameter test_ip_address_type
  - Model VMwareCbtNicDetails has a new parameter test_network_id
  - Model VMwareCbtNicDetails has a new parameter test_subnet_name
  - Model VMwareCbtNicInput has a new parameter test_static_ip_address
  - Model VMwareCbtNicInput has a new parameter test_subnet_name
  - Model VMwareCbtProtectedDiskDetails has a new parameter seed_blob_uri
  - Model VMwareCbtProtectedDiskDetails has a new parameter target_blob_uri
  - Model VMwareCbtProtectionContainerMappingDetails has a new parameter role_size_to_nic_count_map
  - Model VMwareCbtTestMigrateInput has a new parameter vm_nics
  - Model VMwareCbtUpdateDiskInput has a new parameter is_os_disk
  - Model VMwareCbtUpdateMigrationItemInput has a new parameter test_network_id
  - Model VMwareDetails has a new parameter switch_provider_blocking_error_details
  - Model VmmVirtualMachineDetails has a new parameter hyper_v_host_id

### Breaking Changes

  - Operation ReplicationProtectedItemsOperations.begin_update_mobility_service has a new required parameter replicated_protected_item_name
  - Operation ReplicationProtectedItemsOperations.begin_update_mobility_service no longer has parameter replication_protected_item_name

## 1.0.0b1 (2021-07-28)

* Initial Release

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-sdk-for-python",
    "name": "azure-mgmt-recoveryservicessiterecovery",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "azure,azure sdk",
    "author": "Microsoft Corporation",
    "author_email": "azpysdkhelp@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/23/5d/3ac5f9288d54bee3031e3e1dc5022b7e38b48cb6573e4a5a69822b1e2cf1/azure-mgmt-recoveryservicessiterecovery-1.2.0.tar.gz",
    "platform": null,
    "description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Recovery Services Site Recovery Management Client Library.\nThis package has been tested with Python 3.8+.\nFor a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).\n\n## _Disclaimer_\n\n_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_\n\n## Getting started\n\n### Prerequisites\n\n- Python 3.8+ is required to use this package.\n- [Azure subscription](https://azure.microsoft.com/free/)\n\n### Install the package\n\n```bash\npip install azure-mgmt-recoveryservicessiterecovery\npip install azure-identity\n```\n\n### Authentication\n\nBy default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.\n\n- `AZURE_CLIENT_ID` for Azure client ID.\n- `AZURE_TENANT_ID` for Azure tenant ID.\n- `AZURE_CLIENT_SECRET` for Azure client secret.\n\nIn addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.\n\nWith above configuration, client can be authenticated by following code:\n\n```python\nfrom azure.identity import DefaultAzureCredential\nfrom azure.mgmt.recoveryservicessiterecovery import SiteRecoveryManagementClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = SiteRecoveryManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Recovery Services Site Recovery Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com\n- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)\n\n\n## Troubleshooting\n\n## Next steps\n\n## Provide Feedback\n\nIf you encounter any bugs or have suggestions, please file an issue in the\n[Issues](https://github.com/Azure/azure-sdk-for-python/issues)\nsection of the project. \n\n\n# Release History\n\n## 1.2.0 (2024-02-22)\n\n### Features Added\n\n  - Added operation ReplicationFabricsOperations.begin_remove_infra\n  - Model A2AEnableProtectionInput has a new parameter auto_protection_of_data_disk\n\n## 1.1.0 (2023-09-15)\n\n### Features Added\n\n  - Model A2AReplicationDetails has a new parameter churn_option_selected\n  - Model AzureFabricSpecificDetails has a new parameter location_details\n  - Model FabricQueryParameter has a new parameter extended_location_mappings\n  - Model FabricQueryParameter has a new parameter location_details\n  - Model HyperVReplicaAzurePlannedFailoverProviderInput has a new parameter os_upgrade_version\n  - Model HyperVReplicaAzureReplicationDetails has a new parameter all_available_os_upgrade_configurations\n  - Model HyperVReplicaAzureTestFailoverInput has a new parameter os_upgrade_version\n  - Model InMageAzureV2ReplicationDetails has a new parameter all_available_os_upgrade_configurations\n  - Model InMageAzureV2ReplicationDetails has a new parameter os_name\n  - Model InMageAzureV2ReplicationDetails has a new parameter supported_os_versions\n  - Model InMageAzureV2TestFailoverInput has a new parameter os_upgrade_version\n  - Model InMageAzureV2UnplannedFailoverInput has a new parameter os_upgrade_version\n  - Model VMwareCbtEnableMigrationInput has a new parameter confidential_vm_key_vault_id\n  - Model VMwareCbtEnableMigrationInput has a new parameter target_vm_security_profile\n  - Model VMwareCbtMigrateInput has a new parameter os_upgrade_version\n  - Model VMwareCbtMigrationDetails has a new parameter appliance_monitoring_details\n  - Model VMwareCbtMigrationDetails has a new parameter confidential_vm_key_vault_id\n  - Model VMwareCbtMigrationDetails has a new parameter delta_sync_progress_percentage\n  - Model VMwareCbtMigrationDetails has a new parameter delta_sync_retry_count\n  - Model VMwareCbtMigrationDetails has a new parameter gateway_operation_details\n  - Model VMwareCbtMigrationDetails has a new parameter is_check_sum_resync_cycle\n  - Model VMwareCbtMigrationDetails has a new parameter operation_name\n  - Model VMwareCbtMigrationDetails has a new parameter os_name\n  - Model VMwareCbtMigrationDetails has a new parameter supported_os_versions\n  - Model VMwareCbtMigrationDetails has a new parameter target_vm_security_profile\n  - Model VMwareCbtProtectedDiskDetails has a new parameter gateway_operation_details\n  - Model VMwareCbtProtectionContainerMappingDetails has a new parameter excluded_skus\n  - Model VMwareCbtTestMigrateInput has a new parameter os_upgrade_version\n\n## 1.0.0 (2022-12-15)\n\n### Features Added\n\n  - Model AzureFabricSpecificDetails has a new parameter extended_locations\n  - Model RecoveryPlanA2ADetails has a new parameter primary_extended_location\n  - Model RecoveryPlanA2ADetails has a new parameter recovery_extended_location\n\n## 1.0.0b2 (2022-11-18)\n\n### Features Added\n\n  - Added operation ReplicationMigrationItemsOperations.begin_pause_replication\n  - Added operation ReplicationMigrationItemsOperations.begin_resume_replication\n  - Added operation ReplicationProtectedItemsOperations.begin_switch_provider\n  - Added operation group ReplicationAppliancesOperations\n  - Model A2AContainerMappingInput has a new parameter automation_account_authentication_type\n  - Model A2ACreateProtectionIntentInput has a new parameter agent_auto_update_status\n  - Model A2ACreateProtectionIntentInput has a new parameter automation_account_arm_id\n  - Model A2ACreateProtectionIntentInput has a new parameter automation_account_authentication_type\n  - Model A2AEnableProtectionInput has a new parameter recovery_capacity_reservation_group_id\n  - Model A2AEnableProtectionInput has a new parameter recovery_extended_location\n  - Model A2AProtectionContainerMappingDetails has a new parameter automation_account_authentication_type\n  - Model A2AReplicationDetails has a new parameter initial_primary_extended_location\n  - Model A2AReplicationDetails has a new parameter initial_recovery_extended_location\n  - Model A2AReplicationDetails has a new parameter primary_extended_location\n  - Model A2AReplicationDetails has a new parameter recovery_capacity_reservation_group_id\n  - Model A2AReplicationDetails has a new parameter recovery_extended_location\n  - Model A2AReplicationIntentDetails has a new parameter agent_auto_update_status\n  - Model A2AReplicationIntentDetails has a new parameter automation_account_arm_id\n  - Model A2AReplicationIntentDetails has a new parameter automation_account_authentication_type\n  - Model A2ASwitchProtectionInput has a new parameter recovery_capacity_reservation_group_id\n  - Model A2AUpdateContainerMappingInput has a new parameter automation_account_authentication_type\n  - Model A2AUpdateReplicationProtectedItemInput has a new parameter recovery_capacity_reservation_group_id\n  - Model HyperVVirtualMachineDetails has a new parameter hyper_v_host_id\n  - Model InMageAzureV2ProtectedDiskDetails has a new parameter seconds_to_take_switch_provider\n  - Model InMageAzureV2ReplicationDetails has a new parameter switch_provider_blocking_error_details\n  - Model InMageAzureV2ReplicationDetails has a new parameter switch_provider_details\n  - Model InMageRcmProtectedDiskDetails has a new parameter seed_blob_uri\n  - Model InMageRcmReplicationDetails has a new parameter storage_account_id\n  - Model MigrationItemProperties has a new parameter critical_job_history\n  - Model MigrationItemProperties has a new parameter last_migration_status\n  - Model MigrationItemProperties has a new parameter last_migration_time\n  - Model MigrationItemProperties has a new parameter recovery_services_provider_id\n  - Model MigrationItemProperties has a new parameter replication_status\n  - Model RecoveryPlanA2AInput has a new parameter primary_extended_location\n  - Model RecoveryPlanA2AInput has a new parameter recovery_extended_location\n  - Model ReplicationProtectedItemProperties has a new parameter switch_provider_state\n  - Model ReplicationProtectedItemProperties has a new parameter switch_provider_state_description\n  - Model VMwareCbtEnableMigrationInput has a new parameter perform_sql_bulk_registration\n  - Model VMwareCbtEnableMigrationInput has a new parameter test_network_id\n  - Model VMwareCbtEnableMigrationInput has a new parameter test_subnet_name\n  - Model VMwareCbtMigrationDetails has a new parameter resume_progress_percentage\n  - Model VMwareCbtMigrationDetails has a new parameter resume_retry_count\n  - Model VMwareCbtMigrationDetails has a new parameter storage_account_id\n  - Model VMwareCbtMigrationDetails has a new parameter test_network_id\n  - Model VMwareCbtNicDetails has a new parameter test_ip_address\n  - Model VMwareCbtNicDetails has a new parameter test_ip_address_type\n  - Model VMwareCbtNicDetails has a new parameter test_network_id\n  - Model VMwareCbtNicDetails has a new parameter test_subnet_name\n  - Model VMwareCbtNicInput has a new parameter test_static_ip_address\n  - Model VMwareCbtNicInput has a new parameter test_subnet_name\n  - Model VMwareCbtProtectedDiskDetails has a new parameter seed_blob_uri\n  - Model VMwareCbtProtectedDiskDetails has a new parameter target_blob_uri\n  - Model VMwareCbtProtectionContainerMappingDetails has a new parameter role_size_to_nic_count_map\n  - Model VMwareCbtTestMigrateInput has a new parameter vm_nics\n  - Model VMwareCbtUpdateDiskInput has a new parameter is_os_disk\n  - Model VMwareCbtUpdateMigrationItemInput has a new parameter test_network_id\n  - Model VMwareDetails has a new parameter switch_provider_blocking_error_details\n  - Model VmmVirtualMachineDetails has a new parameter hyper_v_host_id\n\n### Breaking Changes\n\n  - Operation ReplicationProtectedItemsOperations.begin_update_mobility_service has a new required parameter replicated_protected_item_name\n  - Operation ReplicationProtectedItemsOperations.begin_update_mobility_service no longer has parameter replication_protected_item_name\n\n## 1.0.0b1 (2021-07-28)\n\n* Initial Release\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Microsoft Azure Recovery Services Site Recovery Management Client Library for Python",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://github.com/Azure/azure-sdk-for-python"
    },
    "split_keywords": [
        "azure",
        "azure sdk"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc999333eb9a370963b92899246918814516e8ea44661b5212d6265097f63d34",
                "md5": "ac409c87f1031d93006b4c4ec064756f",
                "sha256": "79cfb5f80eec2c5622e4c1a8cee80e4b80b1dd4132431e9db04f444b2895bf9f"
            },
            "downloads": -1,
            "filename": "azure_mgmt_recoveryservicessiterecovery-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ac409c87f1031d93006b4c4ec064756f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 415705,
            "upload_time": "2024-02-22T05:21:52",
            "upload_time_iso_8601": "2024-02-22T05:21:52.761612Z",
            "url": "https://files.pythonhosted.org/packages/dc/99/9333eb9a370963b92899246918814516e8ea44661b5212d6265097f63d34/azure_mgmt_recoveryservicessiterecovery-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "235d3ac5f9288d54bee3031e3e1dc5022b7e38b48cb6573e4a5a69822b1e2cf1",
                "md5": "954f52f49b2e3fac0e31f60b58306954",
                "sha256": "e776216d7931fe640ceac03a328be135a594b4c3fc85c46525d4e9d1a69dbd17"
            },
            "downloads": -1,
            "filename": "azure-mgmt-recoveryservicessiterecovery-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "954f52f49b2e3fac0e31f60b58306954",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 298666,
            "upload_time": "2024-02-22T05:21:50",
            "upload_time_iso_8601": "2024-02-22T05:21:50.576278Z",
            "url": "https://files.pythonhosted.org/packages/23/5d/3ac5f9288d54bee3031e3e1dc5022b7e38b48cb6573e4a5a69822b1e2cf1/azure-mgmt-recoveryservicessiterecovery-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-22 05:21:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Azure",
    "github_project": "azure-sdk-for-python",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "azure-mgmt-recoveryservicessiterecovery"
}
        
Elapsed time: 0.19276s