09 Aug 2022 04:29 PM
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.
Solved! Go to Solution.
22 Aug 2022 04:13 PM
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");