[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

Get Datasets

Description

Gets a list of datasets

Request

Request

URL

URL


get
https://{api_host}/vrlic/api/v1/access-control/dataset
Copy

Query Parameters

Query Parameters

string
orderby Optional

It is a sort property through which you can sort your result based on any property


integer
page Optional

It displays the result in number of pages


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns PageDatasetDto of type */*
{
	"content": [
		{
			"constraints": {
				"constraints": "QueryConstraint Object",
				"fieldName": "string",
				"operator": "AND",
				"tags": [
					"string"
				],
				"value": "string"
			},
			"cspOrgId": "string",
			"description": "string",
			"id": "string",
			"name": "string",
			"restrictAutocomplete": false,
			"restricts": false
		}
	],
	"empty": false,
	"first": false,
	"last": false,
	"number": 0,
	"numberOfElements": 0,
	"pageable": {
		"offset": 0,
		"pageNumber": 0,
		"pageSize": 0,
		"paged": false,
		"sort": {
			"empty": false,
			"sorted": false,
			"unsorted": false
		},
		"unpaged": false
	},
	"size": 0,
	"sort": {
		"empty": false,
		"sorted": false,
		"unsorted": false
	},
	"totalElements": 0,
	"totalPages": 0
}
array of DatasetDto
content Optional

List of dataset with query constraints


boolean
empty Optional

It represents whether the page is empty


boolean
first Optional

It represents whether the page is first page of the result


boolean
last Optional

It represents whether the page is last page of the result


integer as int32
number Optional

It represents current page number


integer as int32
numberOfElements Optional

Number of datasets on the current page


pageable Optional

It represents pageable parameters


integer as int32
size Optional

It represents current page size


sort Optional

It represents sort parameters For eg. whether the result list is sorted/unsorted/empty


integer as int64
totalElements Optional

Total number of datasets in the result


integer as int32
totalPages Optional

Total number of pages present in the result

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/vrlic/api/v1/access-control/dataset


[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Feedback

Was this page helpful?