PUT 1.0/{InstanceId}/SharedSecrets/Regenerate
Re generates the shared secret
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
InstanceId |
The instance ID relating to a specific ADM database |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the newly generated shared secret
SharedSecretName | Description | Type | Additional information |
---|---|---|---|
Value |
The Instance Id's Secret |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Value": "sample string 1" }