Vault Extended Info - Create Or Update
Create vault extended info.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/extendedInformation/vaultExtendedInfo?api-version=2025-02-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string minLength: 1maxLength: 90 |
The name of the resource group. The name is case insensitive. |
subscription
|
path | True |
string minLength: 1 |
The ID of the target subscription. |
vault
|
path | True |
string |
The name of the recovery services vault. |
api-version
|
query | True |
string minLength: 1 |
The API version to use for this operation. |
Request Body
Name | Type | Description |
---|---|---|
etag |
string |
Optional ETag. |
properties.algorithm |
string |
Algorithm for Vault ExtendedInfo |
properties.encryptionKey |
string |
Encryption key. |
properties.encryptionKeyThumbprint |
string |
Encryption key thumbprint. |
properties.integrityKey |
string |
Integrity key. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
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
Put ExtendedInfo of Resource
Sample request
PUT https://management.azure.com/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample/extendedInformation/vaultExtendedInfo?api-version=2025-02-01
{
"properties": {
"integrityKey": "J99wzS27fmJ+Wjot7xO5wA==",
"algorithm": "None"
}
}
Sample response
{
"name": "vaultExtendedInfo",
"etag": "f0d0260b-b92d-4458-ba0a-32c6cdabacb7",
"properties": {
"integrityKey": "J99wzS27fmJ+Wjot7xO5wA==",
"algorithm": "None"
},
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample/extendedInformation/vaultExtendedInfo",
"type": "Microsoft.RecoveryServices/vaults/extendedInformation"
}
Definitions
Name | Description |
---|---|
Cloud |
CloudError |
Error |
The resource management error response. |
Error |
The resource management error additional info. |
Vault |
Vault extended information. |
CloudError
CloudError
Name | Type | Description |
---|---|---|
error |
The resource management error response. |
Error
The resource management error response.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
Error[] |
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. |
VaultExtendedInfoResource
Vault extended information.
Name | Type | Description |
---|---|---|
etag |
string |
Optional ETag. |
id |
string |
Resource Id represents the complete path to the resource. |
name |
string |
Resource name associated with the resource. |
properties.algorithm |
string |
Algorithm for Vault ExtendedInfo |
properties.encryptionKey |
string |
Encryption key. |
properties.encryptionKeyThumbprint |
string |
Encryption key thumbprint. |
properties.integrityKey |
string |
Integrity key. |
type |
string |
Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/... |