Disaster Recovery Configs - List Keys
Gets the primary and secondary connection strings for the namespace.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}/authorizationRules/{authorizationRuleName}/listKeys?api-version=2024-01-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
alias
|
path | True |
string minLength: 1maxLength: 50 |
The Disaster Recovery configuration name |
|
authorization
|
path | True |
string minLength: 1maxLength: 50 |
The authorization rule name. |
|
namespace
|
path | True |
string minLength: 6maxLength: 50 |
The namespace name |
|
resource
|
path | True |
string minLength: 1maxLength: 90 |
The name of the resource group. The name is case insensitive. |
|
subscription
|
path | True |
string |
Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
|
api-version
|
query | True |
string minLength: 1 |
The API version to use for this operation. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Connection strings successfully returned. |
|
| Other Status Codes |
ServiceBus error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
DisasterRecoveryConfigsAuthorizationRuleListKey
Sample request
POST https://management.azure.com/subscriptions/exampleSubscriptionId/resourceGroups/exampleResourceGroup/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-2702/disasterRecoveryConfigs/sdk-DisasterRecovery-4047/authorizationRules/sdk-Authrules-1746/listKeys?api-version=2024-01-01
Sample response
{
"aliasPrimaryConnectionString": "Endpoint=sb://sdk-disasterrecovery-4047.servicebus.windows-int.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=############################################",
"aliasSecondaryConnectionString": "Endpoint=sb://sdk-disasterrecovery-4047.servicebus.windows-int.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=############################################",
"primaryKey": "############################################",
"secondaryKey": "############################################",
"keyName": "sdk-Authrules-1746"
}
Definitions
| Name | Description |
|---|---|
|
Access |
Namespace/ServiceBus Connection String |
| Error |
The error object. |
|
Error |
The resource management error additional info. |
|
Error |
The resource management error response. |
AccessKeys
Namespace/ServiceBus Connection String
| Name | Type | Description |
|---|---|---|
| aliasPrimaryConnectionString |
string |
Primary connection string of the alias if GEO DR is enabled |
| aliasSecondaryConnectionString |
string |
Secondary connection string of the alias if GEO DR is enabled |
| keyName |
string |
A string that describes the authorization rule. |
| primaryConnectionString |
string |
Primary connection string of the created namespace authorization rule. |
| primaryKey |
string |
A base64-encoded 256-bit primary key for signing and validating the SAS token. |
| secondaryConnectionString |
string |
Secondary connection string of the created namespace authorization rule. |
| secondaryKey |
string |
A base64-encoded 256-bit primary key for signing and validating the SAS token. |
Error
The error object.
| Name | Type | Description |
|---|---|---|
| additionalInfo |
The error additional info. |
|
| code |
string |
The error code. |
| details |
The error details. |
|
| message |
string |
The error message. |
| target |
string |
The error target. |
ErrorAdditionalInfo
The resource management error additional info.
| Name | Type | Description |
|---|---|---|
| info |
object |
The additional info. |
| type |
string |
The additional info type. |
ErrorResponse
The resource management error response.
| Name | Type | Description |
|---|---|---|
| error |
The error object. |