GET 1.0/{InstanceId}/SharedSecrets
Retrieves the shared secret for a given instanceId
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
A secret object
SharedSecretName | Description | Type | Additional information |
---|---|---|---|
Value |
The Instance Id's Secret |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Value": "sample string 1" }