DefaultPool [VCon IG]
Represents a default pool which is used in the User Interface for crash recordings.
Properties
Property | Possible Values | Example | Description |
---|---|---|---|
id | string | VCR-GD | Id of the default pool. |
foreignId | string | VCR-0B | External ID of the Pool that should be used as a default pool for crash recordings. |
defaultContent | string | {} | Default content which will be added to the recording Command for crash records. |
Example JSON Snippet
{
"id": "VCR-GD",
"foreignId": "VCR-0B",
"defaultContent": "{}"
}