Request URL

GET https://api.dotcom-monitor.com/config_api_v1/securevaults

Get the list of the crypts created in Dotcom-Monitor Secure Vault.

Success Response

Example Response
[
    {
        "Id": 46,
        "Name": "Crypt1",
        "Description": null,
        "Variables": [
            {
                "Id": 145,
                "Name": "UserName",
                "Value": "User1",
                "Realm": "",
                "MaskedUI": true,
                "UseForMaskedValues": false
            },
            {
                "Id": 144,
                "Name": "Login",
                "Value": "Password123098",
                "Realm": "",
                "MaskedUI": true,
                "UseForMaskedValues": false
            }
        ]
    }
]

Fields Description

Field

Type

Description

Name

string

The name of a crypt/variable.

Id

int32

Unique ID of a crypt/variable.

Variables

array of objects

List of variables created in a crypt.

Value

string

The value of a variable.

Realm

string

The field contains the name of the resource where the variable can be used.

MaskedUI

boolean

Possible values:

  • true – the value is masked on the Dotcom-Monitor and LoadView UI.
  • false –  the variable value is provided in a clear form. Only users with sufficient permissions can see the value.

UsedForMaskedValues

boolean

Possible values:

  • true – the variable can be used only in masked fields. For example, password variables will be applied only to the masked fields to secure sensitive data from being recorded on the video report.
  • false – the variable can be used in masked and unmusked fields.