[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Get Datasets
DescriptionGets a list of datasets
Request
URLURL
https://{api_host}/vrlic/api/v1/access-control/dataset
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
This operation uses the following authentication methods.
Response
Response
Response BodyResponse 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
}
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
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 SamplesCode Samples
cURL Command
curl https://{api_host}/vrlic/api/v1/access-control/dataset
[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
On This Page
Access Control Operations
post
post
delete
delete
get
get
get
get
get
put
put