cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Key value vault in HTTP synthetic Monitor

smuthu
Newcomer

It will be good if we have a provision in Dynatrace synthetic monitoring to store key values in the vault and refer it in HTTP Monitor. for example client_id and secret header.

1 REPLY 1

HannahM
Dynatrace Leader
Dynatrace Leader

Does the username and password pair in the credentials vault do what you want? This would keep the client_id and secret header together in a single vault entry and you could then refer to each one using the relevant credential id and type. ie. 

var clientId = api.getCredential("CREDENTIALS_VAULT-000000A0A00A0AA0", "username");

Featured Posts