[{"label":"Latest (v1)","version":"latest"}]
vrealize-log-insight-cloud-service

DatasetDto

Dataset with query constraints


Properties

constraints Required

Query constraints associated with this dataset


string
name Required

A unique dataset name


string
createdAt Optional

ISO8601 date string that when this dataset was created


string
cspOrgId Optional

Unique ID associated with the org


string
description Optional

Dataset description that is shown in the UI


string
id Optional

A unique dataset identifier


string
lastUpdatedAt Optional

ISO8601 date string that when this dataset was updated


string
lastUpdatedBy Optional

Email ID of the user who updated this dataset


string
createdBy Optional

Email ID of the user who created this dataset


boolean
restrictAutocomplete Optional

Represents whether autocomplete is restricted in the Explore Logs feature


boolean
restricts Optional

Determines how a data set should behave when combined with other data sets. E.g., consider if you have two data sets Data set 1 (hostname contains host, appname contains app) and Data set 2 (severity contains error). If both of these data sets are added to a role, the resulting combined data set would be: (hostname contains host AND appname contains app) OR (severity contains error). However, if the ‘restrict’ is true for data set 2, the combined data set would be: (hostname contains host AND appname contains app) AND (severity contains error)

JSON Example

{
	"constraints": {
		"constraints": [
			{
				"fieldName": "text",
				"operator": "CONTAINS",
				"value": "error"
			}
		],
		"fieldName": "string",
		"operator": "AND",
		"value": "string"
	},
	"name": "string"
}
[{"label":"Latest (v1)","version":"latest"}]
vrealize-log-insight-cloud-service
Property Of

PageDatasetDto
PublicApiFeatureAccessRoleDto
Parameter To

Create Dataset
Update Dataset
Returned By

Create Dataset
Get Current Dataset
Get Dataset
Update Dataset

Feedback

Was this page helpful?